html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: back;
}

h1 {
font-size: 25px;
}
h2 {
font-size: 20px;
}
h3 {
font-size: 16px;
}
h4 {
font-size: 14px;
}

img {
	border: 0px;
}
a {
	color: #000088;
	text-decoration: none;
}
a:hover {
	color: #830B0D;
	text-decoration: underline;
}


body {
	background: #580000;
	font: 13px arial, sans-serif;

}

#header {
	height: 60px;
	width: 920px;
	color: white;
	margin-bottom: 5px;
}

#menu {
	background: #FF7519;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
#menu li {
	float: left;
	font: 18px arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu a {

	color: #1B1B1B;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 10px;
	text-decoration: none;
	font-weight:normal;
}
#menu a:hover {
	background: #FFFF8E url("../images/hover.gif") bottom center no-repeat;
	color: black;
	padding-bottom: 8px;
}


#submenu {
	width: 220px;
	border-style: solid solid none solid;
	border-color: #94AA74;
	border-size: 1px;
	border-width: 1px;
	}
#submenu ul{
	list-style:none;
	padding:0px;
	margin:0px;
	}
	
#submenu li a {
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	}	
	
#submenu li a:link, #submenu li a:visited {
	color: #450001;
	display: block;
	background: url('../images/menu.png');
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}
	
#submenu li a:hover {
	color: #450001;
	background: url('../images/menu.png') 0 -32px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
	}
	
#submenu li a:active {
	color: #450001;
	background: url('../images/menu.png') 0 -64px;
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}

#submenu .stup {
  	height: 24px;
	text-decoration: none;
	font-weight:normal;
	color: black;
	font-weight: bold;
	display: block;
	background: url('../images/menu.png');
	background-repeat:no-repeat;
	padding: 8px 0 0 10px;
}

.container {
	margin: 0px auto;
	z-index: 10;
	width: 920px;
	margin-top: 5px;

}

#content {
	float: left;
	z-index: 10;
	margin-left: 10px;
	width: 650px;
	background-color:white;
	padding: 10px;
}

#sidebar {
	float: left;
	background-color:white;
	width: 220px;
	margin-right: 0px;
	padding: 10px;
}

#footer {
	float: left;
	background-color:white;
	width: 910px;
	margin-right: 0px;
	padding: 5px;
	margin-top: 10px;
	border : 0;
	border-top: 5px;
	border-style:solid;
	border-color:#9E0003;
}



