@charset "utf-8";

html
{
	height: 100%;	
}

body
{
	height: 95%;
	margin: 0px;	
	background: #262a16 url(../images/background2.gif) top left repeat-x;
	padding-right: 20px;

}

img.background
{
	position: fixed;
	width: 100%;
}

div.body
{
	width: 100%;
	padding: 35px 0px 0px 20px;
}

div.bodyOuter
{
	width: 98%;
	height: 97%;
	position: relative;
}

div.clear
{
	clear: both;
	width: 100%;
}

div.colRight
{
	float: right;
	width: 25%;
}

div.content
{
	float: left;
	width: 50%;
	padding-top: 30px;
	padding-left: 20px;
	padding-bottom: 40px;
	background: url(../images/background-content.png) top left;
	top: -10px;
}

div.footer
{
	text-align: right;
	width: 936px;
	padding: 6px 7px 7px 7px;
	margin: 0px auto;
}

div.footerOuter
{
	clear: both;
	width: 100%;
	position: fixed;
	z-index: 4;
	background: #161c09;
}

div.header
{
	margin-bottom: 47px;
	height: 95px;
}

div.image
{
	margin-bottom: 10px;
}

div.navi
{
	float: left;
	width: 12%;
	padding-left: 26px;
}

div.socialLinks
{
	border-top: 1px dotted #ffffff;
	padding-top: 15px;
}

div.socialLinks img
{
	vertical-align: middle;	
}

div.text
{
	float: left;
	width: 75%;
}