/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;}
body {line-height:1.5;}

body {
	height: 100%;
	background: #3d3d3d;
	color: #000;
	font-family: 'Trebuchet MS', Tahoma, Verdana, Arial;
}

a {
	color: #63ADC7;
}

input.text, textarea {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 100%;
	color: #aeaeae;
	width: 353px !important;
	border: 1px solid #aeaeae;
	margin: 7.5px auto;
	padding: 7.5px;
}

input.button {
	float: right;
	margin: 7.5px 0 0;
}

textarea {
	height: 200px !important;
}

h2 {
	font-size: 1.8em;
	font-family: Georgia, 'Times New Roman', serif;
	margin: 0 auto;
}

h3 {
	margin: 40px 0 0;
	clear: both;
	text-align: center;
	font-size: 1.4em;
}

#main {
	padding: 80px 0;
	width: 100%;
	height: 100%;
	background: #fafafa;
}

#container {
	width: 780px;
	margin: 0 auto;
}


#topright, #bottomright {
	float: right;
	width: 370px;
}

#topleft {
	background: #3d3d3d;
	color: #fafafa;
	width: 342px;
	height: 375px;
	margin: 50px 0 0;
	padding: 10px;
}

#bottomleft {
	clear: both;
	width: 357px;
}

#bottomleft, #bottomright {
	font-size: 1.3em;
	color: #3d3d3d;
	margin: 80px 0 0;
	text-align: justify;
}

#footer {
	width: 100%;
	background: #3d3d3d;
	clear: both;
	padding: 10px 0;
}

#footer h1 {
	line-height: 0;
	margin: 0 0 0 -9999px;
}

.small {
	font-size: .7em;
	text-align: center;
	margin: 25px auto 0;
	clear: both;
	color: #fafafa;
}

.bloglink {
	display: block;
	width: 333px;
	margin: 44px auto 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.center {
	display: block;
	margin: 0 auto;
}

.space {
	margin: 30px 0 0;
}


/* Begin SerialScroll Formatting */
#sections ul, #sections li, #sections h3, #sections h2, #sections h1 {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sections {
	font-size: 90%;
	overflow: hidden;
	width: 100%;
}

#sections ul {
	width: 5000px;
}

#sections li {
	float: left;
	width: 380px;
	margin: 0 auto;
}

.prev {
	clear: both;
}

.prev, .next{
	cursor: pointer;
	margin: 5px 0;
}

/* End SerialScroll Formatting */