﻿  /* CSS layout */
body {
	margin: 0 auto;
	background-color:gray;
	/*background-image: url('images/background_blue-black.jpg');*/
	background-attachment:fixed;
	border:medium;
	border-color:maroon;
	padding: 0;
	width:900px;
	height:auto;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

#masthead {margin-top:20px;
}

#top_nav {
	font-size:medium;
	overflow:auto;
}

#container {

	width: 900px;
	background-color:maroon;
	overflow:hidden;
}
#left_col {
	width: 175px;
	height:auto;
	overflow:auto;
	float: left;
}

#right_col {
    width:700px;
	background-color:silver;
	margin-left:5px;
	margin-bottom:0px;
	margin-right:10px;
	margin-top:10px;
	overflow:auto;
	
}

#right_col_content{
	background-color: #E3D291;	width:668px;
	height:auto;
	margin-left:5px;
	margin-right:5px;
	margin-top:3px;
	margin-bottom:20px;
	padding: 10px;
	overflow:  hidden;
	
}

#bottom {
	padding:	10px;
	background-color: maroon;
	width: 880px;
	height: auto;
	text-align: center;
}
#bottomcol_1{
	float: left;
	width: 233px;
	height: auto;
	margin-left: 36px;
	background-color: maroon;
}

#bottomcol_2{
	float: left;
	width: 233px;
	height: auto;
	margin-left: 50px;
	background-color: maroon;
}


#bottomcol_3 {
	float: left;
	width: 233px;
	height: auto;
	margin-left: 50px;
	background-color: maroon;
}

#footer {
	clear: both;
	font-size:xx-small;
	font-weight:bold;
	text-align:center;
}

