/*Layout*/
#page{
	width:800px;

	margin: 0 auto 0 auto;
	padding: 0 0 10px 0;
}

#content {
	margin: 15px -200px 8px 0 ;
	width:100%;
	float:left;

}

#menu {
	width:195px;
	border-left: 1px dotted #999;
	margin-bottom:8px;
	float:right
}

.footerHeader {
	margin:3px 8px 0 8px;
	clear:both;
}

#blogText{
	margin-right:200px;
}



/* S1 stuff */

#s1page_header {
	width: 800px;
	height:170px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 7px;
	padding-left: 7px;
}

#s1header {
	width: 800px;
	height: 170px;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: transparent;
	position: absolute;
}

#s1menu {
	width: 800px;
	height: 57px;
	text-align: right;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top:112px;
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: transparent;
	position: absolute;
}


#s1menu ul {
	margin-top: 3px;
	margin-right: 0;
	margin-left: auto;
}

#s1menu ul li {
display: inline;
}

#s1menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	font-size: 0.8em;
	font-family: 'century gothic', verdana, sans-serif;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-left-style: solid;
	border-left-color: #666666;
	border-left-width: 2px;
}

#s1menu ul li a:hover {
	text-decoration: none;
	color: #80C249;
	border-left-style: solid;
	border-left-color: #80C249;
	border-left-width: 2px;
}

#s1body {
	background: url('/images/bg_bottom.png') bottom no-repeat;
	text-align: justify;
	margin-bottom: 0px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-bottom: .1px;
	padding-left: 7px;
	background-color:#FFFFFF;
}

#s1bg {
	margin: 0px auto;
	width: 814px;
	background: url('/images/bg.png');
	background-color:#FFFFFF;
}

body {
	margin-top:15px;
}

#s1main {
	width: 800px;
	background: url('/images/main.jpg') repeat-x top;
	display: block;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top:-8px;
}

#s1container {
	width: 800px;
	margin: 0 auto;
	padding-top: 50px;
	font-family: arial;
	font-size: 0.9em;
}

#s1footer {
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 13px;
	color: #aaa;
	font-size: 0.7em;
	text-align: center;
	border-top: 1px solid #ccc;
	margin-left: 20px;
	margin-right: 160px;
}