@charset "utf-8";
/* CSS Document */

/* General */

body {
	background-color:#323138;
	font-family:"Arial Narrow";
	margin-top: 0px;
	padding-top: 0px;
	font-size:15px;
	}

#page_container {
	float:left;
	height:100%;
	width:1024px;
	}
	
#wrapper {
	width : 1024px;
	margin : 10px auto;
	height:auto;
	margin-bottom:0px;
	margin-top:0px;
	}
	
#banner {
	width:1024px;
	float:left;
	height:98px;
	}
	
#main_content {
	float:left;
	width: 1003px;
	border-left: #000000 solid 3px;
	border-right: #000000 solid 3px;
	background-image:url(../img/squarebg.jpg);
	background-repeat:repeat;
	background-color:#3d3d44;
	height:auto;
	padding-bottom:20px;
	padding-left:15px;
	}
	
#footer {
	float: left;
	border: #000000 solid 3px;
	width: 1018px;
	height:100px;
	}
	
#footer .square_container {
	width:auto;
	margin-left:30px;
	margin-top:10px;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	}
	
#footer .foot_square {
	width:12px;
	height:12px;
	background-color: #f7921e;
	float:left;
	margin: 2px;
	}

#footer .credits {
	float:right;
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
	margin-right: 30px;
	margin-top:25px;
	}
	
#footer .credits a:link {
	color:#ffffff;
	text-decoration:none;
	}
#footer .credits a:visited {
	color:#ffffff;
	text-decoration:none;
	}
#footer .credits a:hover {
	color:#f7921e;
	text-decoration:none;
	}
#footer .credits a:active {
	color:#ffffff;
	text-decoration:none;
	}

