html{
	background: url(../img/space_bg.jpg) repeat;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #333;
	margin: 0;
	padding: 0;
}

p{
	line-height:18px;
	margin-bottom:10px;
	font-size:12px;
	color: #40505a;

}

p.bold{
	
	font-weight:bold;
}




h1 {
font-size:18px;
font-weight:bold;
margin-bottom:8px;
border-bottom:#a30234 1px solid;
color: #40505a;
}
h2 {
font-size:16px;
font-weight:bold;
margin-bottom:8px;
color: #40505a;
}


ul{
	margin-left:30px;
	margin-bottom:20px;
	font-size:12px;
	font-weight:bold;
}
li{
	list-style: circle;
	margin-left:10px;
	color:#000;
}


/*------ top header ------*/

div#top_header_wrap {}
div.top_header {
	background: url(../img/header.png) top left no-repeat;
	height: 186px;
}


/* ---- logo --- */
div#logo_wrap {
	position: relative;
	width: 970px;
}
div#logo {
	background: url(../img/logo.jpg) no-repeat;
	width: 740px;
	height: 132px;
	position: absolute;
	left: 110px;
	top: 55px;
}




/* ---- register btn --- */
div#register_btn_wrap {
	position: relative;
	width: 970px;
	z-index: 1000;
}
div#register_btn {
	width: 238px;
	height: 345px;
	position: absolute;
	right: 30px;
}

#register_btn a{
	width: 238px;
	height: 345px;
	display:block;
	background: url(../img/rocket.png) no-repeat;
	outline:none;
}
#register_btn a:hover {
	background: url(../img/rocket.png) 0px  100% no-repeat;
}
#register_btn a.active {
	background: url(../img/register_btn.png) 0px 100% no-repeat;
}


/* CUSTOM STYLING
--------------------------------------------------------- */

div#wrapper {
	width: 970px;
	margin: 0px;
	margin-top:30px;
}




/* CONTENT LAYOUT
--------------------------------------------------------- */
div#content_layout_wrap {}
div.content_layout {
background: url(../img/splint.png) top left repeat-y;
height: 1%;
}


/* TOP MENU
--------------------------------------------------------- */
div#top_menu_wrap {
	position: relative;
	width: 970px;
	z-index:1000;
}
div.top_menu {
	width: 560px;
	height: 50px;
	position: absolute;
	right: 20px;
	top: 156px;
}




/* HEADER
--------------------------------------------------------- */
div#header_wrap {
	padding: 0px 25px;
}
div#header {
	border-bottom: 2px #333;
}

/* ---- header content --- */
div#header_content_wrap {}
div#header_content {
	height:auto;
	width:740px;
}



/* CONTENT
--------------------------------------------------------- */
div#content_wrap { /* 1 column layout */
	padding: 0px 25px 0 25px;
} 
div#content_wrap_sidebar { /* 2 columns layout */
	width: 570px;
	float: left;
	margin-left:30px;
	
}
div#content {}

#content a:link, a:visited {
	color:#a30234;
}

#content a:hover{
	color: #F00000;
}


	
	


/* SIDEBAR
--------------------------------------------------------- */
div#sidebar_wrap {
	float: left;
	text-align: left;
	width: 300px;
	margin-top: 20px;
	border-left: 1px solid #CCC;
	padding-left:40px;
}
div#sidebar {}
div#sidebar h3 {
	font-family: font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	letter-spacing: -0.05em;
	font-size: 16px;
	color: #003;
	font-weight: bold;
	margin: 0px 0px;
	margin-bottom: 3px;
}




/* BOTTOM LAYOUT
--------------------------------------------------------- */
div#bottom_layout {}
div.bottom_layout {
	background: url(../img/footer.png) top left repeat-y;
	height: 92px;
}


/* FOOTER
--------------------------------------------------------- */
div#footer_wrap {
	padding-top: 100px;
}

.divider {	
	background:#ccc; 
	display:block; 
	height:1px; 
	width:100%;
	margin-bottom:20px;
	margin-top:20px;
	clear:both;
	line-height:1px; overflow:none;
}
.clr {
	clear: both;
	margin:0;
	padding:0;
}

.thumb{
	padding:3px;
}
