﻿body	{background-color: #FEFBC8;}
img		{border:0px;}

/* CSS layout */
#masthead {
	width:749px;
	height:129px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#logo {
	width:448px;
	height:129px;
	display:inline;
	float:left;
	background:url('../images/logo09.jpg') no-repeat;
}
#head {
	width:300px;
	height:130px;
	display:inline;
	float:right;
}
#top_nav {
	width:749px;
	height:24px;
	margin:0px auto;
	background:url('../images/top-break.jpg') no-repeat;
}
#container {
	position: relative;
	width:749px;
	margin:0px auto;
	background-color:#FFFFFF;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align:center;
	background-color:#FFFFFF;
	padding:10px;
	display:block;
}
#left_col p {
	text-align:left;
	font-family: Tahoma;
	font-size: small;
	color:#1C89C5;
}
#page_content {
	margin-left: 200px;
	display:block;
	text-align:center;
	padding:10px;
	background-color:#FFFFFF;
}
#page_content p {
	text-align:left;
	font-family: Tahoma;
	font-size: small;
	color:#1C89C5;
}
#footer {
	width:749px;
	height:23px;
	margin:0px auto;
	background:url('../images/foot-break.jpg') no-repeat;
}


