
#page{
	width: 950px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/

	margin-top: 10px;}

#masthead{
	height: 90px; 
}

#top_nav{
	height: 20px; 
}

#top_gallery{
	height: 150px; 
}

#container{
	float: left;
	width: 100%;
	margin-bottom: 0;
	padding-bottom: 0;
}

#page_content{
	margin: 0 200px 0 210px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#left_col {
	float: left;
	width: 210px; /*Width of left column in pixel*/
	margin-left: -950px; /*Set margin to that of -(MainContainerWidth)*/
	padding-top: 10px;
	padding-left: 0px;
}

#right_col {
	float: left;
	width: 180px; /*Width of right column*/
	margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
	padding-top: 10px;
	padding-left: 10px;
}

#footer{
	clear: left;
	width: 100%;
	text-align: center;
	padding: 4px 0;
}



