body {
	margin: 0px 0px 0px 0px;
	font-family:"Tahoma", "Verdana", "Arial", "Helvetica", sans-serif;
	color:#fff;
	font-size:10pt;
	background-color:#ccc;
}

a:link {color:#fff;text-decoration:none;}
a:visited {color:#fff;text-decoration:none;}
a:hover {color:#fff;text-decoration:underline;}

img, div, object {border:0;margin:0;padding:0;}
table {border-collapse:collapse;border:0;margin-left:auto;margin-right:auto;}

/* Wraps entire page */
#wrapper {
	width:100%;
	text-align:center;
}

/* Holds and centers content */
#container {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	background-image: url(images/bg.gif);
	background-repeat:repeat-y;
}
/* Places content corretly on background. */
#content {
	width:762px;
	margin-left:19px;
}

#header {
	width:760px;
	height:60px;
	background-color:#000;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#header div.title {
	float:left;
	text-align:left;
}

#header div.htext {
	margin-top:12px;
	text-align:right;
	font-size:20pt;
}

/* Middle section of content. */
#main {
	width:760px;
	background-image: url(images/searsbar.jpg);
	background-repeat:repeat-y;
}

/* Left Navigation Bar */
#navbar {
	float:left;
	width:140px;
	height:100%;
}
#navbar p.nav {
	font-size:14px;
	margin-left:5px;
	text-align:left;
}
/* Indent */
#navbar p.nav2 {
	margin-left:5px;
	text-align:left;
}

/* Visitor Counter */
#counter {
	width:100px;
	margin-left:10px;
	margin-top:-12px;
	padding:5px;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	color:#cff;
	font-size:18px;
	font-weight:bold;
	border:1px solid #cff;
	background-color:#000;
}

/* Center Content Column */
#mb {
	float:left;
	width:605px;
	background-image: url(images/bar.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/* Title and back link at top */
#mb div.top {
	clear:left;
	width:100%;
}
#mb div.top h1 {
	margin:0;
	font-size:18px;
	text-align:center;
}
#mb div.full p {
	margin:0;
	text-align:right;
}

/* Left Column */
#mb div.col1 {
	float:left;
	width:395px;
	margin-left:10px;
}
#mb div.col1 p {
	text-align:justify;
	margin-left:10px;
}

/* Right Column */
#mb div.col2 {
	float:left;
	width:196px;
}
#mb div.sec {
	width:126px;
	float:left;
	margin-left:40px;
	text-align:center;
}

/* Bottom div containing news ticker */
#mb div.bottom {
	clear:left;
	width:100%;
	margin-top:5px;
	margin-bottom:5px;
	text-align:center;
}

/* Weather info [DELETED]
#weather {
	width:123px;
	height:64px;
	color:#333;
	border:1px solid #666;
	background-image: url(images/wb.gif);
	background-repeat:repeat-x;
} */


/* Vertical text bar */
#rightbar {
	width:15px;
	float:left;
	text-align:center;
	vertical-align:bottom;
}

/* Black footer */
#footer {
	clear:left;
	width:760px;
	background-color:#000;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	text-align:right;
}
#footer img {margin: 1px 5px 0px 5px;}

/* Bottom shadow, wider than content and footer */
#subfoot {
	clear:left;
	width:800px;
	background-image: url(images/bgbt.gif);
}
