@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 63.5%; /*1em = 10px*/
	background: #000 url('../images/bg.jpg') repeat-x top left;
	color: #fff;
	text-align:center;
}

#wrapper {
	width:800px;
	text-align:left;
	margin:0 auto;
	overflow:visible;
}

#header {
	width:800px;
	background:transparent url('../images/header.jpg') no-repeat top center;
}

#header #home {
	cursor:pointer;
	height:274px;
}

ul#nav {
	list-style-type:none;
	width:960px;
	position:relative;
	left:-80px;
}

ul#nav li a {
	display:block;
	float:left;
	width:155px;
	height:33px;
	border-right:1px solid #807e75;
}

ul#nav li span { display:none; }
ul#nav li#biography a { background:transparent url('../images/biography.jpg') no-repeat top left; }
ul#nav li#commissions a { background:transparent url('../images/commissions.jpg') no-repeat top left;}
ul#nav li#portraits a { background:transparent url('../images/portraits.jpg') no-repeat top left; }
ul#nav li#available a { background:transparent url('../images/available.jpg') no-repeat top left; }
ul#nav li#dream a { background:transparent url('../images/dreamforest.jpg') no-repeat top left; }
ul#nav li#musica a { background:transparent url('../images/musica.jpg') no-repeat top left; }
ul#nav li#athena a { background:transparent url('../images/athena.jpg') no-repeat top left; }

ul#nav li#heroes a { background:transparent url('../images/cultural.jpg') no-repeat top left; width:175px}

ul#nav li#commissions ul {
	position:absolute;
	top:-999px;
	left:155px;
	z-index:99px;
	border:1px solid #807e75;
	border-right:0;
}
ul#nav li#commissions:hover ul {top:33px;}
ul#nav li#commissions ul li {list-style-type:none;border:0;display:block;}
ul#nav img { border: 0 }

#content {
	width:800px;
	padding:45px 0 50px;
}

#content p {
	font-size:1.4em;
	line-height:1.5em;
	font-family:Arial, Verdana, sans-serif;
	color:#c6c6c6;
	margin:8px 0;
}

#content blockquote {
	padding:25px 105px;
	font-size:1.3em;
}

#content h2 {
	font-size:34px;
	font-family:Georgia, Times New Roman, serif;
}

#content h3 {
	font-size:24px;
	font-family:Georgia, Times New Roman, serif;
}

#content h4 {
	font-size:18px;
	font-family:Georgia, Times New Roman, serif;
	margin:20px 0 0 0;
}

a:link, a:visited, a:hover {
	color:#ece5cf;
}

img { border:1px solid #6f6f6f }
img a {border:0}

.left {float:left;margin-right:25px;margin-bottom:10px;}
.right {float:right;margin-left:25px;margin-bottom:10px;}
br {clear:both;}

div.gallery {
padding-top:10px;
width:550px;
margin-left:25px;
float:left;
}

div .gallery p {
	margin:0;padding:0;

}

ul.gallery {
	list-style-type:none;
	float:left;
	padding-bottom:5px;
	width:200px;
}

ul.gallery li a{
	float:left;
	width:80px;
	height:80px;
	margin:9px;
	opacity:0.5;
	filter:alpha(opacity = 50);
	display:block;
}

ul.gallery li a.selected {
	opacity:1;
	filter:alpha(opacity = 100);
}

ul.gallery li:hover {
	opacity:1;
	filter:alpha(opacity = 100);
}

.tabcontent {display:none; text-align:center;}
.tabcontent img {margin-bottom:10px;}

#footer {
	width:100%;
	border-top:1px solid #333;
	padding:20px 0;
	background-color:#222;
	text-align:center;
	margin-top:50px;
	clear:both;
}

#footer img {border:0;position:relative;top:8px;margin:0 5px;}

