body{
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0 0 20px 0;
}
#capsule {
	width: 1000px;
	margin: 0 auto;
}
#header {
	width: 1000px;
	height: 91px;
}
#header #logo {
	margin: 20px 0 0 75px;
	float: left;
	display: inline;
}
#header p {
	float: right;
	font-family: Tahoma;
	font-weight: bold;
	font-size: 11px;
	color: #7C7C7C;
	margin: 34px 10px 0 0;
}
#header ul {
	float: right;
	border: #3A3A3A solid 1px;
	margin: 30px 75px 0 0;
	padding: 0;
	width: 175px;
}
#header ul li {
	float: left;
	list-style-type:none;
	margin: 3px 0 3px 6px;
	padding: 0;
	width: 18px;
}
#links {
	width: 846px;
	height: 54px;
	margin: 12px auto 0 auto;
	background-image:url(images/link_bg.jpg);
	background-repeat:repeat-x;
	border-left: solid 1px #2C2C2C;
	border-right: solid 1px #2C2C2C;
	border-bottom: solid 1px #2C2C2C;
}
#links ul {
	width: 846px;
	height: 54px;
	margin: 0;
	padding: 0;
}
#links ul li {
	float: left;
	list-style-type: none;
	height: 54px;
	background-image: url(images/link_off.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#links a {
	color: #FFF;
	font-family: Arial;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	height: 36px;
	padding: 18px 25px 0 7px;
}
#links a:hover {
	background-image: url(images/link_on.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#billboard {
	margin: 0 auto 0 auto;
	width: 846px;
	border: solid 1px #2C2C2C;	
}
#ticker {
	background-image: url(images/bg_2.jpg);
	background-repeat: repeat-x;
	border: #333 solid 1px;
	width: 822px;
	height: 16px;
	margin: 13px auto 0 auto;
	padding: 12px;
}
#ticker h2 {
	font-family: Arial;
	font-size: 12px;
	margin: 0 25px 0 0;
	padding: 0;
	color: #FFF;
	float: left;
}
#ticker ul {
	width: 730px;
	float: left;
	margin: 0;
	padding: 0;
}
#ticker ul li {
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
	list-style-type:none;
}
#content {
	width: 848px;
	height: 213px;
	margin: 14px auto 0 auto;
}
#content .box {
	width: 418px;
	background-image:url(images/bg_3.jpg);
	background-repeat:repeat-x;
	background-color: #000;
	border: #333 solid 1px;
	height: 180px;
}

#content .box2 {
	width: 860px;
	background-image:url(images/bg_3.jpg);
	background-repeat:repeat-x;
	background-color: #000;
	border: #333 solid 1px;
	height: 380px;
}

#content .box img {
	margin: 22px 18px 0 18px;
	float: left;
	display: inline;
}
#content .box .writing{
	float: right;
	width: 280px;
	margin: 0 15px 0 0;
	display: inline;
}
#content .box h2 {
	font-family: Arial;
	font-size: 25px;
	color: #FFF;
	margin: 10px 0 10px 0;
	font-weight: normal;
	padding: 0;
}
#content .box p {
	font-family: Tahoma;
	font-size: 11px;
	color: #777;
	margin: 10px 0 10px 0;
}
#content .box .blue {
	color: #15A5FF;
	font-weight: bold;
}
#content .box .divider {
	background-color: #333;
	height: 1px;
	margin: 10px 0 10px 0;
}
#content a {
	color: #15A5FF;
}
#sponsors {
	border-top: solid 1px #333;
	border-bottom: solid 1px #333;
	margin: 19px auto 0 auto;
	width: 848px;
	padding: 14px 0 14px 0;
	text-align: center;
	height: 40px;
}
#sponsors img {
	float: left;
	margin: 0 20px 0 20px;
}
#footer {
	width: 848px;
	margin: 20px auto 0 auto;
}
#footer p {
	font-family: Tahoma;
	font-size: 11px;
	color: #333;
	margin: 0;
}
#footer a {
	color: #4D4D4D;
}

.title {
	background-image: url(images/bg_4.jpg);
	background-repeat: repeat-x;
	height: 64px;
	width: 848px;
	border: #393939 solid 1px;
	margin: 10px auto 0 auto;
}
.title h3 {
	font-family: Arial;
	font-weight: normal;	
	font-size: 30px;
	color: #000;
	margin: 16px 0 0 25px;
}
#container {
	width: 848px;
	margin: 23px auto 0 auto;
}
#leftside {
	float: left;
	width: 554px;
}
.sectioncontainer {
	width: 554px;
}
.sectionleft {
	width: 250px;
	float: left;
}
.sectionright {
	width: 250px;
	float: right;
}
#container h1 {
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #FFF;
}
#container h2 {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 14px;
	color: #B0B0B0;
}
#container p {
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
	line-height: 20px;
}
#container ul li {
	font-family: Tahoma;
	font-size: 11px;
	color: #777777;
	line-height: 20px;
}
#container a {
	color: #777777;
}
#container input {
	border: #333 solid 1px;
	background-image: url(images/form_bg.jpg);
	height: 19px;
	background-repeat: repeat-x;
	margin: 5px 0 5px 0;
	width: 215px;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
	padding: 5px 0 0 3px;
}
#container .button {
	background-image: url(images/submit.jpg);
	width: 230px;
	height: 48px;
	font-family: Arial;
	font-size: 18px;
	border: none;
	padding: 0;
}
#container textarea {
	width: 218px;
	height: 200px;
	border: solid 1px #333;
	background-color: #121212;
	color: #FFF;
	font-family: Tahoma;
	font-size: 11px;
}
#rightside {
	float: right;
	width: 256px;
}
#rightside .advertisement {
	margin: 0 0 19px 0;
	border: 1px solid #333;
}


div.selectField {
	position: relative;
	background-color: #efefef;
	width: 220px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/form_bg_2.jpg);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	cursor: default;
	height: 28px;
}
div.selectField div.status {
	padding: 2px 0 2px 0;
	height: 26px;
	display: block;
	background-image: url(images/form_end.gif);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	cursor: default;
}
div.selectField:hover div.status {
	background-position: 100% 100%;
}
div.selectField div.status div.selected {
	padding: 3px 5px;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFF;
	display: block;
	overflow: hidden;
	cursor: text;
	margin-right: 24px;
	height: 14px;
}
div.optContainer {
	display: none;
	position: absolute;
	padding: 5px;
	background-color: #101010;
	border: solid 1px #333333;
	width: 210px;
	height: 200px;
	overflow: auto;
	left: 0px;
	top: 24px;
}
div.optGroup div.optLabel {
	font-family: Tahoma;
	font-weight: bold;
	color: #787878;
}
div.opt {
	font-family: Tahoma;
	font-size: 11px;
	cursor: default;
	padding: 2px 2px 2px 2px;
	color: #787878;
}
div.optGroup div.opt {
	cursor: default;
	padding: 2px 2px 2px 15px;
}
div.optContainer div.selected {
	background: #1E1E1E;
	color: #787878;
}
div.optContainer div.disabled {
	color: #dddddd;
}
div.optContainer div.over {
	background: #f2f2f2;
	color: #666666;
}

a#login {
	background: url(/images/buttonlogin.png) no-repeat;
	display: block;
	height: 70px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 0;
	width: 96px;
}

