body {
	background-color: #B2988C;
	background-image: url(bodybg.gif);
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -225px;
	text-align: center;
	min-width: 700px;
}
/* end IE 5 hack */ 
  
#header {
	position: relative;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 60px;
	margin: 0px auto;
	display: block;
	text-align: left;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}
  
#main {
	position: relative;
	text-align: left;
	width: 750px;
	height: 400px;
	margin: 0px auto;
	background-color: #E2D2CA;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}

#header h1 {
	margin: 5px 5px 5px 5px;
	color: #003366;
	font-size: x-large;
	font-weight: normal;
	letter-spacing: 2px;
}

#menu {
	width: 150px;
	height: 260px;
	float: left;
	overflow: auto;
	margin: 5px 5px 5px 5px;
}

#menu p {
	margin: 5px 5px 10px 5px;
	color: #003366;
	font-size: x-small;
}

#menu a:link, #menu a:visited {
	color: #003366;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #000;
	background-color: #FFF;
}

#content {
	width: 500px;
	height: 387px;
	float: right;
	overflow: auto;
	margin: 5px 5px 5px 0px;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #FFF;
}

#left {
	width: 360px;
	float: left;
}

#whole {
	width: 475px;
	clear: both;
}

#whole img {
	border: 0px;
	border: none;
}

#right {
	width: 100px;
	float: left;
	border: 1px solid #E2D2CA;
	margin-top: 5px;
}

.homepage {
	background-image: url(homepageimage.gif);
	background-repeat: no-repeat;
}

#content #right p {
	color: #000;
	font-size: x-small;
	margin: 5px 5px 5px 5px;
	text-align: center;
	color: #003366;
}

#content #left p, #content #left ul, #content #whole p {
	color: #000;
	font-size: 12px;
	line-height: 1.4;
	margin: 5px 5px 5px 5px;
	border-bottom: 2px dashed #BBB;
	padding-bottom: 12px;
	margin-bottom: 15px;
}

#content #right p img {
	border: 0px;
	width: 90px;
	height: 90px;
}

#content h1 {
	color: #003366;
	font-size: medium;
	margin: 5px 5px 10px 5px;
}

#content p a, #content p a:visited {
	font-size: x-small;
	color: #000;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#content p a:hover, #content p a:active {
	color: #FFF;
	background-color: #003366;
}
