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

@font-face {
	font-family: 'Auto3BoldItalic';
	src: url('Auto3-BoldItalic.eot');
	src: local('Auto3 Bold Italic'), local('Auto3-BoldItalic'), url('Auto3-BoldItalic.otf') format('opentype');
}

@font-face {
	font-family: 'Museo700';
	src: url('Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo700-Regular'), url('Museo700-Regular.otf') format('opentype');
}

body
{
background-color:#4D4D4D;
background:url(images/back_ground.png);
background-repeat:repeat;
color:#FFFFFF;
padding:0;
margin:0;
height:800px;
width:100%;
font-family:Verdana, Helvetica, Arial;
font-size:12px;
}

#centerblock
{
	width:830px;
	height:620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:auto;
	background:url(images/center_block.png);
	background-repeat:no-repeat;
	font-family: Verdana, Arial;
	font-size:14px;
	color:#A27055;
	font-weight:normal;

}

#centercontainer
{
	width:750px;
	height:630px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:auto;
	font-family: Verdana, Arial;
	font-size:11px;
	color:#754C24;
	font-weight:normal;

}

#header
{
	width:830px;
	height:150px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	margin-bottom:10px;
	font-family:Auto3BoldItalic;
	
}

#headerlinks
{
	width:555px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:24px;
	margin-bottom:auto;
	float:none;
	font-family:Auto3BoldItalic;
	color:#0099B8;
	font-size:17px;
	
	
}

#logotop
{
	width:193px;
	height:150px;
	margin-left:auto;
	margin-right:30px;
	margin-top:0;
	margin-bottom:0;
	float:left;
}

#topnav
{
	width:605px;
	height:64px;
	margin-left:auto;
	margin-right:0;
	margin-top:86px;
	margin-bottom:0;
	float:right;
	background:url(images/top_nav.png);
}

#topheader
{
	width:605px;
	height:150px;
	margin-left:auto;
	margin-right:0;
	margin-top:0px;
	margin-bottom:0;
	float:right;
	
}


#maintext
{
	width:350px;
	height:265px;
	margin-left:0;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0;
	float:left;
	font-family:Museo700;
	font-size:28px;
	color:#0099B8;
	font-weight:normal;
	
}

#mainpic
{
	width:744px;
	height:265px;
	margin-left:0;
	margin-right:0x;
	margin-top:0px;
	margin-bottom:0;
	float:left;
	font-family:Museo700;
	font-size:28px;
	color:#0099B8;
	font-weight:normal;
	
}

#bottomboxleft
{
	width:352px;
	height:157px;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	float:left;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#A27055;
	font-weight:normal;
	
}

#bottomboxright
{
	width:377px;
	height:157px;
	margin-left:0px;
	margin-right:0px;
	margin-top:15px;
	margin-bottom:15px;
	float:right;
	font-family: Verdana, Arial;
	font-size:12px;
	color:#A27055;
	font-weight:normal;
}

#footer
{
	width:740px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:0;
	text-align:center;
	font-size:10px;
}



a
{
text-decoration:none;
color:#0099B8;
}

a:hover
{
color:#A27055;
}

