	body {
		font-family: Arial;
		background-color:#262829;
		padding:0px;
		margin:0px;	
		}
	a {
		color:white;
		font-size:12px;
		text-decoration:none;
	}
	a:hover {
		color:#456DAB;
		text-decoration:none;
	}
	a:visited {
	}
	.header {
		padding:0;
		margin: 0px auto -1px auto; 
		width:800px;
		height:143px;
		background-color:#456DAB;
		background-image: url(../images/header_bg.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	.nav_top {
		color: white;
		padding:5px;
		font-size: 18px;
		margin: 0px auto 0px auto;
		background-color:#3c3c3c;
                background-image: url('../images/nav_bg.png');
		width:790px;
		height:20px;
		background-repeat: repeat-x;
		background-position: top left;
	}
        .nav_top a{ font-size:16px; color: white }
        .nav_top a:hover{ text-decoration: underline;}
	a.nav_link {
		font-size:15px;
		font-weight:bold;
		padding-left: 50px;
	}
        .center_box {
                margin: 0px auto 0px auto;
                width: 800px;
        }
	.main_container {
	        margin: 0px 0px 0px auto;
                width:525px;
		background-color:#090909;
		padding:20px; 
		float:left;
	}
	.main_text {
		font-size:13px;
		color:#9ea9aa;
		text-align:left;
		padding-top:10px;
		line-height:1.5;
	}
	.nav_right {
		float:left;
		padding:0px;
		width:190px;
                height:100%;
	}
	.nav_right_box {
		width:100%;
		padding:5px 5px 5px 40px;
		background-color:#222222;
		border:1px solid #090909;
	}
	.comingsoon {
		width:800px;
		height:450px;
		padding:5;
		margin: 0px auto -1px auto; 
		background-image: url(../images/comingsoon.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	h2 {
		font-size:22px;
		font-weight:normal;
		color:white;
		text-align:center;
		margin:0px;
		padding:0px;
	}
	h3 {
		font-size:22px;
		font-weight:normal;
		color:white;
		padding:5px 0px 0px 0px;
		margin:0px 0px 0px 0px;
	}
	h4 {
		font-size:15px;
		font-weight:normal;
		color:white;
		margin:20px 0px 0px 0px;
	}
	h5 {
		font-size:11px;
		font-weight:bold;
		padding:-1px 0px 0px 0px;
		color:#9ea9aa;
		margin:0px;
	}
	p {
		color:white;
		font-family:Arial;
		font-size:12px;
		text-align:center;
		margin:0px;
		padding:0px;
		color:#9ea9aa;
	}
