

/* Typography */
body {
	padding:0;
	margin:20px 0px 0px 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-color: #EBE3E0;
}

h1 {
	padding:0;
	margin:0px 0px 10px 0px;
	font-family: Helvetica, sans-serif;
	font-size: 22px;
	color: #7D5039;
	font-weight: normal;
}
h3 {
	padding:0px 0px 0px 0px;
	margin:0px 0px -12px 0px;
	font-size: 14px;
}
a  {
	color: #AB4834;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #AB4834;
}
.clear{
	clear: both;
}
/* Header */
#header {

width:770px;
margin-left:auto;
margin-right:auto;
}
/* End of Header */

/* Navigation */
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
#nav {margin:0px; padding: 20px 0px 0px 0px; background:#ffffff; width:770px;}
.menu {margin:0px; padding: 0px;}
.menu ul {padding:0; margin:0; list-style-type: none;}
.menu ul li {	margin: 0px; padding:0px; float: right; position:relative; background:#ffffff;}
.menu ul li a  {display:block; margin: 0px; padding: 0px 10px 0px 10px; border-left: 1px solid #7BAAD9; color:#737373; font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: 11px; text-decoration: none;line-height:16px;}
.menu ul li a:hover {display:block; margin: 0px; padding: 0px 10px 0px 10px; color:#737373; font-family: Tahoma,Verdana,Arial,Helvetica,sans-serif; font-size: 11px; text-decoration: none;line-height:16px;}
.menu ul li.last a {border-left: 0px}
.menu ul li ul {display: none;}
.menu ul li:hover ul {display:block; position:absolute; width: 151px; top:16px; left:0px; border-top: 1px solid #7BAAD9;}
.menu ul li:hover ul li a {display:block; background:#ffffff; width: 130px; line-height: 20px; color:#737373;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7BAAD9;
	border-right-color: #7BAAD9;
	border-bottom-color: #7BAAD9;
	border-left-color: #7BAAD9;}
.menu ul li:hover ul li a:hover {display:block; background:#EBE3E0; color:#737373; width: 130px;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:150px; top:-1px;}

/* End of Navigation */

/* Content */
#wrap {
}

#content{
	width: 722px;
	color:#666666;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:24px;
	background-color:#FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
}
/* End of Content */

/* Sidebar */

/* End of Sidebar */

/* Footer */
#footer {
	background-image:url(images/4.gif);
	background-repeat:no-repeat;
	color:#ffffff;
	clear:both;
	background-position: center top;
	padding: 6px 0px 20px 0px;
	text-align: center;
	font-size:10px;
}
#footer a {
	color:#ffffff;
}
/* End of footer */
#credit {
	padding-bottom: 10px;
	color:#AB4834;
	clear:both;
	text-align: right;
	font-size:10px;
}
#credit a {
	color:#AB4834;
	text-decoration: none;
}

#credit a:hover {
	color:#AB4834;
	text-decoration: underline;
}