﻿/* reset */
html, body, div, span, img, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	border: 0;
	padding: 0;
	outline: 0;
	background: transparent;
	vertical-align: baseline;;
}
body {
	color: #000;
	background: #fff;
	line-height: 120%;
	font-size: 100.01%;;
}
ol, ul {
	list-style: none;
}
a, a:active, a:focus, a:hover, a:visited {
	color: #000;
	text-decoration: none;
}
:focus, :visited, :hover, :active {
	outline-width: 0;
	outline-color: #fff;
	outline-style: none;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-spacing: 0;
	border-collapse: separate;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* jello */
body {
	padding: 0 392px;
	text-align: center;
}
#sizer {
	width: 40%;
	margin: 0 auto;
	text-align: left;
	max-width: 200px;
}
#expander {
	min-height: 1px;
	margin: 0 -392px;
	min-width: 784px;
	position: relative;
}
#wrapper1 {
	position: relative;
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-image: url(../media/backgrounds/content.jpg);
}
#wrapper2 {
	position: relative;
	background-position: right;
	background-repeat: repeat-y;
	background-image: url(../media/backgrounds/content-fix.jpg);
}
#outer {
	text-align: left;
	margin-left: 200px;
	margin-right: 200px;
}
#float-wrap {
	width: 100%;
	float: left;
}
#center {
	width: 100%;
	float: right;
}
#left {
	float: left;
	width: 200px;
	position: relative;
	margin-left: -202px;
}
#right {
	width: 200px;
	float: right;
	margin-left: 2px;
	position: relative;
	margin-right: -202px;
}
#centerbox {
	width: 100%;
	overflow: visible;
}
#header {
	padding: 0;
	width: 100%;
	height: 150px;
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../media/backgrounds/header.jpg);
}
#header-fix {
	width: 16px;
	float: right;
	height: 150px;
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../media/backgrounds/header-fix.jpg);
}
#footer {
	padding: 0;
	clear: both;
	width: 100%;
	height: 100px;
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../media/backgrounds/footer.jpg);
}
#footer-fix {
	width: 16px;
	float: right;
	height: 100px;
	position: relative;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(../media/backgrounds/footer-fix.jpg);
}
.brclear {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 0;
}
