body {
	margin: 0;
	padding: 0;
	background: #000000;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #AAFF00;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

h5 {
	color:#FF0000;
	}
p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

a {
	color: #FFD400;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}


/* Header */

#wrapper {
	background: url(images/sunset_bats.jpg) no-repeat center top;
}

#header {
	width: 900px;
	height: 128px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #FFD400;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #AAFF00;
	font-weight: bold;
}

/* White Fox Link*/

#whitefox {
	padding: 30px 39px 20px 0;
	text-align: right;
}

#whitefox a {
	padding: 0 0 3px 24px;
	text-decoration: none;
	font-weight: bold;
}

#whitefox a:hover {
	text-decoration: underline;
}


/* Menu */

#menu {
	width: 950px;
	height: 60px;
	margin: 0 auto;
	background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
}

#menu a {
	display: block;
	float: left;
	padding: 18px 30px 0 30px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 60px;
	background: url(images/img16.gif) repeat-x right 30%;
	color: #000000;
}

#menu .current_page_item a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Ads */

#ads {
	float: right;
	width: 160px;
	padding: 50px 0 0 10px;
}

/* Left Side Content */

#leftsidecontent {
	float: left;
	width: 125px;
	text-align: center;
	padding: 50px 0 0 0;
}
#leftsidecontent a {
	text-decoration: none;
	}
/* Main Content */

#maincontent {
	float: right;
	width: 620px;
}
#maincontent h2 {
	height: 30px;
	padding: 5px 0 10px 30px;
	letter-spacing: -1px;
	font-size: 1.6em;
	color: #FFFFFF;
}

/* Archive Page */

.archive a{
	text-decoration: none;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}


