﻿/* CSS layout */
body {
	background-color: #333333;
	margin: 0;
	padding: 0;
}

a:link {
COLOR: #000000;
}
a:visited {
COLOR: #000000;
}
a:hover {
COLOR: #000000;
}
a:active {
COLOR: #000000;
}

.paragraph_space {
	margin-top: 3pt;
	margin-bottom: 0pt;
}

#page {
	background: #bcbcbc url('/images2/mainbwnew.jpg') no-repeat fixed 50% top;
	margin: 0;
	padding: 0;
	width: 999px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: white;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: white;
	padding-bottom: 5px;
}

/*-Top of Page--------------------------
----------------------------------------*/

#masthead {
	width: 804px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	position: fixed;
	width: 158px;
	height: 144px;
	background-image: url('http://www.n5wf.org/images2/wars13small.png');
	background-repeat: no-repeat;
}

#header {
	float: right;
/*	margin-left: 148px;*/
	width: 602px;
	height: 126px;
	background-image: url('http://www.n5wf.org/images2/title4.png');
	background-position: center;
	background-repeat: no-repeat;
}

/*-Navigation Bar----------------------*/

#navigation{
	float: right;
	clear: both;
	background-image: url('http://www.n5wf.org/images2/top.png');
	background-position: bottom;
	background-repeat: no-repeat;
	margin-top: 20px;
/*	margin-left: 148px;*/
	margin-bottom: 0px;
	width: 620px;
	height: 36px;
	overflow: hidden;
}

/*-Menu Bar----------------------------*/

#menubar {
	padding: 0px 0px 0 5px;
}

#menubar a {
	width: 100px; height: 31px;
	display: block; 
	float: right;
	text-decoration: none;
	text-align: center; 
	margin: 5px 0 0 0px;
	background: url('http://www.n5wf.org/images2/navbutton.png');
}

#menubar a:hover {
	background: url('http://www.n5wf.org/images2/navbutton.png') 0 -31px;
	font: bold 16px/16px calibri;
	color: #000000;
	top: 11px;
}

#menubar a span {
	font: bold 16px/16px calibri;
	color: #000000;
	position: relative;
	top: 11px;
}

/*-Main Body---------------------------
---------------------------------------*/

#container {
	background-image: none;
	position: relative;
	clear: both;
	width: 804px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	padding-top: 20px;
	z-index: 2;
}

#left_col {
	float: left;
	clear: none;
	position: absolute;
	margin-top: 29px;
	padding-left: 18px;
	padding-top: 10px;
	width: 148px;
	height: 185px;
	position: fixed;
	background-image: url('http://www.n5wf.org/images2/lefttable.png');
	background-position: top-left;
	background-repeat: no-repeat;
	font-family: calibri;
	font-size: 12pt;
	z-index: 1;
}

#radar {
	float: left;
	clear: both;
	position: absolute;
	margin-top: 200px;
	padding-left: 10px;
/*	padding-top: 10px;*/
	padding-right: 2px;
	width: 148px;
	height: 185px;
	position: fixed;
	background-image: none;
/*	z-index: 2;*/
}

/*-Main Content------------------------*/

#pagetop {
	float: right;
	clear: none;
	background-image: url('http://www.n5wf.org/images2/top2.png');
	background-repeat: no-repeat;
	background-position: right;
	width: 620px;
	height: 30px;
	z-index: 2;
}

#page_content_middle {
	float: right;
	clear: both;
	margin-top: 0px;
	background-image: url('http://www.n5wf.org/images2/middle.png');
	background-repeat: repeat-y;
	background-position: center;
	width: 620px;
/*	height: auto;*/
	min-height: 400px;
	z-index: 2;
}

#page_content_bottom {
	float: right;
	clear: both;
	margin-bottom: 25px;
	background-image: url('http://www.n5wf.org/images2/bottom.png');
	background-repeat: no-repeat;
	background-position: top-center;
	width: 620px;
	height: 30px;
	z-index: 2;
}

#text_container {
	background-image: none;
	margin-left: 7%;
	margin-right: 5%;
	margin-top: 15px;
	margin-bottom: 30px;
	font-family: Calibri;
	font-size: 12pt;
	text-align: left;
	z-index: 3;
}

/*-Footer------------------------------
---------------------------------------*/

#search {
	clear: both;
	position: relative;
	width: 804px;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	font-family: Calibri;
	font-size: 4pt;
	text-align: left;
}

#footer {
	clear: none;
	position: relative;
	width: 804px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding-left: 50px;
	font-family: Calibri;
	font-size: 8pt;
	text-align: left;
}