body {
	background-color: #000;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

img {
	border: none;
}

div#page {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}

div#subpage {
	margin: 0 auto;
	border-left: 180px solid #384e6a;
	background-color: #C7D3E5;
}

div#content {
	min-height: 500px;
	padding: 10px 40px;
	/*border: 1px solid red;*/
}

div#banner {
	background-color: #000;
	background-image: url(img/banner.jpg);
}

div#footer {
	clear: both;
	height: 50px;
	font-size: 0.9em;
	font-style: oblique;
}

div#box_1 {
	width: 350px;
	padding: 1em 0;
	/*
	border: 1px solid blue;
*/
}

div#box_1 li {
	margin-bottom: 1em;
}

div#float_right {
	float: right;
	padding: 1em 10px 2em;
	width: 280px;
	/*border: 1px solid red;*/
}

div#box_2 {
	margin: 2em 0;
	background-color: #fdfdf5;
	/*height: 225px;*/
	width: 250px;
	margin-bottom: 50px;
	border: 1px solid #999;
	padding: 1em 2em;
	font-size: 0.9em;
}

div#box_2 h2 {
	padding: 0;
	margin: 0;
}

div#box_2 img {
	margin: 0 -4px 0 8px;
	margin-right: -8px;
}

div#box_3 {
	height: 110px;
	padding: 0;
	width: 300px;
}

div#box_3 h2 {
	padding: 0;
	margin: 0 0 0.5em;
	font-size: 1em;
}

div#box_3 img.img_rt {
	float: right;
	/*margin-right: 0;*/
}

div#box_3 img.img_lt {
	margin: 10px 5px 0 0;
}

div#menu {
	float: left;
	width: 160px;
	/*
	border: 1px solid #CCF;
*/
	margin-top: 10px;
	margin-left: -210px;
	color: #d8cdb8;
}

div#menu li {
	list-style: none;
	padding-bottom: 1em;
}

div#menu a {
	color: #fefede;
	text-decoration: none;
}

div#menu a:hover {
	color: #ffe600;
	text-decoration: none;
}

div#menu a:hover li {
	list-style-type: disc;
}

img#docicon {
	float: right;
	padding-top: 15px;
}

div#switcher {
	float: left;
	margin-top: -200px;
	margin-left: -400px;
}

div#switcher li {
	list-style: none;
}

div#switcher a {
	color: #FFF;
}

div#comments_form {
	width: 700px;
	margin: 0 auto;
}

div#comments_form h1 {
	text-align: left;
}

td.lbl {
	font-weight: bold;
	text-align: right;
	padding-right: 6px;
}

td.btn {
	text-align: center;
}

div#subtitle_box {
	width: 160px;
	float: left;
	margin-top: -150px;
	margin-left: 10px;
	color: #d8cdb8;
	font-size: 1em;
	text-align: center;
}

div#participants h2 {
	margin: 1em 0 0.1em;
}

div#footer div#footer_left {
	float: left;
	margin-left: 40px;
	padding-top: 10px;
	border-top: 1px solid #0f7dbb;
	width: 400px;
}

div#footer div#footer_right {
	float: right;
	padding-right: 40px;
	padding-top: 10px;
}

div#credit {
	color: #FFF;
	float: right;
	font-style: oblique;
	font-size: 0.9em;
	margin: -20px 10px 0 0;
}

table#contactus td {
	padding-bottom: 1em;
}

table#contactus tr.spacer {
	height: 1em;
}

div#divider {
	margin-top: 10px;
}