/* CSS layout */
#masthead {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 125px;
}

#masthead .left
{
	background: url('../img/logo.jpg') no-repeat left center;
	display: inline;
	position: relative;
	float: left;
	width: 280px;
	height: 125px;
}

#masthead .right
{
	position: relative;
	float: right;
	display: inline;
	background-image:url('../img/layout-top.jpg');
	width: 465px;
	height: 125px;
}

#top_nav {
	position: relative;
	background-image: url('../img/top-bar.jpg');
	background-repeat: repeat-x;
	height: 53px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	height: 1500px;
	float: left;
	left: 0px;
	top: 0px;
	background-image: url('../img/pane-left.jpg');
	background-repeat: repeat-y;
}

#page_content {
	position: relative;
	height: 1500px;
	padding: 0px 10px 0px 10px;
	margin-left: 200px;
	margin-right: 200px;
}

#right_col {
	width: 200px;
	height: 1500px;
	float: right;
	right: 0px;
	top: 0px;
	background-image: url('../img/pane-right.jpg');
	background-repeat: repeat-y;
}

#footer {
	left: 0;
	width: 100%;
	background-image: url('../img/footer.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
