/*
File Name: structure.css 
Sections: All main structural elements
*/

#wrapper {
	width: 962px;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 962px;
	margin: 60px 0 20px 0;
	padding: 0;
	float: left;
}
#content {
	width: 960px;
	margin: 0;
	padding: 0;
	float: left;
	background: #ccc;
	border: 1px solid #333;
	border-bottom: 0;
}
#content-top {
	width: 958px;
	margin: 0;
	padding: 0;
	float: left;
	border: 1px solid #FFF;
	border-bottom: 0;
}
#content-bottom {
	width: 958px;
	min-height: 300px;
	margin: 0;
	padding: 20px 0 20px 0;
	float: left;
}
#content #left-col {
	width: 618px;
	margin: 0 0 0 15px;
	padding: 0;
	float: left;
	background: url(../images/left_col_bg.png) repeat-y left top;
}
#content #left-col-top {
	width: 618px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/left_col_top.png) no-repeat left top;
}
#content #left-col-bottom {
	width: 598px;
	margin: 0;
	padding: 20px 10px 20px 10px;
	float: left;
	background: url(../images/left_col_bottom.png) no-repeat left bottom;
}
#content #right-col {
	width: 240px;
	margin: 0 0 0 75px;
	padding: 0 0 20px 0;
	float: left;
	position: relative;
}
#footer {
	width: 962px;
	margin: 0 auto;
	padding: 0;
	background: #000;
}