BODY, HTML, FORM {
	margin: 0;
	padding: 0;
}
BODY {
	background-color: #9c855e;
	font-family: arial, sans-serif;
	font-size: 16px;
	text-align: center;
}
A {
	text-decoration: none;
	color: #a00a0f;
}
A:hover {
	text-decoration: underline;
}
.space{
	clear:both;
}


#body {
	width: 100%;
	height: 100%;
}

#all {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#header {
	background-repeat: no-repeat;
	background-position: top center;
	width: 1000px;
	height: 191px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

#header_logo {
	text-align: center;
	position: absolute;
	top: 65px;
	left: 350px;
	z-index: 10;
}

#header_bg {
	position: absolute;
	top: 0;
	left: 40px;
	width: 920px;
	height: 191px;
	background-image: url('/static/header-background.png');
	z-index: 9;
}

#header_slideshow {
	position: absolute;
	top: 0;
	left: 50px;
	width: 900px;
	height: 191px;
	z-index: 8;
	overflow: hidden;
}

#header_slideshow img { position:absolute; left:0; top:0; }

#header_slideshow ul {margin: 0; padding: 0;}

#footer {
	background-repeat: no-repeat;
	background-position: top center;
	height: 100px;
	text-align: center;
	padding-top: 10px;
	color: #373c41;
	font-size: 11px;
	position: relative;
}

#footer a {
	color: #373c41;
}

#footer ul {
	margin: 0 auto;
	padding: 0;
	width: 130px;
}

#footer li {
	float: left;
	list-style: none;
	margin-left: 10px;
}

/* SOCIALS */

a#social_vk {
	background-image: url('/static/social/vk.png');
	width: 26px;
	height: 26px;
	display:block;
	text-indent:-9999px;
}

a#social_myspace {
	background-image: url('/static/social/myspace.png');
	width: 25px;
	height: 27px;
	display:block;
	text-indent:-9999px;
}

a#social_facebook {
	background-image: url('/static/social/fb.png');
	width: 26px;
	height: 26px;
	display:block;
	text-indent:-9999px;
}

a#social_lam {
	background-image: url('/static/social/lam.png');
	width: 44px;
	height: 28px;
	display:block;
	text-indent:-9999px;
}

a#social_lj {
	background-image: url('/static/social/lj.png');
	width: 28px;
	height: 29px;
	display:block;
	text-indent:-9999px;
}

a#social_vk:hover {
	background-image: url('/static/social/vk_hover.png');
}

a#social_myspace:hover {
	background-image: url('/static/social/myspace_hover.png');
}

a#social_facebook:hover {
	background-image: url('/static/social/fb_hover.png');
}

a#social_lam:hover {
	background-image: url('/static/social/lam_hover.png');
}

a#social_lj:hover {
	background-image: url('/static/social/lj_hover.png');
}



#content_area {
	background-repeat: repeat-y;
	background-position: top center;
	width: 1000px;
}

#sans {
	font-family: georgia, garamond, sans;
	text-align: center;
}
#sans H1 {
	font-size: 45px;
	font-weight: normal;
	margin: 0;
}
#sans H2 {
	font-size: 23px;
	font-weight: normal;
	margin: 0;
}

h1
{
	font-size: 28px;
	font-weight: normal;
	color: #a00a0f;
}

.red
{
	color: #a00a0f;
}





.container { margin: 0pt auto; text-align: left; position: relative; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
#scroller { margin: 0pt auto; overflow: hidden; width: 750px; -moz-background-clip: border; -moz-background-origin: padding; -moz-background-inline-policy: continuous; }
ul#toolbar { margin: 0pt auto -1px; height: 52px; width: 682px; text-align: center; list-style-type: none; list-style-image: none; list-style-position: outside; clear: both; position: relative; }
#toolbar li { position: absolute; text-indent: -9999px; top: 0pt; }
#toolbar li a { height: 52px; display: block; }
#toolbar li.active { background-position: center bottom; height: 52px; z-index: 10; }
#toolbar li.inactive { border-bottom: 1px solid rgb(204, 204, 204); background-position: center top; }
#content { width: 10500px; }
.section { margin: 0px; width: 750px; float: left; }


fieldset#feedback {border: 0;}

fieldset#feedback ul, fieldset#feedback li{
border:0; margin:0; padding:0; list-style:none;
}

fieldset#feedback li{
clear:both;
list-style:none;
padding-bottom:20px;
width: 300px;
}

fieldset#feedback input{
	font-size: 14pt;
}

fieldset#feedback button#submit{
	background: #9c855e;
	border: 1px solid #5a4b32;
	padding: 5px;
	color: white;
}

fieldset#feedback button#submit:hover {
	background: #877352;
	cursor: pointer;
}


fieldset#feedback span.error {
	font-size: smaller;
	color: red;
}

