/* CORE STYLES */

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica;
	font-size: .8em;
	color: #000;
	background-color: #6f91bf;
}

a img {
	border: 0;
}

/* ie image fix */
img {
	vertical-align: bottom;
}

.clear {
	clear: both;
}

/* headers and paragraphs */
h1, h2 {
	font-weight: bold;
}

#container {
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	width: 990px;
	background: url(../assets/coaster_bg.jpg) top left no-repeat;
}

img#logo {
	float: left;
}

#header {
	margin: 0px 0px 20px 400px;
	color: #fff;
	text-align: center;
}

#header h1 {
	font-size: 2em;
	font-weight: bold;
}

#header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
}

#topnav {
	float: right;
	width: 800px;
	height: 33px;
	margin: 0;
	padding: 0;
	background: url(../assets/topnav_bg.png) top left no-repeat;
	text-align: center;
}

#main {
	clear: right;
	float: right;
	width: 800px;
	background-color: #fff;
}

#main a, #main a:visited {
	color: #0950a2;
	text-decoration: none;
}

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

#content {
	min-height: 450px;
	padding: 10px;
}

.home {
	width: 555px;
	border-right: 1px solid #333;
	margin-right: 10px;
}

#right-side {
	float: right;
	width: 200px;
	padding: 10px;	
}

#footer {
	float: right;
	width: 800px;
	background: url(../assets/content_bottom.png) top left no-repeat;
	font-size: .8em;
	padding-top: 25px;
	text-align: center;
}