body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	line-height: 18px;
	background-color: #333333;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 115px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 20px;
}
#footer a:link, #footer a:visited {color:#FFFFFF; text-decoration:none;}
#footer a:hover, #footer a:active {color:#a0b9aa; text-decoration:none;}

#logo {
	height: 90px;
	text-align: center;
}
#navbar {
	height: 25px;
	text-align: center;
	margin-bottom: 20px;
}

#nav {width:550px;background: transparent url(images/nav.gif) no-repeat;height:25px;position: relative;z-index: 1;font-size:11px; text-align:left;}
#nav, #nav ul { /* all lists */padding: 0;margin: 0;list-style: none;list-style-image:none;margin:0px;}
#nav a {display: block;height:25px;text-indent:-9000px;text-decoration:none;}
#nav li { /* all list items */
float: left;margin:0;}


#nav a.home {background: transparent url("images/nav.gif") no-repeat -0px 0;width:162px;margin-left:0px;}
#nav a.biography {background: transparent url("images/nav.gif") no-repeat -162px 0;width:110px;}
#nav a.gallery {background: transparent url("images/nav.gif") no-repeat -272px 0;width:93px;}
#nav a.contact {background: transparent url("images/nav.gif") no-repeat -365px 0;width:185px;}

#nav a.home:hover, #nav a.homeActive {background: transparent url("images/nav.gif") no-repeat 0px -25px;width:162px;margin-left:0px;}
#nav a.biography:hover, #nav a.biographyActive {background: transparent url("images/nav.gif") no-repeat -162px -25px;width:110px;}
#nav a.gallery:hover, #nav a.galleryActive {background: transparent url("images/nav.gif") no-repeat -272px -25px;width:93px;}
#nav a.contact:hover, #nav a.contactActive {background: transparent url("images/nav.gif") no-repeat -365px -25px;width:185px;}

#side {
	float: left;
	width: 250px;
	margin-left: 100px;
}
#main {
	float: right;
	width: 500px;
	margin-bottom: 40px;
	
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #a0b9aa;
	margin-top: 20px;
	margin-bottom: 20px;
}

#main a:link, #main a:visited {color: #a0b9aa; text-decoration:none;} 
#main a:hover, #main a:active {color: #a0b9aa; text-decoration:underline;} 

#content {
	margin-top: 30px;
}
#content2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
#caption {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	width: 295px;
}
h1 {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
}

img {border: none;}
