body {
	margin: 0;
	padding: 0;
	font: 10px normal Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	background: #000;
}

a {
	text-decoration: none;
	color: #FFF;
}

#container {
	width: 820px;
	margin: 0 auto;
}

#header {
	position: relative;
	background: #000 url(header.jpg) no-repeat top center;
	height: 290px;
}

#header h1 {
	text-indent: -9999px;
	background: url(dslogo.png) no-repeat;
	width:500px;
	height: 94px;
	margin-top: 40px;
	float: left;
	clear: none;
}

#header p {
	position: absolute;
	padding: 100px 0 0 35px;
	font-size: 9px;
	color: #999;
}

ul.tabs {
	margin: 0;
	padding: 0 0 0 20px;
	float: left;
	list-style: none;
	height: 42px;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: none;
	border-left: none;
	margin-bottom: -1px;
	background: #000;
	overflow: hidden;
	position: relative;
}

ul.tabs li a {
	text-decoration: none;
	color: #999;
	display: block;
	font-size: 16px;
	padding: 0 15px 0 15px;
	border: none;
	outline: none;
}

ul.tabs li a:hover {
	color: #FFF;
}	

html ul.tabs li.active, html ul.tabs li.active a:hover {
	background: #000;
	color: #FFF;
}

.tab_container {
	clear: both;
	float: left; 
	width: 560px;
	background: #fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.tab_content {
	padding: 20px;
	font-size: 1.2em;
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.8em;
}

.tab_content h3 a{
	color: #254588;
}

.tab_content a {
	color: #000;
	text-decoration: none;
}

.tab_content a:hover {
	color: #CCC;
	text-decoration: none;
}

.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

#right {
	float: right;
}
