body {
	background: #4E120F url(/media/screen/background.jpg) repeat scroll top left;
	margin: 0pt;
	color: #F7F1DC;
	font-family: arial, verdana, sans-serif;
	font-size: 13px;
	}

#rightheader {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	background: url(/media/screen/floathead.jpg) repeat-x top right;
	height: 67px;
	}

#leftheader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	background: url(/media/screen/floathead.jpg) repeat-x top left;
	height: 67px;
	}

#headline {
	background: url(/media/screen/head_bg.jpg) center top no-repeat;	
	}

#content_holder {
	background: url(/media/screen/content_bg.jpg) repeat-y scroll top left;	
	}

#bigimg {
	margin-left: 77px;
	margin-top: 10px;
	border: 0;
	}

#content {
	margin-left: 77px;
	width: 824px;
	}

#bottom {
	height: 15px;
	background: url(/media/screen/bottom_bg.jpg) no-repeat;	
	}

#menu {
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #4E120F;
	line-height: 20px;
	text-align: center;
	width: 960px;
	}

#menu a {
	font-weight: normal;
	color: #4E120F;
	text-decoration: none;
	}

.image {
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background: white;
	padding: 4px;
	}
		
h1 {
	margin: 22px 0px;
	font-size: 22px;
	font-weight: normal;
	}
	
h2 {
	margin: 22px 0px;
	padding-bottom: 3px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #4595AF;
	}
	
h3 {
	margin: 5px 0px 10px 0px;
	font-size: 15px;
	font-weight: normal;
	color: #E2B931;
	}
	
p {
	margin: 5px 0px;
	}
	
a {
	text-decoration: none;
	}