
/* main elements */
html, body {
	background: url(../images/bg.gif);
	font: 11px Verdana;
	margin: 0;
	padding: 0;
}

/* wrapper */
#container {
	background: #fff;
	width: 725px;
	margin: 0px auto;
}

/* banner */
#banner {
	background: url('../headers/header1.jpg') top left no-repeat;
	height: 100px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 4px solid #ccc;
}


/* right */
#content {
	float: right;
	background: #fff;
	width: 525px;
	margin: 0;
	padding: 5px 5px 10px 5px;
}

/* bottom box */
.bottom {
	float: right;
	background: #fff;
	border: 1px solid #ccc;
	width: 250px;
	margin: 10px 5px 5px 0px;
	padding: 5px;
}

/* news box / whatever */
#box {
	border: 1px dotted #ccc;
	background: #eee;
	width: 160px;
	padding: 7px 5px 7px 5px;
	margin: 3px 0px 5px 3px;
}

/* footer */
#footer {
	background: #ddd url('../media/footerbg.jpg') no-repeat;
	clear: both;
	border-top: 2px solid #ccc;
	color: #000;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}

/* Menu styles */
#leftbar {
	font-weight: bold;
	float: left;
	width: 175px;
	margin: 3px;
	padding: 0;
}
#mainMenu {
	margin: 5px 0px 10px 0px;
	padding: 0;
	border-top: 1px solid #ccc;
}
#mainMenu li {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
#mainMenu li.active {
	background-color: #f6f6f6;
}
#subMenu {
	margin: 5px 0px 5px 0px;
	padding: 0;
	font-weight: normal;
}
#subMenu li {
	margin: 0;
	padding: 5px 0px 5px 0px;
	list-style: none;
	border-top: 1px solid #ccc;
	border-bottom: 0;
	text-align: center;
}



/* secondary elements */
p { line-height: 16px; }
#banner h1 { font-size: 45px; color: red; margin: 0; padding: 0 0 0 5px; letter-spacing: -0.12cm; }
.bannertag { color: silver; float: right; margin: 5px 15px 0 0; }
#content h2 { color: red; font-size: 1.3em; margin: 0; padding: 8px 0 12px 0; background: no-repeat left top; height: 16px; }
#content h3 { color: red; font-size: 1.3em; margin: 0; padding: 8px 0 4px 0; background: no-repeat left top; height: 16px; }
#content p { margin: 0px 0px 14px 0px; line-height: 16px; }
#content li { line-height: 16px; }
#content img { border: 1px solid #ccc; padding: 1px; margin: 1px; }
#leftbar a { color: red; display: block; text-decoration: none; }
#leftbar a:hover { color: silver; text-decoration: underline; }
#box p { margin: 0; font-weight: normal; }
#content a { color: #aaa; }
.bottom a { color: silver; }
.title { font-size: 1.2em; margin:0 0 7px; padding: 0; color: #000; font-weight: bold; background: no-repeat left top; height: 16px; }
.bottom p { margin: 0px 0px 5px 0px; }
acronym { color: red; }
.detail { color: silver; font-size: x-small; font-variant: small-caps; line-height: 16px; }
#footer a { color: #aaa; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
* html #footer { padding: 4px 0px 10px 0px; }
table { width: 100%; }
th { font-weight: normal; font-style: italic; text-align: left; border-bottom: 2px solid #ccc; background-color: #eee; margin: 2px; padding: 3px; }
td { border-bottom: 1px solid #ddd; margin: 2px; padding: 3px; }
table.sponsors td { border: 0px; }

#guestbookTable td {
	border-bottom: 0px;
}
#guestbookButtons {
	text-align: center;
	line-height: 24px;
}

#guestbookNav td {
	margin-top: 4px;
	border: 0px solid #ccc;
	border-bottom: 1px;
	background-color: #eee;
}
#guestbookListing td {
	border-bottom: 0px;
}

#guestbookListing td.gbHeader {
	border-bottom: 2px solid #ccc;
	font-weight: bold;
}
#guestbookListing td.gbHeaderInfo {
	padding: 1px;
	background-color: #f6f6f6;
	border-bottom: 2px solid #ccc;
}
#guestbookListing td.gbEntry {
	line-height: 16px;
	padding-bottom: 40px;
}

.frmText,
textarea {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #ccc;
	color: red;
	padding: 1px;
	padding-left: 2px;
	padding-right: 2px;
	width: 300px;
}
.frmButton {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #333;
	background: #ccc;
	color: 333;
	width: 120px;	
}
