#body{
        background-image:url('dblue032.jpg');
} 

#blackBorder{
	width: 676px; margin: 0 auto; background: black; padding: 4px;
}

#wrapper {
	width: 670px; margin: 0 auto; overflow: hidden; background: black; border: 1px inset #666;
}

#footer {
	background: #031c45;
	text-align: center;
	color: white;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 670px; margin: 0 auto;
}

#footer a {
	color: yellow;
	text-decoration: none;
}

#header {
	position: relative; width: 670px;
}

#leftNav {
	width: 205px; float: left; background: url(images/blueline_bg_vertical.gif) top right repeat-y;
}

#contentWrapper {
	background: url(images/blueline_bg_vertical.gif) 183px 183px repeat-y;
}

#header img#absoluteImg {
	position: absolute; bottom: -183px; left: 183px;
}

#mainContent {
	margin-left: 205px;
}

div.bigDiv {
	width: 425px; background: url(images/bigDivBg.jpg) top left no-repeat #1F2B39; margin: 10px; overflow: hidden;
}

div.bigDiv h1, div.bigDiv h2, div.bigDiv h3, div.bigDiv p, div.bigDiv ul, div.smallDiv h2, div.smallDiv p, div.bigDiv dl {
	padding: 5px 10px;
}

div.bigDiv h1, div.bigDiv h2, div.smallDiv h2 {
	color:#72DCF6;
	font-family: Arial,Helvetica,sans-serif;
}

div.bigDiv h1 {
	font-size:18px;
}

div.bigDiv h2 {
	font-size: 16px;
}

div.bigDiv p, div.smallDiv p {
	color: #FFFFFF; font-family: Arial,Helvetica,sans-serif; font-size:10px; text-decoration:none;
}

a.more {
	display: block; padding-left: 10px; background: url(images/green_arrow.jpg) no-repeat 0px 4px; color: lime; float: right; width: 35px; margin-bottom: 10px;
}

div.smallDiv {
	width: 205px; margin: 10px 5px 0px 10px; background: url(images/smallDivBg.jpg) top left no-repeat #000; float: left;
}

div.smallDiv h2 {
	font-size: 12px;
}

div.smallDiv img {
	float: left; padding: 0px 4px 4px 0px;
}

.center {
	text-align: center;
}

p.center img, div.bigDiv img {
	border: none;
}

#bbb {
	padding-top: 15px;
}

dt {
	color: red;
	font-weight: bold;
}

dd {
	color: white;
}