* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #ffffff;
 background: #164b6a url(../images/bg_admin.jpg) repeat-x top left;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #2d889e;
}
img {
	border: 0px;
	}
h1 {
	font-size: 14px;
	color: #b7e2e5;
	font-weight: bold;
}
h2 {
	font-size: 80%;
	color: #43afbb;
	font-weight: bold;
	border-top: 0px solid #8f7200;
}
#wrapper { 
 margin: 0 auto;
 width: 920px;
 overflow: hidden;
}
#header {
 width: 900px;
 padding: 15px 10px 5px 10px;
 border: 0px solid #000000;
 text-align: left;
 letter-spacing: 1px;
 text-transform: uppercase;
 float: left;
 background: url(../images/bg_header.gif) repeat;
}
#header_footer {
 width: 920px;
 height: 16px;
 float: left;
 background: url(../images/bg_header_footer.gif) no-repeat;
}
#header_inner {
	width: 880px;
	float: left;
	padding: 10px;
	background: #07080a url(../images/bg_header_inner_top.gif) no-repeat top left;
}
#header_inner_left {
	float: left;
	width: 100px;
	text-align: center;
	padding: 7px 0px 0px 0px;
	font-size: 10px;
	margin: 0px 10px 0px 0px;
}
#header_inner_right {
	float: left;
	width: 770px;
}
#header_inner_submenu {
	width: 880px;
	float: left;
	margin: 2px 0px 0px 0px;
	padding: 10px;
	background: #000000;
}
#header_inner_submenu_bottom {
	width: 900px;
	height: 4px;
	float: left;
	margin: 0px 0px 0px 0px;
	background: #07080a url(../images/bg_header_inner_bottom.gif) no-repeat bottom left;
}
#navigation {
 width: 900px;
 padding: 11px;
 margin: 0px 0px 0px 0px;
 background: #BD9C8C;
 float: left;
}
#content_top { 
 width: 920px;
 height: 16px;
 float: left;
 background: url(../images/bg_content_top.png) no-repeat left top;
 margin: 10px 0px 0px 0px;
 padding: 0px;
 color: #ffffff;
}
#content { 
 width: 900px;
 background: url(../images/bg_content_tile.png) repeat left top;
 margin: 0px 0px 0px 0px;
 padding: 10px;
 float: left;
 color: #ffffff;
}
#content_bottom { 
 width: 920px;
 height: 16px;
 float: left;
 background: url(../images/bg_content_bottom.png) no-repeat left top;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 color: #ffffff;
}
#footer { 
 width: 900px;
 color: #ffffff;
 font-size: 10px;
 margin: 20px 0px 10px 0px;
 padding: 10px;
}