﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-image: url('tlo.gif');
	background-attachment: fixed;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #C0C0C0;
}

#masthead {
	min-width: 400px;
}

a {
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
	text-decoration: none;
}


#logo {
	float: left;
	width: 160px;
	height: 60px;
}

#header {
	margin-left: 125px;
	width: 585px;
	background-color: #00FFFF;
	height: 60px;
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 120px;
	height: 600px;
	background-color: #C0C0C0;
}


#right_col1 {
	float: right;
	width: 120px;
	position: fixed;
	margin-left: 445px;
	height: 600px;

}

#page_content {
	margin-left: 125px;
	margin-right: 200px;
	width: 380px;

}

#footer {
	clear: both;
	font-size: small;
}

