html, body, #wrapper, h1, h2, #nav, ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #fff;
}

body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	background: #373839;
}
  
img { border: 0; }

h1 {
	margin: 0 9px;
	font-weight: normal;
}

h2 {
	font-weight:normal;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	margin: 5px auto;
	text-align: left;
	position: relative;
	width: 750px;
}

#header {
	font-size: 36px;
	color: #fff;
}

#nav {
	position: absolute;
	top: 15px;
	right: 0;
}

#nav li {
	width: 75px;
	float: left;
	margin: 0 5px;
	font-size: 10px;
}

#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 4px 0;
	display: block;
	text-align: center;
}

#nav a:hover {
	text-decoration: underline;
}

#nav li.d   { background: url(images/menu_current_bg.gif) no-repeat; }
#nav li.d a { background: url(images/menu_current_r.gif)  top right no-repeat; }
#nav li.a   { background: url(images/menu_a_bg.gif) no-repeat; }
#nav li.a a { background: url(images/menu_a_r.gif)  top right no-repeat; }
#nav li.b   { background: url(images/menu_b_bg.gif) no-repeat; }
#nav li.b a { background: url(images/menu_b_r.gif)  top right no-repeat; }
#nav li.c   { background: url(images/menu_c_bg.gif) no-repeat; }
#nav li.c a { background: url(images/menu_c_r.gif)  top right no-repeat; }

#body {
	width: 100%;
	background: #ed8601;
	font-size: 14px;
}

#body div { background: url(images/body_tl.gif) top left no-repeat; }
#body div div { background: url(images/body_tr.gif) top right no-repeat; }
#body div div div { background: url(images/body_bl.gif) bottom left no-repeat; }
#body div div div div { background: url(images/body_br.gif) bottom right no-repeat; }

#body .inner {
	padding: 15px;
}

.left {
	float: left;
	margin: 0px 15px 0px 0px;
}

#footer {
	margin: 5px;
	text-align: center;
}