body {
	margin: 0px 0px 0px 0px;
	background-color: white;
}

#menubar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 640px;
	background: white url(/siteimages/design/menuback2.gif) no-repeat;
	padding-top: 160px;
	text-align: center;
}

#menubar span {
	display: block;
	font-weight: bold;
	text-align: center;
	color: white;
	text-decoration: none;
	font-family: Georgia;
	background-color: teal;
	margin-bottom: 1px;
}

#menubar a {
	display: block;
	font-weight: bold;
	text-align: center;
	color: teal;
	text-decoration: none;
	font-family: Georgia;
	background-color: #2A2A2A;
	margin-bottom: 1px;
}
#menubar a:hover {
	background-color: black;
}

#container {
	position: relative;
	top: 0px;
	left: 150px;
	width: 600px;
	background: white url(/siteimages/design/contentback.gif) repeat-y;
	min-height: 1000px;
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#container #written {
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top: 130px;
	padding-bottom: 10px;
	width: 550px;
}

#container #written h1, #container #written h2 {
	display: block;
	border-bottom: 1px solid black;
	letter-spacing: 5px;
	text-align: center;
}

#container #written p {
	
	text-align: justify;
	font-family: Times New Roman;
	line-height: 130%;
	
	border: 1px solid teal;
	padding: 10px 10px 10px 10px;
	
	background-color: #CDDBDB;
}
#container #written p a {
	color: black;
}
#container #written p a:hover {
	color: teal;
}

#contbottom {
	position: relative;
	top: 0px;
	left: 150px;
	width: 600px;
	background: white url(/siteimages/design/contentbottom.gif) no-repeat;
	height: 25px;
	
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

#copyright {
	position: relative;
	top: 0px;
	left: 150px;
	width: 600px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 75%;
	font-family: Verdana;
	color: black;
}
#copyright a {
	color: black;
}

#topleftfold {
	
	position: absolute;
	top: -98px;
	left: 150px;
	
	width: 150px;
	height: 180px;
	
	background: white url(/siteimages/design/topleft4.gif) no-repeat;
}

#logocont {
	position: absolute;
	top: 15px;
	left: 122px;
	
	width: 700px;
	height: 122px;
	
	background: white url(/siteimages/design/logo5.gif) no-repeat;
}