﻿@import url('appearance.css');
/* CSS layout */
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover   {
	color: red;
	text-decoration: underline;
}
a:visited {
	color: gray;
	text-decoration: underline;
}
html, body {       height: 100%; }
body {
	width: 955px;
	padding: 0px;
	margin: 0 auto;
	background: #333333;
	color: #dddddd;
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	border: 1px solid #808080;
}

#header {
	width: 945px;
	height: 140px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #FFCC00;
	background-color: #000000;
}

#container {
	border: 5px outset gray;
	width: 945px;
	min-height: 100%;
	margin-bottom: -330px;
	position: relative;
	background-color: #000000;
}

#left_col {
	width: 150px;
	left: 0px;
	top: 0px;
	min-height: 600px;
	float: left;
}
#awmAnchor-left_menu {
	 margin-left:8px;
}
#speedtest {
	 padding-top: 270px;
	 padding-left: 0px;	
}

#page_content {
	margin: 140px 165px 0px 150px;
	background-color: #fff;
	color: black;
	padding: 0px;
	min-height: 600px;
	text-align: left;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFCC00;
	border-left-color: #FFCC00;
}

#right_col {
	padding: 0px;
	margin: 0px;
	width: 163px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 150px;
	min-height: 600px;
	font-size: .95em;
}

#footer {
	min-height: 50px;
	width: 945px;
	border-top-color: #FFCC00;
	border-top-style: solid;
	border-top-width: 1px;
	
}

#todays_date {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #C0C0C0;
	margin-right: 5px;
	padding-right: 5px;
	font-weight: bold;
}
