body {
//	font-family: Arial;
	font-family: "Times New Roman";
//	font-style: italics;
	text-align: center;
	color: white;
}
  
html, body, #wrapper, h1, #nav, #nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}


img { border: 0; }

#wrapper {
	margin: 16px auto;
	text-align: left;
	position: relative;
}

h1, h2, h3 {
	color: white;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	padding: 4px 0 0 0;
}

p {
	margin: 1em 0;
	padding: 0;
}

.block {
	display: block;
}

.clear {
	clear: both;
	height: 1px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1px;
	line-height: 1px;
}

* html .clear {
	margin-top: -5px;
	margin-bottom: -4px;
}

.left {
	float: left;
	margin: 1px 12px 0px 0px;
}

.softright {
	text-align: right;
}

/* ***** */

body {
	background: #000000;
	padding-bottom: 12px;
}

#wrapper {
	width: 900px;
}

h1 {
	margin-bottom: 2px;
}

a {
	color: #f5f5f5;
}

a:hover {
	text-decoration: none;
}

/* navigation */

#nav {
	position: absolute;
	top: 2em;
	right: 0;
	width: 34em;
}

#nav li {
	width: 6em;
	float: left;
	margin: 0 0.3em;
	padding: 0;
}

#nav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 1px 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; }
#nav li.e   { background: url(images/menu_e_bg.gif) no-repeat; }
#nav li.e a { background: url(images/menu_e_r.gif)  top right no-repeat; }

/* body */

#body { width: 100%; }

#body { background: url(images/new_shade_bg.jpg); }
#body div { background: url(images/border_tl.jpg) top left no-repeat ; }
#body div div { background: url(images/border_tr.jpg) top right no-repeat ; }
#body div div div { background: url(images/border_br.jpg) bottom right no-repeat ; }
#body div div div div { background: url(images/border_bl.jpg) bottom left no-repeat ; }
#body div div div div div{ background: none; }
#body .inner div { background: none; }
#body .outer div { background: none; }

#body .outer {
	color: white;
	line-height: 0.65cm;
	padding: 2px 10px;
}

#body .inner {
	color: white;
//	font-style:italic; 
	line-height: 0.65cm;
	padding: 18px 20px;
}

#body h2 {
	margin-top: 3px;
}

* html #body h2 {
	margin-top: 21px;
	margin-top: 3px;
}

#body p {
	margin: 1em 0;
}

#body #dividerx {
	clear: both;
	margin: 0 1em;
	padding: 12px 0;
	background: url(images/my_divider_h.jpg) 12px 12px repeat-x;
}


#left .lowright {
	float: right;
	margin: 0 0 0 1em;
	display: inline;
}

* html #left .lowright {
	margin-bottom: -5px;
}

/* footer */

#footer {
	margin-top: 3px;
	text-align: center;
}

#footer, #footer a {
	font-weight: normal;
	font-size: 9px;
	color: #989994;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
