﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image:url('images/bg.jpg');
	background-repeat:no-repeat;
	background-color:#cccccc;
	background-position:top center;
	font-size:11px;
	font-family:Verdana;
	color:#000000;
}

a {color:black;
text-decoration:none;
}
a:hover{text-decoration:underline;
}

#masthead {
width:972px;
background:url('images/header.jpg') no-repeat top center;
height:216px;
margin:auto;
}

#top_nav {
}

#container {
	width: 972px;
	margin:auto;
}

#left_col {
	width: 186px;
	float: left;
	background:url('images/join_bg.jpg') no-repeat top #b0b0b0;
	
}

#right_col {
	width: 186px;
	float: right;
	background-color:#c7c7c7;
}

#page_content {
	margin-left: 186px;
	margin-right: 186px;
	background-color:white;
	padding:8px;
	padding-top:5px;
	min-height:650px;

}

#footer {
	clear: both;
}

img {
	border:0px;}
}

#nav {
	
}
	
#nav a {color:white; font-size:12px;}	
}

#nav a:hover{
	color:#cccccc; text-decoration:none}
}
