/*******************************************************************************
	Page Setup
*******************************************************************************/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background: #290d0b url(../images/bg/body_bg.jpg) top repeat-x;
	text-align: center;
	color: #726f65;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div#container {
	margin: 0 auto;
	width: 700px;
	text-align: left;
}

/*******************************************************************************
	Nav
*******************************************************************************/

div#nav {
	width: 700px;
	height: 53px;
	background: url(../images/bg/nav_bg.jpg) top no-repeat;
}

div#nav img {
	margin: 19px 10px 0 10px;
	display: inline;
	float: left;
}

div#nav img.first {
	margin-left: 34px
}

div#nav img.last {
	margin-right: 0;
}

/*******************************************************************************
	Header
*******************************************************************************/

div#header {
	width: 700px;
	height: 202px;
	background: url(../images/bg/header_bg.jpg) top no-repeat;
	text-align: center;
}

div#header img.logo_link {
	margin: 0 auto;
	margin-top: 18px;
	display: inline;
}

/*******************************************************************************
	Content
*******************************************************************************/

div#content_bg {
	width: 700px;
	background: url(../images/bg/content_bg.gif) center repeat-y;
}

div#content {
	width: 700px;
	background: url(../images/bg/content_bg_fix.jpg) top center no-repeat;
}

div#content div#left {
	padding-left: 28px;
	width: 400px;
	float: left;
}

div#content div#right {
	padding-right: 28px;
	width: 225px;
	float: right;
}

/*******************************************************************************
	Footer
*******************************************************************************/

div#footer {
	padding-bottom: 20px;
	width: 700px;
	height: 111px;
	background: url(../images/bg/footer_bg.gif) top no-repeat;
}

div#footer a {
	color: #581510;
	text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer p.copyright {
	padding: 64px 0 0 28px;
	font-size: 11px;
	float: left;
}

div#footer p.footer_nav {
	padding: 70px 28px 0 0;
	font-size: 11px;
	float: right;
}

/*******************************************************************************
	Cleaner
*******************************************************************************/

div.cleaner {
	height: 0;
	font-size: 1px;
	line-height: 0;
	clear: both;
}