@charset "UTF-8";
/* CSS Document */

body {
	background-color:#666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    padding:0px;

}

#wrapper {
vertical-align:top;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
position:relative;
height:670px;
    max-height:3000px;
     overflow:hidden;
	}
	
	
	#top {
	width:1000px;
	height:189px;
	position:relative;
	left: 0px;
	top: 0px;
	 overflow:hidden;
    
}

#left {
	width:194px;
	height:85px;
	position:relative;
	left: 0px;
	top: 0px;
	 overflow:hidden;
    
}

#nav {
	width:194px;
	height:275px;
	position:relative;
	left: 0px;
	top: 0px;
	background-color:#000;
     overflow:hidden;
}

#photo {
	width:540px;
	height:360px;
	position:relative;
	left: 194px;
	top: -360px;
	 overflow:hidden;
    
}

#main {
	width:525px;
	height:360px;
	position:relative;
	left: 194px;
	top: -360px;
	background-color:#000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:#fff;
	overflow:auto;
	padding-right:15px;
    
}

#content {
	width:236px;
	height:336px;
	position:relative;
	left: 734px;
	top: -720px;
	background-color:#000;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#fff;
	padding:0px 15px 15px 15px;
	 overflow:hidden;
    
}

#buttons {
	width:266px;
	height:9px;
	position:relative;
	left: 734px;
	top: -720px;
	background-color:#000;
	overflow:hidden;
    
}


#bottom {
	width:1000px;
	height:24px;
	position:relative;
	left: 0px;
	top: -720px;
	background-image:url(images/bottom.gif);
	padding-top:50px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color:#000;
	text-align:center;
	 overflow:hidden;
    
}


a:link {
	text-decoration: none;
	color: #fff;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #ff0000;
}

a.black:link {
	text-decoration: none;
	color: #000;
}
a.black:visited {
	text-decoration: none;
	color: #000;
}
a.black:active {
	text-decoration: none;
}
a.black:hover {
	text-decoration: underline;
	color: #ff0000;
}


a.red:link {
	text-decoration: none;
	color:#FF0000;
}
a.red:visited {
	text-decoration: none;
	color: #ff0000;
}
a.red:active {
	text-decoration: none;
}
a.red:hover {
	text-decoration: underline;
	color: #ff0000;
}


span.title{
font-size:18px;
}

span.subtitle{
text-decoration:underline;
}
