/* Basic Elements */
body {
	background: url(/images/gui/bg_body.gif);
	font-family: Arial, Verdana, Sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1 {
	color: #0B3B52;
	background: url(/images/gui/icn_dots.gif) bottom repeat-x;
	font-family: "Georgia", serif;
	font-size: 130%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

h2 {
	color: #212121;
	font-size: 90%;
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, serif;
}

p {
	margin: 10px 0 10px 0;
	padding: 0;
}

table {
	margin: 0;
	padding: 0;
}

/* Central ID pieces */

#admin, #content {
	background-color: #fff;
	padding: 5px 35px 5px 35px;
	font-family: arial, verdana, serif;
	font-size: 90%;
}

#admin label, input, textarea {
	display: block;
	float: left;
	margin: 0 0 5px 0;
}

#admin br {
	clear: left;
}

#admin form {
	padding: 5px;
	background: url(/images/gui/icn_dots.gif) repeat-x top;
}

#admin label {
	width: 75px;
}

#admin input {
	width: 300px;
}

#admin textarea {
	width: 400px;
	height: 200px;
}

#footer {
	background: url(/images/gui/bg_footer.gif) repeat-x;
	border-top: 1px solid #A6A6A6;
	height: 100%;
	vertical-align: top;	
}

#footer img {
	display: block;
}

#header img {
	display: block;
	border: 0;
}

#mainStructure {
	background-color: #221D00;
	border-left: 1px solid #594D0D;
	border-right: 1px solid #594D0D;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

#topNav {
	background: url(/images/gui/bg_navBar.gif) repeat-x;
	padding: 0 0 0 20px;
	height: 20px;
}

#topNav a, #topNav a:visited {
	color: #353535;
	display: block;
	float: left;
	font-family: "Arial", Serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 20px;
	padding: 0 15px 0 15px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#topNav a:hover, #topNav a.selected {
	/*color: #EAEAEA;*/
	background: url(/images/gui/bg_navBarOV.gif) repeat-x;
}


#subNav {
	background: url(/images/gui/bg_subNavBar.gif) repeat-x;
	background-color: #F2F4B6;
	border-bottom: 1px solid #A6A6A6;
	padding: 0 0 0 45px;
}

#subNav a, #subNav a:visited {
	color: #363636;
	display: block;
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-style: normal;
	padding: 3px 10px 3px 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

#subNav a:hover, #subNav a.selected, #subNav a:visited.selected {
	text-decoration: underline;
}

/* Reusuable Class Elements */
.cdListing {
	height: 160px;
	margin: 10px 0 10px 0;	
}

.cdListing img {
	float: left;
	margin-right: 10px;
}

.cdListing h1 {
	background: none;
	color: #212121;
	font-family: arial, verdana, serif;
	font-style: normal;
	font-weight: 0;
	font-size: 90%;
}
	
.cdlisting p {
	margin-left: 170px;
}

.contentPic {
	background: #F3F3F3;
	border: 1px solid #A6A6A6;
	float: right;
	font-size: 80%;
	margin: 3px 0 3px 3px;
	padding: 0 0 3px 0;
	text-align: center;
}

.gallery {
	text-align: center;
	font-size: 85%;
}

.galleryItem {
	display: block;
	padding: 5px;
	text-align: left;
	clear: both;
}

.galleryItem img {
	border: 1px solid #212121;
	margin: 0 5px 0 0;
	width: 150px;
	float: left;
}

.newsItem {
	display: block;
	width: 350px;
	margin-right: 5px;
}

.showItem {
	display: block;
	float: right;
	width: 150px;
}