@charset "UTF-8";
/* CSS Document */

body {
	background-color:#000;
	background-image: url(images/bg2.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:150%;
}
a {
	color: #00b4ff;
	text-decoration: none;
}
a:active {
	color: #00b4ff;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
#wrapper {
	width:950px;
	margin:0 auto 0 auto;
}
#header {
	width: 950px;
	height:267px;
	margin:35px auto 0 auto;
	background-image: url(images/bg_header2.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#sociallinks {
	position:absolute;
	width:300px;
	height:auto;
	margin-top:50px;
}
#homelink {
	position:absolute;
	width:auto;
	height:auto;
	margin-top:100px;
}
#menu {
	position:absolute;
	margin:237px 0 0 20px;
	width:950px;
}
.menu_about {
	width:auto;
	float:left;
	margin-right:28px;
}
.menu_press {
	width:auto;
	float:left;
	margin-right:25px;
}
.menu_image {
	width:auto;
	float:left;
	margin-right:28px;
}
.menu_social {
	width:auto;
	float:left;
}
#mainbody {
	width: 950px;
	height:800px;
	margin:0 auto 0 auto;
	padding:0;
	background-image: url(images/bg_body.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#ticker_wrap {
	width:945px;
	height:33px;
	background-image:url(images/bg_ticker.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 -5px 0 2px;
}
.ticker {
	text-transform:uppercase;
	color:#666;
	font-size:11px;
}
#col3_left {
	width: 250px;
	height:700px;
	float: left;
	background-image: url(images/bg_sidebar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 25px 0 2px;
	text-align:center;
	padding:20px 0 0 20px;
}
#col3_center {
	width: 285px;
	height:100px;
	float: left;
	margin:0 0 0 5px;
	padding:20px 0 0 0;
}
#col3_right {
	width: 285px;
	height:100px;
	float: left;
	margin:0 20px 0 0px;
	padding:20px 0 0 0;
}
#coldiv {
	width: 50px;
	height:800px;
	float: left;
	background-image:url(images/bg_div.jpg);
	background-position:top center;
}
#col3_left_content {
	width:230px;
	text-align:center;
}
#col2_left {
	width: 250px;
	height:700px;
	float: left;
	background-image: url(images/bg_sidebar.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	margin:0 25px 0 2px;
	text-align:center;
	padding:20px 0 0 20px;
}
#col2_right {
	width: 615px;
	height:100px;
	float: left;
	margin:0 0 0 5px;
	padding:20px 0 0 0;
}
#col2_left_content {
	width:230px;
	text-align:center;
}
#col_full {
	width: 900px;
	height:700px;
	float: left;
	margin:0 25px 0 2px;
	text-align:center;
	padding:20px 0 0 20px;
}
.title_green, .title_yellow, .title_pink, .title_grey, .title_white {
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	padding-bottom:20px;
}
.title_green, .text_green {
	color: #98e989;
}
.title_yellow, .text_yellow {
	color: #ffe26e;
}
.title_pink, .text_pink {
	color: #e354e3;
}
.text_green, .text_white {
	text-align:left;
}
.title_white, .text_white {
	color:#FFF;
}
.title_grey, .text_grey {
	color:#afafaf;
}
.text_caps {
	text-transform:uppercase;
}
.downloadlink {
	background-image:url(images/download.png);
	background-repeat:no-repeat;
	padding:0 0 20px 30px;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
	margin-left:5px;
}
.clearfloat {
	clear:both;
	height:1px;
}

