* { 
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
	
}

img { border: none; }

html {height: 100%; }

body {
	height: 100%;
	background: url(../images/bkgd.gif) repeat top left fixed;
	overflow-y: visible;
	overflow-x: hidden;

}

#container {
 	position: absolute;
 	margin-left: -450px;
 	left: 50%;
 	width: 900px;
 	height: 100%;

}


#header {
	position: fixed;
	top: 40px;
	margin-left: 0px;
	color: red;
	font-size: 0.6em;
}

#left_col {
	float: left;
	width: 400px;
}

#right_col {
	float: right;
	width: 500px;
}

#info {
	position: relative;
	float: left;
	top: -5px;
	margin-left: 74px;
}

#nav {
	position: relative;
	float: left;
	top: 10px;
	margin-left: 10px;
}
	
#info a:link, #info a:visited, #nav a:link, #nav a:visited {
	color: red;
	text-decoration: none;
}

#info a:hover, #nav a:hover { color: white;}

#info span { color: #600; }

#banner {
	height: 70px;
	background: url(../images/banner.jpg) no-repeat scroll left bottom;
}

#header #stripe {
	position: fixed;
	top: 110px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #300;
	z-index: -1;
}


#header #bar {
	position: fixed;
	top: 40px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: black;
	z-index: -2;
}

#main #left_col {
	float: left;
	margin-top: 140px;
	background-color: black;
	height: 640px;
	width: 400px;
}


#main #right_col {
	float:right;
	margin-top: 140px;
	background-color: #660000;
	height: 640px;
	width: 500px;
}


#newsletter {
	position: relative;
	top:-50px;
	left: 20px;
}

#news_label {
	color:white;
	font-size: .6em;
}

#links {
	float: right;
	position: relative;
	top:-45px;
	left:-35px;
}

#footer #stripe {
	position: fixed;
	top: 780px;
	left: 0px;
	width: 100%;
	height: 30px;
	background-color: #300;
	z-index: -1;
}

#footer #bar {
	position: fixed;
	top: 710px;
	left: 0px;
	width: 100%;
	height: 100px;
	background-color: black;
	z-index: -2;
}

#footer #left_col {
	float: left;
	position: relative;
	top:-40px;
	left:25px;
	
}

#footer #copy {
	position: relative;
	font-size: .6em;
	color: white;
	top: -27px;left: 205px;
}

