body{
	font-family: Arial;
	margin: 10px auto 10px auto;
	text-align: center;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
	background-color: #23485b;
}
#all{
	margin: 10px auto 10px auto;
	width: 750px;
}
#logo{
	width: 750px;
	height: 200px;
	border: 1px solid white;
	background-image: url('images/sc2logo.jpg');
	background-repeat: no-repeat;
}
#main{
	margin-top: 5px;
	width: 750px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: white;
}
#leftbar{
	width: 150px;
	height: 400px;
	background-image: url('images/navbar.png');
	background-repeat: no-repeat;
	border-right: 1px solid white;
	margin-right: 600px;
	position: relative;
	left: 0px;
	right: 600px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#leftbar a{
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 14px;
	color: #FFFFFF;
}
#leftbar a:hover{
	text-decoration: none;
	display: block;
	background-image: url('images/ahover.jpg');
	background-repeat: repeat-y;
}
#rightbar{
	width: 600px;
	min-height: 500px;
	height: auto;
	margin-left: 150px;
	margin-right: 0px;
	margin-top: -430px;
	background-image: url('images/mainbg.jpg');
	background-repeat: no-repeat;
	background-color: #01305C;
	border: 1px solid white;
}
#rtitle{
	text-align: left;
	padding-left: 10px;
	font-size: 60px;
	font-style: italic;
}
#ad{
	width: 750px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer{
	color: white;
	font-size: 13px;
	width: 750px;
	min-height: 30px;
	border: 1px solid white;
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url('images/footerbg.jpg');
	background-repeat: repeat-x;
	background-color: #000033;
}
#footer h5{
	margin-top: 2px;
	margin-bottom: 2px;
}
#footer a{
	color: #CCCCCC
}
/* News */
#newspost{
	width: 550px;
	margin-left: 10px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('images/newsbg.jpg');
	background-repeat: repeat-x;
	background-color: #01407E;
	border: 1px solid white;
}
#newsheader{
	width: 500px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 18px; 
	border-bottom: 1px solid white;
}
#newsmain{
	width: 500px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px; 
}
#newsmain img{
	width: 90%;
	margin-top: 5px;
	border: 1px solid white;
}
/*Content*/ 
#content{
	width: 550px;
	margin-left: 10px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url('images/newsbg.jpg');
	background-repeat: repeat-x;
	background-color: #01407E;
	border: 1px solid white;
}
#contitle{
	width: 500px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 18px; 
	border-bottom: 1px solid white;
}
#conmain{
	width: 500px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px; 
	border-bottom: 1px solid white;
}
#conlink{
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
}
#conlink a{
	margin-right: 40px;
	font-size: 30px; 
	color: white;
	text-decoration: none;
}
.blackoverlay{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1999;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	
}
#lbcenter{
	display: inline;
	margin: 10px auto 10px auto;
	text-align: center;
	width: 100%;
}
.whitecontent{
	display: none;
	position: absolute;
	top: 5%;
	left: 15%;
	right: 15%;
	width: 70%;
	max-height: 90%;
	height: auto !important;
	padding: 15px;
	border: 15px solid #2A47FF;
	background-color: silver;
	z-index: 2000;
	overflow: auto;
}
#contenth{
	text-align: left;
	color: black;
	font-size: 20px;
	padding-bottom: 3px;
	border-bottom: 1px solid black;
	margin-bottom: 5px;
}
#contentm{
	padding-top: 3px;
	border-top: 1px solid black;
	margin-top: 5px;
	text-align: left;
	color: black;
	font-size: 15px;
}
#contentf{
	overflow: auto;
}
#contentc{
	text-align: right;
	color: black;
	font-size: 18px;
}
#contentc a{
	text-decoration: none;
	color: black;
	font-size: 18px;
}
/*Affiliates*/
#aff{
	width: 500px;
	height: 80px;
	margin-right: 60px;
	margin-left: 40px;
	margin-bottom: 5px;
	border: 1px solid white;
}
/*Inputs*/
.input{
	border: 1px solid white;
	font-family: Arial;
	width: 180px;
	background-image: url('images/input.png');
	background-repeat: repeat-x;
	background-color: #003366;
	color: white;
}
.textarea{
	border: 1px solid white;
	font-family: Arial;
	width: 450px;
	height: 150px;
	background-image: url('images/textarea.png');
	background-repeat: repeat-x;;
	background-color: #003366;
	color: white;
}
/*Guestbook*/
#gbcontent{
	width: 550px;
	height: 400px;
	overflow: scroll;
	border: 2px solid white;
	margin-left: 25px;
	margin-right: 25px;
}
#gbfull{
	width: 520px;
	margin-left: 5px;
	margin-right: 25px;
	margin-top: 10px;
	background-image: url('images/newsbg.jpg');
	background-repeat: repeat-x;
	background-color: #01407E;
	border: 1px solid white;
}
#gbheader{
	width: 470px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 3px;
	font-size: 18px; 
}
#gbmessage{
	width: 470px;
	text-align: left;
	margin-left: 10px;
	margin-right: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px; 
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.gbban{
	border: 2px solid white;
}
#captcha{
	margin-left: 135px;
}