/* this file is for pages who want the main look */

body {
 background-color: #000;
 color: #FFF;
 font-family: Georgia, Times, Serif;
 font-size: 12px;
 margin: 0;padding: 0;
 text-align: center;
}

h1, h2, h3, h4, h5 {
	color: #edc901;
	margin: 2px;
}
a, a:visited { 
	color: #cef7b7;
}
a:hover {
	color: #eafae9;
}

.button {
	background-color: #edc901;
	border-top: 2px solid #e8dd87;
	border-bottom: 2px solid #9d8302;
	border-left: 4px solid #e8dda7;
	border-right: 4px solid #d1af02;
	
}
.button:hover {background-color: #e8dda7;}
input {
	background-color: #e8e8e8;
	border: 1px;
	border-style: solid;
	border-color: #edc901;
	font-family: Georgia, Times, Serif;
}
input:hover {
	background-color:#FFFFFF;
}
#MainWrapper {
	text-align: center; 
	width: 100%;
	height: 700px;
}

#MainContentArea {
	width: 1024px;
	height: 680px;
	background-image: url(/images/main/SiteBackground.png);
	background-repeat: no-repeat;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#LogoArea {
	width: 1024px;
	height: 680px;
	background-image: url(/images/main/E_Logo.png);
	background-repeat: no-repeat;
}
#ContentRow {
	width: 1024px;
 	height: 650px;
}
#MLColumn, #EntriesColumn, #NavColumn {
	padding-left: auto;
	padding-right: auto;
	float: left;
}

#MLColumn{
	text-align: center;
	padding-top: 461px;
	width: 470px;
}
#EntriesColumn{
	width: 319px;
	padding-top: 330px;
	height: 320px;
}
#NavColumn {
	width: 230px;
	height: 400px;
	padding-top: 170px;
}


#FooterRow {
	border-top: 3px solid #000;
	font-size: 14px;
	color: #edc901;
	padding: 5px;
}

.BlogEntryList {
	border: 1px;
	border-style: solid;
	border-color: #edc901;
	padding: 5px;
	margin:0;
	width: 350px;
}
.BlogEntryList th {
	background-color: #edc901;
	color: black;
	padding: 3px;
}
.BlogEntryList td {
}
.BlogEntryList tr:hover {
	background-color: #333333;
}
