@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
a {
	text-decoration:none;
	color:#d2232a;
}
a:hover {
	text-decoration: underline;
}
h1 {
	color:#d2232a;
	font-size:18px;
}
h2 {
	color:#d2232a;
	font-size:16px;
}
h3 {
}
h4 {
}
h5 {
}
li {
	margin-bottom:5px;
}
strong {
	font-weight:bold;
	color:#d2232a;
}
	

/* Header Start */
#logo {
	width:990px;
	margin:auto;
	margin-top:20px;
}
#banner {
	width:990px;
	height:225px;
	margin:auto;
	margin-top:20px;
	list-style:none;
}
#banner ul {
	list-style:none;
	margin-left:-30px;
}
/* Header End */


/* Menu Start */
#menu {
	width:990px;
	margin:auto;
	height:95px;
	background-image: url(../images/nav-bg.png);
	background-repeat:no-repeat;
	background-position:10px;
}
#menu ul {
	list-style:none;
	display: list-item;
	margin-left:-40px;
	
}
#menu li {
	float:left;
}
/* Menu End */


/* Main Start */
#wrap {

	height: auto;
	margin:auto;
	width:990px;
}
#content {
	width:990px;
	background-image: url(../images/wrap-bg.png);
	background-repeat:repeat-y;
	background-position:10px;
	float:left
}
#main-left {
	width:635px;
	padding-left:30px;
	padding-right:15px;
	float:left;
	background-color:#caebfc;
	margin-left:15px;
	background-image:url(../images/left-bg.png);
	background-position:top;
	background-repeat:repeat-x;
	min-height:1200px;
}
#main-right {
	width:255px;
	padding-left:15px;
	padding-right:25px;
	float:left;
	min-height:549px;
}
#main-right p {
	color:#FFF;
}
#main-right a {
	color:#FFF;
}
/* Main End */

#formWrap {
	width:255px;
	background-image:url(../images/form-bg.png);
	background-repeat:repeat-y;
}
#form-signup {
	margin-left:20px;
	width:215px;
	overflow:hidden;
}
#form-footer {
	background-image:url(../images/form-footer-bg.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 10px;
}

/* Footer Start */
#footerWrap {
	margin:auto;
	width:990px;
	margin-bottom:20px;
}
#footer {
	text-align: left;
	padding-left:45px;
	margin-bottom:20px;
	background-image:url(../images/footer-bg.png);
	background-repeat:no-repeat;
	background-position:10px;
	float:left;
	width:990px;
	height:41px;
}
#bottomLinks {
	text-align:right;
	margin-top:60px;
}
/* Footer End */