

/* general */
a {
	color:#336600;
	text-decoration:none;
}
a:hover {
	color:#555;
	text-decoration:none;
}

/* body */
body {
	background:#C3B28E url('images/background.jpg') no-repeat top center;
	color:#000;
	font:.9em "comic sans ms", arial;
}



#menu {	
		
	height:147px;
	margin:0 auto;
	width:800px;
	text-align:center;
	padding:0px;
	
	
}






#sddm
{	

	margin:0 auto;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 20px;
	width: 100px;
	background: transparent;
	color: #336600;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: transparent}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	
	padding: 0;
	background: transparent;
	text-align:center;
	border: 0}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #fff;
		color: #ff3300;
		font: 11px arial}

	#sddm div a:hover
	{	background: #ff3300;
		color: #FFF}









/* content */

#container {	

	background:#fff url('images/content.png') no-repeat top center;	
	margin: 0 auto;	
	width:800px;
	height:600px;
	margin-top: 75px;
	text-align:left;

}






#subcontainer {	

	background:#fff url('images/subheader2.jpg') no-repeat top center;	
	margin: 0 auto;	
	width:800px;
	height:158px;
	margin-top: 75px;
	text-align:left;
	padding:0px;

}


#content {	
	background:#fff url('images/subcontent2a.jpg') repeat-y center;
	width:800px;
	text-align:left;
	margin:0px auto;
	padding:0px;
font:.9em "comic sans ms", arial;

}


#content h1 {
	color:#000;
	font-size:120%;
}
#content h2 {
	color:#000;
	font-size:110%;
}
#footer {
	background:url('images/subfooter2.jpg') no-repeat center;
	margin: 0 auto;
	height:64px;
	width:800px;
	text-align: center;
	padding:0px;

	font:0.7em "arial", helvetica, sans-serif;
}



}
#footer a {
	color:#fff;
}