@charset "utf-8";
body {
	background-image: url(../images/bgnd.png);
	background-repeat: repeat-x;
	background-color: #0d82b7;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width: 877px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 11px;
}

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 162px;
	width: 877px;
}
#nav {
	height: 38px;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	text-decoration: none;
	display: block;
	height: 38px;
	line-height: 38px;
	text-indent: -8888px;
	margin-right: 25px;
	margin-left: 25px;
}


#nav ul li .home {
	background-image: url(../images/home-a.png);
	width: 86px;
	background-position: top;		
}

#nav ul li .home:hover {
	background-position: bottom;
}

#nav ul li .signup {
	background-image: url(../images/signup-a.png);
	width: 104px;
	background-position: top;		
}

#nav ul li .signup:hover {
	background-position: bottom;
}

#nav ul li .faq {
	background-image: url(../images/faq-a.png);
	width: 65px;
	background-position: top;	
}

#nav ul li .faq:hover {
	background-position: bottom;
}

#nav ul li .contact {
	background-image: url(../images/contact-a.png);
	width: 106px;
	background-position: top;
}

#nav ul li .contact:hover {
	background-position: bottom;
}

#nav ul li .forum {
	background-image: url(../images/forum-a.png);
	width: 92px;
	background-position: top;	
}

#nav ul li .forum:hover {
	background-position: bottom;
}

	
#header h1 {
	text-indent: -8888px;
	margin: 0px;
	padding: 0px;
}
#header h2  {
	text-indent: -8888px;
	margin: 0px;
	padding: 0px;
}
#main {
	background-image: url(../images/main-bgnd-top.png);
	background-repeat: no-repeat;
	height: auto;
	padding-right: 43px;
	padding-left: 43px;
	padding-top: 49px;
}
#main h3 {
	color: #0c8fce;
	font-size: 28px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 19px;
	margin-left: 0px;
}
#main-bottom {
	background-image: url(../images/main-bgnd-bottom.png);
	height: 63px;
	width: 877px;
}

#main p {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: justify;
	margin-right: 0px;
	margin-left: 0px;
}
#footer {
	color: #FFF;
	text-align: center;
	background-image: url(../images/footer-bgnd.png);
	background-repeat: no-repeat;
	background-position: center;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	color: #9CC5E0;
}

.orange{
	color:#ff6600;
}

