﻿/* CSS layout */
#masthead {
	position: relative;
	width: 1024px;

}

#top_nav {
	position: relative;
	width: 774px;
	height:25px;
	margin-left:250px;
	
}

#container {
	position: relative;
	width: 1024px;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	height:300px;
}

#footer {
	position: relative;
	width: 1024px;
	height:25px;
	

}
#text  {
margin-left:50px;
margin-right:100px;
font-family: "Kartika";
font-size: x-large;
color: white;

