body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	max-width: 2500px;
	background-color: #E5E5E8;
	padding: 0;
}

h1 { font-size: 18px; color: #006633 }
h2 { font-size: 14px; color: #003399 }
h3 { font-size: 12px; color: #003399 }
h4 { font-size: 10px; color: #003399 }

a { color: #0000FF; text-decoration: none }
a:hover { text-decoration: underline }

hr { color:  #FFCC00 }

div#container {
	position: relative;
	top: 101px;
	margin-left: auto;
	margin-right: auto;
	width: 99%;
	min-width: 760px;
	max-width: 1024px;
	padding: 0;
}

div#header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: url(../Images/page_elements/mast.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 100px;
	border-bottom: #FFCC33 1px solid;
}

div#left {
	margin-left: 0px;
	width: 180px;
	float: left;
	min-height: 768px;
	overflow: hidden;
	font-size: 12px;
}

div#right {
	margin-left: 181px;
	width: auto;
	min-height: 800px;
	overflow: hidden;
	border-left: #FFCC00 1px solid;
	padding-left: 5px;
	font-size: 12px;
}

div#rightbox_260 {
	float: right;
	width: 260px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	border-left: #FFCC66 1px solid;
	text-align: center;
	font-size: 10px;
}

div#sidebar_260 {
	float: right;
	width: 260px;
	padding: 5px;
	background-color: #F3F3F3;
	margin-left: 5px;
	border: #009966 2px solid;
	font-size: 10px;
}

div#rightbox_310 {
	float: right;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-left: 5px;
	border-left: #FFCC66 1px solid;
	text-align: center;
	font-size: 10px;
	z-index: 0;
	table-layout: auto;
}

div#tiny {
	font-size: 9px;
	vertical-align: bottom;
}

div#bottom {
	clear: both;
	border-top:  #FFCC00 1px solid;
	text-align: center;
	margin-top: 5px;
	padding-top: 6px;
	padding-bottom: 10px;
}
