/*
Design by Cotto Web Design
http://www.cottowebdesign.com
All Rights Reserved
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #097E94;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #097E94;
}

body {
	
	background: #037BB0 url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content
{
	width: 1001px;
	margin: 0px auto;

}





#back
{
width: 1001px;
margin: 0px auto;
}

#header {
	height: 415px;
	text-align: right;
	margin-bottom: 8px;
	
}


#menu
{
width: 981px;
height: 35px;
padding-top: 12px;
margin-top: 15px;
padding-left: 20px;
background: url(images/menu.gif) no-repeat;
margin-bottom: 7px;
}

#menu ul {
	list-style: none;	
}

#menu li {
	
	display: inline; 
	
}

#menu a {
	float: left;
	width: 170px;
	height: 42px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
	text-transform: uppercase;
	margin-left: 5px;
}

#menu a:hover {
	width: 170px;
    height: 42px;
	padding-top: 5px;
	color: #DEEBBC;
	text-decoration: underline;
}






.bot
{
padding: 10px;
}





#footer {
	height: 45px;
	clear: both;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #4A2011;
}

#footer a {
	color: #4A2011;
}

