body {
	background-image: url(../images/bg.jpg);
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 11px;
	color: #444444;
	line-height: 1.75em;
	background-repeat: repeat-x;
}
img{
	border:0;
	}
	
h1 {
	font-size: 16px;
	font-weight: bold;
	color:#0B458E;
	}
		
h2 {
	font-size: 14px;
	font-weight: bold;}

h3 {
	font-size: 10px;
	font-weight: bold;
}

#container {
	width: 900px;
	border: 1px solid #C4B991; 
	margin: 10px;  
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
}

#head {
	padding: 10px;
	margin-bottom: 3px;
	padding-left:25px;
	background-image: url(../images/head.gif);
	height: 150px;
}
#nav {
	padding: 0px;
	margin: 0px;
	margin-bottom: 1px;
	/*background-image: url(../images/navbg.gif);*/
	height: 30px;
	/*height: 100px;*/
}

.topmenulink {
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.topmenulink:link, .topmenulink:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.topmenulink:hover, .topmenulink:active{
	color:#AAAAAA;
	text-decoration:none;
	font-weight:bold;
}

#findlink a{
	float:right;
	margin-right:30px;
	font:italic 12pt times,verdana,arial,sans-serif;
	color:#FF0000;
	text-decoration:underline;
	font-weight:bold;
}

#findlink: a:link, #findlink a:visited{
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
}

#findlink a:hover, #findlink a:active{
	color:#0000FF;
	text-decoration:underline;
	font-weight:bold;
}

#fullwidth {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	border-left: 1px #E0D8BC solid;
	border-right: 1px #E0D8BC solid;
}

.light {
	color: #666666;
}

a {
	color:#184A94;
	}

a:link {
	color:#184A94;
	}
	
a:visited {
	color:#184A94;
	}

a:hover {
	color:#CC0000;
	}

a:active {
	color:#CC0000;
	}



.anylinkcss{
	position:absolute;
	visibility: hidden;
	border:1px solid #E0D8BC;
	border-bottom-width: 0;
	font:normal 10px verdana,helvetica,arial,sans-serif;
	line-height: 18px;
	z-index: 100;
	background-color: #F9F7F0;
	width: 150px;
	text-align: left;
}

.anylinkcss a{
	width: 100%;
	display: block;
	text-indent: 3px;
	text-align: left;
	border-bottom: 1px solid #E0D8BC;
	padding: 1px 0;
	text-decoration: none;
	text-indent: 5px;
	color: #B5994D;
}

.anylinkcss a:hover{ /*hover background color*/
	background-color: #D5CBA8;
	color: #FFFFFF;
}


#lowerspecials {
	padding: 0px;
	margin-bottom: 3px;
	/*background-image: url(../images/head2.gif);*/
	height: 125px;
}
#footer {
	clear: both;
	padding: 0px;
	margin-top: 5px;
	height: 22px;
	background-color: #DBC27E;
	text-align: center;
	background-image: url(../images/footer.gif);
	}