a:visited { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#000000; }
a:link { text-decoration:none; color:#000000; }
a:hover { text-decoration:underline; color:orange; }

html { min-height: 100%; margin-bottom: 1px; }

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	min-width:700px;
}
#placeholder {
	border: 2px solid #3C3C1E;
}
#MainPage {
	margin:0 auto;
	width:690px;
	text-align: left;
	background:#808040;
	padding-bottom: 10px;
}
#picsTable td {
	text-align:center;
}
#picsTable img {
	padding-top:15px;
}


/* HEADING TAGS */

#titleBar {
	background-color:#666633;
	padding-right:0px;
}



/* MENU TAGS */

.MenuSubItem {
	display:block;
	text-decoration: none;
	margin:0 16px 0 13px;
	background: #515128;
	padding: 1px 1px 0 0;
	border-top: 2px solid #666633;
	font-size:11px;
	text-indent:3px;
	
}

.MenuSubItem:hover {
	background: #3C3C1E;
}
#mainMenuTop {
	background:url(/media/MainMenuTop.gif);
	height:50px;
}
#SideMenu {
	width:139px;
	float:left;
	background:#808040;
}
#SideMenu a:hover {
	text-decoration:none;
	color:black;
}
.menuMiddle {
	background:url(/media/MenuMiddle.gif);
}
.menuBottom {
	background:url(/media/MenuBottom.gif);
	height:27px;
}
#recentUpdatesTop {
	background:url(/media/RecentUpdatesTop.gif);
	height:45px;
}
#linksTop {
	background:url(/media/LinksTop.gif);
	height:38px;
}

/* LAYOUT TAGS */

.BlackFiller {
	height: 5px;
	font-size:1px;
	background: #000000;
}
#mainContentTop {
	background:url(/media/MainContentTop.gif);
	height:29px;
}
#mainContentMiddle {
	background:url(/media/MainContentMiddle.gif);
	vertical-align:top;
	padding-left:22px;
	padding-right:22px;
	text-align: justify;
}
#mainContentBottom {
	height:28px;
	background:url(/media/MainContentBottom.gif);
}


/* FOOTER TAGS */

#pageFooter {
	background:#666633;
	padding:20px 0 0 5px;
	height:40px;
}