/*

	Austin Allsup CCS - layout
	7th Hat Media Group
	Version:		1.0
	Auth:			Andrew Hamel

*/

@import "menu.css";
@import "home.css";
@import "subpage.css";
@import "footer.css";

html {
	text-align:center;
	width:100%;
	height:100% !important;
}

body {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(../images/bg_tile.jpg);
	background-attachment:fixed;
	background-color:#000000;
}

a {
	color:#cccccc;
	text-decoration:none;
}

a:hover { text-decoration:underline; }

div#main {
	width:820px;
	height:auto;
	margin:0 auto;
	text-align:left;
	border-left:1px solid #4b4b4b;
	border-right:1px solid #4b4b4b;
	background-color:#000000;
	background-position: right top;
	background-repeat:no-repeat;
	float:none;
}

a, div, p, span, td, input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e6e6e6;
}

div#header {
	display:block;
	width:820px;
	height:400px;
}

div#header h1 {
	background:url(../images/logo.png) no-repeat;
	width:463px;
	height:400px;
	display:block;
	margin:0;
	padding:0;
	position:relative;
	top:10px;
	text-indent:-9999em;
	overflow:hidden;
}

div#content {
	display:block;
	width:820px;
	margin-top:40px;
	padding-bottom:20px;
}

img.img_header {
	margin-top:-30px;
	display:block;
}

div.block_content {
	display:block;
	margin-top:5px;
	margin-left:10px;
}

h2.content_header {
	color:#bf1e2e;
}
