p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F3D1;
}



h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 24px;
	color: #F5F3D1;
	font-weight: bolder;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #F5F3D1;
	font-weight: bolder;
}


#container {
	position: relative;
	height: 600px;
	width: 860px;
	margin: 0px;
	border: 0px;

}

#topleft {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 40px;
	width: 40px;
	margin: 0px;
	background-color: #E5D9AC;
	background-image: url(imgs/topleft.gif);

}
#left {
	position: absolute;
	left: 0px;
	top: 40px;
	height: 560px;
	width: 300px;
	margin: 0px;
	background-color: #E5D9AC;
	background-image: url(imgs/left.gif);

}

#topmenu {
	position: absolute;
	left: 40px;
	top: 0px;
	height: 40px;
	width: 800px;
	margin: 0px;
	background-color: #A74300;
	background-position: center;

}
#right {
	position: absolute;
	left: 840px;
	top: 0px;
	height: 600px;
	width: 20px;
	margin: 0px;
	background-image: url(imgs/right.gif);
	background-color: #E5D9AC;

}
#bottom {
	position: absolute;
	left: 300px;
	top: 560px;
	height: 40px;
	width: 300px;
	margin: 0px;
	background-color: #493400;

}
#bottommenu {
	position: absolute;
	left: 600px;
	top: 560px;
	height: 40px;
	width: 240px;
	margin: 0px;
	background-color: #493400;

}

#content {
	position: absolute;
	left: 300px;
	top: 40px;
	height: 520px;
	width: 540px;
	margin: 0px;
	background-color: #F5F3D1;
	background-image: url(imgs/swoop.gif);
	text-align: left;
	padding: 0px;

}

#content2 {
	position: absolute;
	left: 49px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	height: 420px;
	width: 500px;


}

#content p {
	font-size: 12px;
	color: #493400;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: auto;
	margin-left: auto;

}

body {
	background-color: #E5D9AC;
}

#content2 img {
float: right;
padding: 0px 0px 10px 18px;
}

a {
	color: #F5F3D1;
	text-decoration: none;
	}
	
a:visited {
	color: #F5F3D1;
	text-decoration: none;
	}
	
a:hover {
	color: #ffffff;
	text-decoration: none;
	}

#content a {
	color: #A74300;
	text-decoration: none;
	}
	
#content a:visited {
	color: #A74300;
	text-decoration: none;
	}
	
#content a:hover {
	color: #D7490A;
	text-decoration: none;
	}

ul, ul li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 3;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #F5F3D1;
	font-weight: bolder;
	font-style: normal;
}

ul li a {
	border: 0px;
	display: block;
	float: left;
	padding: 3px;
}
