@charset "utf-8";

#Container {
	width: 960px;
	margin: 0 auto;
}

#Header {
	height: 100px;
	width: 960px;
	position: relative;
	margin: 10px 0 0.3em;
	background: url(../images/header.jpg) no-repeat 0 0;
}

#Search {
	/*position: absolute;*/
	/*top: 21px;
	left: 69%;*/
	margin: 0 0 0 612px;
	padding: 21px 0 0;
}

#ContentSection {
	background: transparent url(../images/container_bg.gif) repeat-y 0 0;
}

#LeftNav {
	width: 228px;
	float: left;
	background: #e1e1e1;
	padding: 1em 0;
}

#Content {
	width: 732px;
	float: left;
	background: #fff;
	padding: 1em 0;
}

#Footer {
	clear: both;
	margin-bottom: 0.5em;
}

#Footer .content {
	padding: 1em 0 0.5em 1.5em;
	background: #282828;
}

#Footer .bottom-round {
	height: 5px;
	font-size: 0;
	background: url(../images/footer_bottom_round.gif) no-repeat 0 0;
}

table .table-row-space {
	display: block;
	height: 10px;
}