#html,body{
	margin:0;
	padding:0;
	width: 960px;
	margin: auto;
}

body{
	font-family: arial,sans-serif;
	font-size: 10pt;
	background: #070f17;
	background-image: url('img/jade_bkgd_med.jpg');
background-repeat: no-repeat;
background-position: top center;
	color: #eee;
}

p{
	margin:0 10px 10px;
	line-height:1.2;
	text-align: justify;
	color: #bba;
	font-family: serif;
	font-size: 11pt;
}

a{
	text-decoration: none;
	color: #eee;
	display: inline;
}

.current a{
	color: #808000;
	display: inline;
}

.current a:hover{
	color: #999933;
	display: inline;
}

h1{
	font-family: sans-serif;
	font-weight: bold;
	font-size: 10pt;
	letter-spacing:.5em;
	text-transform:uppercase;
	color:#999933;
}

h2{
	font:bold 80% helvetica, sans-serif;
	letter-spacing:.4em;
	text-transform:uppercase;
	color:#999933;
}

h3{
	font: 80% helvetica, sans-serif;
	letter-spacing:.3em;
	text-transform:uppercase;
	color:#999933;
}

a:hover{
	text-decoration: none;
	color: #999933;
}


hr{
color: #808000;
margin: 0px;
}

#header{
position:relative;
margin: 0 0 10px 0;
	display: inline;
}

#header h1{
letter-spacing: .15em;
font-size: 24pt;
margin:0;
}

.logo a img{
	background: transparent url("img/logo_GREEN_dml_web.png") no-repeat;
	color: #b4174f;
	border: 0;
	width: 185px;
	height: 72px;
	display: inline;
}
.logo a:hover img{
	background: transparent url("img/logo_WHITE_dml_web.png") no-repeat;
	display: inline;
}

/*** Nav bar styles ***/

#navcontainer ul
{
margin: 0;
padding-top: 5px;
list-style-type: none;
text-align: left;
font-family: arial;
font-size: 14px;
height: 82px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
text-decoration: none;
padding-top: 25px;
padding-right: 100px;
padding-bottom: 35px;
padding-left: 0px;
background: url("img/logo_WHITE_dml_webo.png") top left no-repeat;
width: 146px;
height: 82px;
}

#navcontainer ul li a:hover
{
background-position: 0 -82px;
width: 146px;
height: 82px;
}
/***End Nav bar styles ***/

#header a{
}

#content {
text-align: right;
}

#content p{
}

#footer p{
margin:0;
padding:5px 10px;
}

#footer a{
display:inline;
padding:0;
color: #C6D5FD;
}

#navigation h2{
	text-align: right;
	margin: 80px 0 8px 40px;
}
	
#navigation h3{
	text-align: right;
	margin: -8px 0 8px 0;
}

#captiontown{
position:absolute;
left:-295px;
bottom:9px;
text-align:right;
width:290px;
}

*:first-child+html #captiontown{
position:absolute;
left:-290px;
bottom:27px;
text-align:right;
width:290px;
}

#captiontown a{
	font: 70% helvetica, sans-serif;
	letter-spacing:.3em;
	text-transform:uppercase;
	color:#e90571;
}

#captiontown a:hover{
	color:#999933;
}

#captiontown p{
margin: 0;
}

#navigation p{
margin: 0 0 0 40px;
}

#wrapper{
float:right;
width:646px;
height:520px;

}
*:first-child+html #wrapper{float:right;width:646px;height:500px;}
#navigation{
	float:left;
	width:300px;

}
#extra{clear:both;width:100%}