body {
	margin: 0;
	position: relative;
	color: #959595;
	background: black url(../images/brick_wall_background_home.jpg) no-repeat;
	font: normal .8em/1.8em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
}

#sidenav {
	padding-left: 25px;
}

/* @group Banners */

#large_banner {
	background-color: #646362;
	width: 690px;
	height: 490px;
	margin-left: 252px;
	margin-top: 20px;
	margin-bottom: 50px;
}

#small_banner_container {
	width: 690px;
	/*border: 1px solid #f00;*/
	/*padding-left: 28px;*/
	margin-left: 252px;
	margin-bottom: 200px;
	padding-right: 32px;
}

#small_left_banner {
	background-color: #646362;
	width: 468px;
	height: 60px;
	float: left;
}

#small_right_banner {
	background-color: #646362;
	width: 468px;
	height: 60px;
	float: right;
	margin-top: 15px;
}

#footer {
	padding-top: 50px;
}


/* @end */
