﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:black;
	font-family:Verdana;
	text-align:center;
}

#mainwrap {
	background-image:url('images/background.jpg');
	background-repeat:no-repeat;
	
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:center;
	min-height:600px;

}
img
	{
	border:0px;
}

#container {
	width: 800px;
	position:static;
	margin-top:-224px;
	z-index:1;
	
	
}

#navtop
{
	height:200px;
	text-align:right;
	

}
#containerbottom
{
	
	width:800px;
	position:inherit;
	text-align:right;
	padding-top:10px;
	padding-bottom:10px;
	
}
#containertop
{
	margin-left:113px;
	margin-right:-113px;
	position:relative;
	height:224px;
	top:0px;
	z-index:2;
}

#leftcol {
	width: 245px;
	float: left;
	height:224px;

}

#rightcol {
	width: 113px;
	float: right;
	height:224px;


}
#stripe{
	background-color:#0A0A0A;
	height:224px;
	width:100%;
	top:200px;
	position:relative;
	z-index:1;

}
#contact
{
	margin-top:170px;
}
#middlecol {
	margin-left: 245px;
	margin-right: 113px;
	width:442px;
	height:224px;

}
#pagetitle
{
	padding-top:15px;
	padding-bottom:10px;
	text-align:right;
	color:#FFffff;
	}
#temp
	{
	position:inherit;
	color:white;
		right:113px;
	left:-113px;
	margin-top:0px;
	text-align:right
}
#footer {
	clear:both;
	color:white;
	text-align:right;
	position:relative;
	bottom:-10px;
	font-size:xx-small;
	padding-bottom:25px;
	font-weight:lighter
		}
		
a.foot:link, a.foot:visited
	{
	color:white;
} 
a:link
	{
	color:#ff0033;
}
a:visited
	{
	color:#9966cc;
}
#policy
{
	width:80%;
	text-align:left;
	font-size:x-small;
	background-color:white;
	color:#333333;
	padding-top:25px;
	padding-left:20px;
	padding-right:45px;
	padding-bottom:20px;
	
}
#title
	{
	font-size:small;
	font-weight:bold;
}
img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
z-index:3;
}

