img {
	border: 0;
	margin: 0;
	padding: 0;
}

td, div, p, body {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}

blockquote {
	padding-left: 4px;
	border-left: 1px dashed #666666;
}

#main {
	background-color: #42a5b5;
	width: 95%;
	float: left;
}

#header {
	background-color: #ffffff;
1


/*width: 800px;*/
}

#content {
	background-color: #FFFFFF;
	text-align: left;
	float: left;
	margin: 6px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 12px;
	clear: left;
	width: auto;
}

#footer {
	background-color: #42a5b5;
	text-align: center;
	color: #ffffff;
	clear: both;
}

#wave {
	background-image: url(/images/wave.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#logo h1 {
	margin: 0px;
}

#udm {
	top: -4px;
	background-color: #42a5b5;
}

#rightnav_content {
	margin: 0px 260px 0px 0px;
}

#main_column {
	float: left;
	background-color: #ffffff;
	text-align: left;
	width: 100%;
}

#right_column {
	background-color: #ffffff;
	text-align: left;
	float: left;
	width: 250px;
	margin-left: -260px;
	position: relative;
	left: 270px;
}

#client_list {
	list-style-type: none;
}

#client_list li {
	margin-bottom: 10px;
	vertical-align: top;
	clear: left;
	height: 200px;
	background-color: #CCCCCC;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	padding: 4px 6px 4px 6px;
}

#client_list li.spacer {
	height: 50px;
}

#client_list li img {
	width: 200px;
	height: 200px;
	float: left;
	display: inline;
	padding: 0px 12px 0px 0px;
}

#client_list li img.spacer {
	height: 50px;
}

.dh_titledbox {
	padding: 2px 0px 0px 2px;
	border-top: 2px #42A5B5 solid;
	border-left: 2px #42A5B5 solid;
	margin-bottom: 4px;
}

.dh_titledbox h3, .dh_post h1 {
	background-color: #999999;
	font-size: 11px;
	color: #ffffff;
	margin: 0px;
	padding: 4px 8px 4px 8px;
}

.dh_boxbody {
	background-color: #CCCCCC;
	padding: 4px 8px 4px 8px;
	font-size: 10px;
}

.dh_post, #forumtable {
	background-color: #ffffff;
	color: #666666;
	padding: 2px 0px 0px 2px;
	border-width: 2px 0px 0px 2px;
	border-color: #42A5B5;
	border-style: solid;
	margin: 0px;
}

.dh_post {
	margin: 0px 0px 12px 0px;
}

.dh_post h1 {
	font-size: 12px;
	font-weight: bold;
	padding: 4px 8px 4px 8px;
}

.dh_post h2, .dh_post h3, .dh_post_links {
	background-color: #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-align: right;
	vertical-align: top;
	padding: 0px 8px 2px 0px;
	border: none;
	margin: 0px;
	font-weight: bold;
}

.dh_post .content {
	background-color: #ffffff;
	border: 2px #CCCCCC solid;
	padding: 2px 2px 4px 2px;
	margin: 0px;
}

#forumtable td {
	font-size: 10px;
}

#forumtable td a {
	font-weight: bold;
}

.forumpost {
	background-color: #ffffff;
	border: 4px #ffffff solid;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

img.news_header {
	width: 490px;
	height: 50px;
}

.buttonbox a {
	float: right;
	background-color: #ffffff;
	text-decoration: none;
	border: 1px #ffffff solid;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 2px;
	margin: 0px 0px 0px 2px;
	font-weight: bold;
}

code {
	display: inline;
	padding: 1px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

code.terminal {
	background-color: #2a2a2a;
	color: #00ff00;
	text-align: left;
	display: block;
	padding: 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-left: 1em;
}

