html {
	margin: 0;
	padding: 0;

}

a img {
	border: none;
}

body {
	background: url('../img/header_bg.png') repeat-x;
	
	margin: 0;
	padding: 0;

}

#logo {
	margin: 0;
	overflow: hidden;
	width: 250px;
	height: 80px;
}

#cse {
	float: right;
	margin-left: 400px;
	margin-top: -30px;
	height: 20px;
	
	overflow: hidden;
}

#nav, #nav ul {
	font-size: 11px;
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	list-style: none;
	
	margin-left: -35px;
	margin-top: 8px;
	
	clear: both;
}

#nav li {
	float: left;
	margin-left: 17px;
	padding-left: 9px;
	border-left: 1px dotted white;
}

#nav li a {
	text-decoration: none;
	color: white;
}

#nav a:hover {	
	color: #CC0066;
}

#nav .current {
	color: #CC0066;
}

.nav_first {
	border-left: none;
}

#container {
	position: relative;
	
	width: 800px;
	height: auto;
	
	margin-left: auto;
	margin-right: auto;
}

#top_decor {
	position: absolute;
	z-index: -1;
	
	margin-top: 110px;
	margin-left: -200px;
}

#header {
	margin-top: 60px;

}

#content {
	background-color: white;
	margin-top: 40px;
	
	height: auto;
}

#main_column {
	position: relative;
	
	left: 15px;
	top: 5px;
	
	width: 65%;
	height: auto;
}

#post {
	border-bottom: dotted #5F5F5F thin;
	padding-bottom: 10px;
}

#thin_column {

}

#sidebar {

}

#wbf {
	position: absolute;
	
	margin-top: 10px;
	margin-left: 700px;
}

#bottom_decor {
	z-index: -10;

	position: relative;
	right: -600px;
	top: 0px;
}

#footer_content {
	position: relative;
	
	width: 800px;
	height: 595px;
	
	margin-left: auto;
	margin-right: auto;
}

#footer_text {
	
	width: 300px;
	height: 100px;
	
	margin-left: 15px;
	padding-top: 15px;

}

#footer_image {
	z-index: 1;
	
	margin-top: -108px;
	margin-left: 720px;
	
	position: relative;
}

.footer {
	z-index: -1;

	width: 100%;
	height: 100px;
	background-color: #AAA;

}

/*Text Stylings*/
.banner {
	color: #494949;
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	font-size: 210%;
}

.h0 {
	color: #494949;
	font-family: Arial, sans-serif;
	font-size: 160%;
	font-weight: bold;	
}

.h1 {
	color: #494949;
	font-family: Arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

.h2 {
	color: #494949;

}

.h3 {
	color: #5F5F5F;
	font-family: "Gill Sans MT", "Gill Sans", sans-serif;
	font-size: 85%;
}

.h3v1 {
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 75%;
}

.h3v2 {
	color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 65%;
	font-style: italic;
}
