﻿/* CSS layout */
#masthead {
	position: relative;
	width: 800px;

}

#top_left {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header {
	margin-left:300px;
}

#masthead1 {
	position: relative;
	width: 800px;
}

#top_left1 {
	width: 300px;
	position: absolute;
	left: 0px;
	top: 60px;
}

#header1 {
	margin-left:650px;
}


#container {
	position: relative;
	width: 800px;
		
}

#left_col {
	width: 220px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-right: 150px;
	margin-left: 220px;
}


#right_col {
	width: 150px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
width: 800px;
}
