@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	margin: 0;
	background: #b19953 url(/images/Sand_Background.jpg) top center no-repeat;
}
/**/a {
	text-decoration: underline;
	color: #737947;
}
a:hover {
	color: #3F4B59;
	text-decoration:underline;
	}

#nav {
	background-color:#CCC;
	background-image:url(../images/buttonbg.jpg);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
#nav a, nav a:visited, nav a:active{
	text-decoration:none;
	color:#FFF;	
}
#nav a:hover{
	text-decoration:none;
	color:#103561;	
}
#main {
	background-color:#FFF;
	background-image:url(../images/mainbg.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
#main p{
	font-size:13px;
}
h1 {
	font-weight:bold;
	font-size:175%;
	color:#445362;
}
h2 {
	font-weight:bold;
	font-size:120%;
	color:#445362;
	border-bottom: 1px dotted #6b7344;
}
h3 {font-size:110%;
}
h3 a {
	color:#906;
	text-decoration:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3 a:hover {
	color:#737a47;
	text-decoration:underline;
}
#wrapper {
border-left:1px solid #ddd;
border-right:1px solid #ddd;
border-bottom:1px solid #fff;
margin-top:-5px;
}
#footer {
	color:#FFF;
	font-size:10px;
	padding:10px 50px 10px 50px;
	text-align:center;
}
a#fbook {display: block; margin: 0; padding: 0; width: 83px; height: 26px; background: url(/images/f_share.jpg) top left no-repeat; border: none; text-decoration: none;}
a#fbook:hover {background: url(/images/f_share_hvr.jpg) top left no-repeat; border: none; text-decoration: none;}
