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

#wrap
{
	width:900px;
	height:500px;
	border:1px solid red;
	margin:0 auto;
}
#logo
{
	width:300px;
	height:97px;
	position:relative;
	top:-1px;
	left:-1px;
	float:left;
}
#buttons
{
	width:300px;
	height:100px;
	position:relative;
	top:1px;
	left:600px;
	
}
#contact
{
	width:80px;
	height:30px;
	position:absolute;
	top:15px;
	right:25px;
	float:left;
}
#navleft
{
	width:30px;
	height:30px;
	position:absolute;
	top:60px;
	right:75px;
	float:left;
}
#navright
{
	width:30px;
	height:30px;
	position:absolute;
	top:60px;
	right:25px;
	float:left;
}
#content
{
	width:860px;
	height:400px;
	margin:10px 20px;
	float:left;
	

}
#contactimg
{
	width:267px;
	height:250px;
	float:left;
	position:relative;
	left:150px;
	top:50px;
}
#contactinfo
{
	width:300px;
	height:250px;
	float:left;
	position:relative;
	left:200px;
	top:75px;
	
	line-height:150%;
	font-family:Helvetica, Arial, sans-serif;
	font-size:1em;
}
a:link 
{
	color:black;
	text-decoration:none;
	}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}