@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
}

body {
	background-color: #000000;
	background-image: url(../images/bg_img.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

#pageContainer {
	width: 990px;
	margin: 0 auto;
}

#headerLinks {
	text-align: right;
	margin-right: 305px;
	padding-top: 30px;
}

#mainContent {
	margin-top: 8px;
	z-index: 50;
}

#contentBackground {
	width: 687px;
	background-color: #000000;
	opacity: 0.68;
	filter:alpha(opacity=68);
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 60px;
}

#sideBarBackground {
	width: 212px;
	background-color: #000000;
	opacity: 0.68;
	filter:alpha(opacity=80s);
	height: 100%;
	z-index: -1;
	position: absolute;
	top: 60px;
	left: 1110px;
}

.headerBlue {
	color: #62A5F9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.leftContent {
	width: 647px;
	float: left;
}

.designDetail{
	width: 647px;
	float: left;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.rightContent {
	float: right;
	width: 212px;
	margin-bottom: 20px; 
}

.sideBarText {
	margin-left: 20px;
}

a {
	color: #62A5F9;
	text-decoration: none;
}

a:link {
	color: #62A5F9;
	text-decoration: none;
}

a:visited {
	color: #62A5F9;
	text-decoration: none;
}

a:hover {
	color: #62A5F9;
	text-decoration: underline;
}

a:active {
	color: #62A5F9;
	text-decoration: underline;
}