/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 800px;
	background-color: #FFFBF5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-position: top left;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	}
	
a:link, a:visited {text-decoration: underline; color: #08598F;}
a:hover, a:active {text-decoration: underline; color: #62AFE3;}

p {
	padding-left: 10px;
	padding-right: 10px;
	}
	
h1 {font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #904825;
	margin: 5px auto;}

h2 {font-size: 18px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #08598F;}
	
h3 {font-size: 16px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #AF7420;}
	
#wrapper {
	width: 770px;
	margin: 0;
	text-align: left;
	}
#branding {width: 770px;
	margin: 0 auto;
	}
#container {width: 770px;
	background-image: url('images/container-bg.jpg');
	background-repeat: repeat-y;
	background-position: top left;
	margin-top: 0px;
	}	
/* Hides from IE-mac \*/ * html #container {margin-top: -3px;} /* End hide from IE-mac */
#mainnav {margin: 0px auto;
	width: 180px;
	font-weight: bold;
	padding: 5px 0px 10px 0px;
	font-size: 13px;
	height: 28px;
	text-align: left;
	float: left;
	}
#mainnav ul {list-style: none;
	margin: 0px;
	padding: 0px;
	}
html>body #mainnav li {
	line-height: 26px;}
#mainnav ul li a{display: block;
	text-decoration: none;
	padding: 0px 5px 0px 30px;
	background-image: url('images/menu-pearl.jpg');
	background-repeat: no-repeat;
	background-position: 5px 50%;
	background-color: #EED9BB;
	}	
#mainnav ul li a:link, #mainnav ul li a:visited {color: #000000;}
#mainnav ul li a:hover, #mainnav ul li a:active {color: #62AFE3;}
#content { width: 580px;
	margin: 0 auto;
	float: right;
	padding: 0px 0px 10px 0px;
	background-image: url('images/bg-pearl.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFCF7;}
	
#footer {
	clear: both;
	border-top: 1px solid #051931;
	background-color: #DBB47B;
	padding: 10px;
	}
#footer p{text-align: center;
	margin: 0px;}
	
.clear:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } /* Hides from IE-mac \*/ * html .clearfix {height: 1%;} /* End hide from IE-mac */