@charset "utf-8";
html, body{
	margin:0;
	font-size: 14px;
	background-color:#101010;
}
a {
	color:#FFF;
}
a:hover{
	color:#69C;
}
#wrapper{
	width:100%;
	height:100%;
	
}
div.headeroutside{
	width:100%;
	height:100px;
	background-image:url(../assets/header-bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
div.headerinside{
	margin:0 auto 0 auto;
	height:75px;
	padding:25px 10px 0 10px;
	width:1000px;
}
div.bodyoutside{
	width:100%;
	height:385px;
	background-image:url(../assets/body-bg.png);
	background-repeat:no-repeat;
	background-position:center;

}
div.bodyinside{
	margin:0 auto 0 auto;
	height:380px;
	padding:0px 10px 0 10px;
	width:1000px;
}
div.footeroutside{
	width:100%;
	min-height:350px;
	
	
	

}
div.footerinside{
	margin:20px auto 0 auto;
	min-height:150px;
	padding:20px;
	background-color:#121211;
	width:980px;
	color:#D6B369;
	;
	/* round corners */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	/* inner shadow */
	-webkit-box-shadow:inset 0 0 10px #000;
	box-shadow:inset 0 0 10px #000;
	-moz-box-shadow:inset 0 0 10px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000')";





	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000');
	font-family: Tahoma, Geneva, sans-serif;
}
.contentsleeve{
	background-color:#000;
	width:100%;
	padding:20px;
	/* round corners */
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}
.PageTitles{
	font-family: 'Julius Sans One', sans-serif;
	font-size:24px;
	color: #FFF;
}
