body	{	margin: 0px;
			padding: 0;
			background-color:#ffffff; 
			background-image:url(images/model-manes_bg.jpg); 
			background-repeat: no-repeat;
			background-position:top center;
			font: 12px Tahoma, Arial, Helvetica, sans-serif;
			color: #000;
			}

img		{ border: 0px;}		

/* All Page Links */
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	color: #333333;
	text-decoration: underline;
	font-weight:bold;
}

/* Main Page Container */
#container {
	width: 790px;
	margin:0px auto;
	text-align:left;
}



/* Header Container */
#header {
	background-repeat: no-repeat;
	height:160px;
}
#menunav {
	width: 790px;
	padding: 80px 0 20px 0px;
}
#menunav img { /* Logo Image */
	display: inline;
	float: left;
}	
	/* Index Menu Content */
#sitelinks {
	float:right;
	position: relative;
	top: 0px;
	padding: 15px 0 0 0px;
	height: 25px;
	text-align: right;
}
	#sitelinks ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	#sitelinks ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		#sitelinks ul li a {
			background: #fff;
			width: 60px;
			height: 18px;
			padding: 0;
			margin: 0 0 3px 0;
			color: #333333;
			text-decoration: none;
			display: block;
			text-align: center;
			font: 10px tahoma, verdana, sans-serif;
		}
		#sitelinks ul li a:hover 	{ color: #333333; text-decoration: underline;}
		#sitelinks a:active 		{ color: #333333; }
		#sitelinks li#active a 		{ color: #333333; }

/* Page content */
#content {
	width: 790px;
	background-color: #fff;
	color: #000;
	padding:0px 0px 10px 0px;
}	
	#menusubnav { /* Sub Menu Container */
		display: inline;
		float: left;
		width: 25%;
		font: 11px tahoma, verdana, sans-serif;
		font-weight: bold;
		color: #7A3C0E;
	}
	#top { /* Top Box */
		margin-top: 20px;
		border: 2px solid #8c8980;
		width: 100%;
		padding: 5px;
	}
	#subnav, #subnav ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnav a {
		display: block;
	}
	#subnav li { /* all list items */
		width: 100%;
	}
		ul#subnav li a, ul#subnav li a:link, ul#subnav li a:active, ul#subnav li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			color: #7A3C0E;
		}
		ul#subnav li a:hover {
			background-color: #7A3C0E;
			color: #fff;
			text-decoration: none;
		}
	#subnav li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}
	
/* static subnav */

#subnavstatic, #subnavstatic ul { /* Sub Menu List */
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
	}
	#subnavstatic a {
		display: block;
	}
	#subnavstatic li { /* all list items */
		width: 100%;
	}
		ul#subnavstatic li a, ul#subnavstatic li a:link, ul#subnavstatic li a:active, ul#subnavstatic li a:visited {
			display: block;
			width: 100%;
			padding: 0.5em;
			text-decoration: none;
			color: #3A210C;
		}
		ul#subnavstatic li a:hover {
			background-color: #3A210C;
			color: #fff;
			text-decoration: none;
		}
	#subnavstatic li ul li { /* 2nd level items */
		margin-left: 15%;
		width: 85%;
		list-style: disc;
		font-size: 11px;
	}

	
	#content_text {
		display: inline;
		float: right;
		width: 70%;
	}
#footer {
	width:790px;
	text-align: center;
	padding: 5px;

}

.footer		{ font-family: Verdana, Tahoma, helvetica, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: normal; 
	  		  color:#333333;
			  border-top: solid 1px #333333;
	  		  }
.footer A:link		{ color:#333333; text-decoration: none; font-weight: bold; }
.footer A:visited	{ color:#333333; text-decoration: none; font-weight: bold;}
.footer A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.footer A:active	{ color:#333333; font-weight: bold;}
/* Misc Styles */
h1 { /* Page Header */
	font-weight: normal;
	font-size: 18px;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #7A3C0E;
}
h2 { /* Page Sub Header */
	font-weight: normal;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	text-transform: uppercase;
	line-height: 18px;
	color: #7A3C0E;
}
h3 {
	color: #3A210C;
}
th {
	text-align: left;
}
#clear {
	clear: both;
}
#message {
	text-align: center;
	color: #FF0000;
}
.popup {
    /* Necessary: */
    position: absolute;
    display: none;

    /* Additional styling: */
    border: 1px solid black;
    opacity: .85;
    filter: alpha(opacity=85);
}

.small		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#666666;
			  }

.small A:link	{ color:#666666; text-decoration: none; font-weight:bold;}
.small A:visited	{ color:#666666; text-decoration: none; font-weight:bold;}
.small A:hover	{ color:#333333; text-decoration: underline; font-weight:bold;}
.small A:active	{ color:#666666; font-weight:bold;}
.small TD		{ text-align:center;}

input, select, textarea {	background: #ffffff;
				font-family: Tahoma, sans-serif, Verdana, helvetica;
				color:#333333;
				font-size: 10px;
				font-weight: bold;
				border: solid 1px #DDB78D;
				}