body {
	font-family: tahoma, helvetica, arial, sans-serif;
	text-align: center;
	color: white;
}
  
html, body, #wrapper, h1, #nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

body, th, td {
	font-size: 10px;
}

img { border: 0; }

#wrapper {
	margin: 16px auto;
	text-align: left;
	position: relative;
}

h1, h2 {
	font-size: 20px;
}
p , h3{
	font-size: 16px;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

p, h3 {
	margin: 1em 0;
	padding: 0;
}

h3 {
	color: yellow;
}

/* ***** */

body {
	background: green;
	padding-bottom: 12px;
}

#wrapper {
	width: 750px;

}

h1 {
	margin-bottom: 2px;
}

a {
	color: #f5f5f5;
}

a:hover {
	text-decoration: none;
}

/* navigation */

#nav {
	position: absolute;
	top: 15px;
	right: 0;
	width: 39em;
}

#nav li {
	width: 7em;
	float: left;
	margin: 0 0.3em;
	padding: 0;
}

#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.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; }
#nav li.d   { background: url(images/menu_d_bg.gif) no-repeat; }
#nav li.d a { background: url(images/menu_d_r.gif)  top right no-repeat; }

/* body */

#body { width: 100%; }

#body { background: green; 
	}

#upleft {
	float: left;
	}
	
#upright {
	float: right;
	}

#lowleft {
	float: left;
	width: 225px;
	border-right-style: dotted;
	}

#lowright {
	float: right;
	width: 500px;
	}
	
#lowleft p {
	font-size: 20px;	
	}

#lowright p {
	font-size: 20px;	
	}
#body #dividerx {
	clear: both;
	margin: 0 1em;
	padding: 12px 0;
	background: url(images/divider_h.gif) 12px 12px repeat-x;
}



/* footer */

#footer {
	clear: both;
	margin-top: 3px;
	text-align: center;
	width: 750px;
}
#footer #dividerx {
	text-align: left;
	margin: 0 1em;
	padding: 12px 0;
	background: url(images/divider_h.gif) 12px 12px repeat-x;
	}
	
#footer, #footer a {
	font-weight: normal;
	font-size: 9px;
	color: #989994;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}