body 
{
margin-top: 0px;
margin-left: 0px;
color: black;
background-color: #a38b5d;
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
}


a {color: red; font-family: Verdana, Arial, Helvetica, sans-serif;   text-decoration: none}
a:visited {color: darkred; text-decoration: none}
a:active {color: #666666; text-decoration: none}
a:hover {color: gray; text-decoration: underline}


h1 
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 24px; 
font-style: normal; 
font-weight: bold;
text-decoration: none;
padding-left: 10px;
}



h2 
{  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 14px;
font-weight: bold;
text-decoration: none;
padding-left: 10px;

}





p  
{
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 12px;
font-style: normal; 
font-weight: normal; 
text-decoration: none;
margin-top: 0px;
padding-left: 10px;


}


#logo
{
	position: absolute;
	left: 252px;
	top: 64px;
	width: 246px;
	height: 169px;
	background-color: #000;
}




#nav
{
	position: absolute;
	top: 550px;
	width: 900px;
	height: 50px;
	background-color: black;
	border-top: 2px double #FFF;
	sborder-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-webkit-border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
}



#nav ul 
{
padding-top: 5px;
padding-left: 10px;
margin: 0px;
list-style-type: none;
text-align: center;
color: white;
}

#nav li
{
padding-right: 20px;
padding-left: 20px;
display: inline;
}


#nav a {color: white; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 14px; font-weight: bold; text-decoration: none}
#nav a:visited {color: white; text-decoration: none}
#nav a:active {color: #666666; text-decoration: none}
#nav a:hover {color: #666666; text-decoration: none}

#container
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 650px;
}

#content
{
	position: absolute;
	top: 50px;
	width: 900px;
	height: 500px;
	background-color: black;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}

#photo1
{
	position: absolute;
	top: 150px;
	left: 20px;
	width: 230px;
	height: 300px;
	background-color: black;
}

#photo2
{
	position: absolute;
	top: 237px;
	left: 270px;
	width: 360px;
	height: 213px;
	background-color: white;
}

#photo3
{
	position: absolute;
	top: 150px;
	left: 650px;
	width: 230px;
	height: 300px;
	background-color: black;
}

#subtitle
{
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #000;
	color: white;
	right: 14px;
	top: 15px;
}

