body {
	background-color: #F1E4CA;
	margin: 0px;
}
#mast_head {
	position: absolute;
	height: 101px;
	width: 700px;
	left: 0px;
	top: 0px;
	background-color: #F1E4CA;

}
#splash_container {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 101px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-attachment: scroll;
	background-image: url(../images/content_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
	height: 183px;
	background-color: #F1E4CA;
}
#splash_image {
	position: relative;
	float: left;
	width: 450px;
	height: 183px;
}
#splash_title {
	position: relative;
	float: left;
	width: 249px;
	height: 183px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
#content_container {
	position: absolute;
	width: 700px;
	height: inherit;
	left: 0px;
	top: 286px;
	background-color: #F0E3C8;
	background-attachment: scroll;
	background-image: url(../images/content_shadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	position: relative;
	width: 676px;
	margin: 12px;
	background-attachment: scroll;
	background-image: url(../images/content_background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}
#content a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	text-decoration: underline;
}
#footer {
	position: relative;
	width: 676px;
	margin: 12px;
}
#right_bar_container {
	position: absolute;
	width: 259px;
	left: 700px;
	top: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#right_top {
	position: relative;
	width: 258px;
	height: 101px;
	background-color: #F4DBA4;
}
#right_top_content {
	position: relative;
	left: 12px;
	width: 245px;
	height:101px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F4DBA4;
	background-attachment: scroll;
	background-image: url(../images/header_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_bottom {
	position: relative;
	width: 258px;
	background-color: #F4DBA4;
}
#right_bottom_content {
	position: relative;
	left: 12px;
	width: 245px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F4DBA4;
}
#menu_container {
	position: relative;
	width: 258px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #F0E3C8;
}
#menu {
	position: relative;
	left: 12px;
	width: 245px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	background-color: #F0E3C8;
}
.menubullet {
	list-style-type: square;
	list-style-image: url(../images/menu_square_black.gif);
	display: list-item;
}
.menulink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	display:block;
	padding: 8px;
}
.menulink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	background-color: #F4DBA4;
}
