/* CSS Master Style Sheet, fantasia imports, incept: Dec 5, 2007
Author: Benjamin Liu, Designer: Robert Bethanis, gelatincube */

html, body, div, p, h1, h2, h3, h4, h5, ul, li, table, td, tr, form {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-color: #fff;
	color: #fff;
	font: 65% "Times New Roman", Times, Georgia, serif;
	text-align: center;
}

a img {
	border: 0;
	cursor: pointer;
}

.nomarg {
	margin: 0;
}

h1 {
	color: #66a0d3;
	font-size: 2.1em;
	font-weight: normal;
	font-variant: small-caps;
	letter-spacing: .2em;
	margin-bottom: 10px;
}

#mainarea {
	width: 936px;
	margin: 0 auto;
	text-align: left;
}

#header_cont {
	width: 936px;
	margin: 0 auto;
	height: 98px;
	position: relative;
	
}

#header_stuff {
	width: 936px;
	position: absolute;
	bottom: 0;
	text-align: center;
}

ul#header_nav {
	list-style: none;
	padding-bottom: 11px;
}

ul#header_nav li {
	display: inline;
	padding-bottom: 13px;
	*padding-bottom: 11px; /* hack for ie6 and ie7 */
}

ul#header_nav li a {
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
	padding: 0 12px;
}

#main {
	width: 936px;
	background: url('../img/main_bg.gif') top left repeat-y;
}

#main_top {
	width: 936px;
	height: 20px;
	background: url('../img/main_top_bg.gif') top left no-repeat;
}

#main_bot {
	width: 936px;
	height: 20px;
	background: url('../img/main_bot_bg.gif') bottom left no-repeat;
	clear: both;
}

#main p {
	font-size: 1.25em;
	margin-bottom: 10px;
	text-align: justify;
	letter-spacing: .1em;
}