* { padding: 0; margin: 0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #532C1A;
	background-image: url(images/heathers.jpg);
	background-size: 100% 100%;
   background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
}

p {
 padding: 10px;
}

h1 {
	text-align: center;
	color: black;
	font-size: 30px;
	padding: 70px 5px 5px 5px;
}
h3 {
	text-align: center;
	color: #333;
	font-size: 12px;
	padding: 5px;
}
h4 {
	text-align: center;
	color: #8B0000;
	font-size: 18px;
	padding: 5px;
}
h2 {
	text-align: right;
	color: #333;
	font-size: 14px;
	padding: 20px 10px 5px 5px;
	font-style: italic;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
	background-color: transparent;
	
}


#content { 
 float: left;
 color: #333;
 
 height: 100%;
 width: 100%;
 display: inline;
}

#header {
	width: 950px;
	float: left;
	height: 150px;
	color: transparent;
}
#left {
width: 742px;
height: 600px;
padding: 4px 4px 4px 4px;
float: left;
background-color: White;
}


#right {
	width: 192px;
	height: 600px;
	padding: 4px 4px 4px 4px;
	float: left;
	background-color: White;
}

#footer { 
 width: 950px;
 height: 100px;
 clear: both;
 color: #333;
 background-color: White;
 text-align: center;
 font-size: 10px;
 font-weight: bold;
}
#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#menu a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #8B0000 url("images/hover.jpg") no-repeat bottom center;
	color: #fff;
	padding-bottom: 8px;
}
	
#menu a.current {
	background: #8B0000 url("images/hover.jpg") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}