@import "common.css";
@import "main_sprites.css";

/* Structure */
body {
		background-color: #5C3514;
	}
	
form { height: 100%; }
	
#container {
	background-color: #fff;
	margin: 0 auto;
	/*padding: 0 0 2em;*/
	width: 770px;
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	position: relative;
	min-height: 100%;
	}
* html #container { height: 100%; }

#navigation {
	width: 100%;
	height: 25px;
	}
	
#lPromo {
	float: left;
	padding: 0 30px 0 0;
	}

#rPromo {
	float: right;
	margin: 2.5em 0 0;
	padding: 0 0 0 30px;
	}

#rPromo img {
	margin: 0 0 2.5em;
	display: block;
	}
	
#content 
{
	margin: 2.5em 0 0;
	width: 339px;
	}

html>body #content {
	margin: 2em 0 0 229px;
	}

#footer {
	/*margin: 2.5em 0 0 229px;*/
	line-height: 1.2em; 
	font-size: .8em;
	left: 229px;
	}
	
#footer #links {
	margin: 1em 0 0 0;
	}
