body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFF00;
}
p {font-size: 0.9em;}
h1
{
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 3em;
color:#C4B7AB;
}
h1 a:link, h1 a:visited
{
	color: #000000;
	text-decoration: none;
}
h1 a:hover
{
	color: #000000;
}

h2
{
	text-transform: uppercase;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.5em;
	color:#900;
}

h3
{
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
}
h3 a{
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	text-decoration: none;
}
h3 a:link{
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#000000;
	text-decoration: none;
}
h3 a:hover{
	display: block;
	background-color: #666666;
		color: #ffffff;
}
h4
{
	text-transform: uppercase;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.9em;
	color:#ffffff;
}
h4 a:link {
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCCCCC;
	text-decoration: none;
}
h4 a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
h4 a:visited {
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCCCCC;
	text-decoration: none;
}
h5
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color:#ffffff;
}
h5 a:link {
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCCCCC;
	text-decoration: none;
}
h5 a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
h5 a:visited {
	
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.9em;
	color:#CCCCCC;
	text-decoration: none;
}
#content {
	position: absolute;
	left: 50%;
	width: 800px;
	height: 600px;
	top: 5px;
	margin-left: -400px;
	border: 1px dashed #000;
	background-color: #6094AA;
}
#top {
	position: absolute;
	width: 800px;
	height: 100px;
	left: 0px;
	top: 0px;
	background-image: url('images/top.jpg');
	text-align: center;
	vertical-align: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #006600;
	background-repeat: no-repeat;
}
#left{
	position: absolute;
	width: 150px;
	height: 600px;
	left: 0px;
	top: 0px;
	background-image: url("images/left.jpg");
	background-repeat: no-repeat;
}
#main{
	position: absolute;
	width: 620px;
	height: 470px;
	left: 150px;
	top: 100px;
	background-image: url("images/main.gif");
	padding: 15px;
	background-repeat: no-repeat;
	background-color: #6094AA;
	z-index: 40;
	overflow: hidden;
}
#text{
	position: absolute;
	width: 605px;
	height: 460px;
	left: 10px;
	top: 10px;
	padding: 10px;
	z-index: 50;
	overflow: auto;
}
#text a:link, 
{
	color: #cccccc;
	text-decoration: none;
}
#text a:visited{
	color: #cccccc;
	text-decoration: none;
}
#text a:hover
{
	color: #000000;
}
#right{
	position: absolute;
	width: 20px;
	height: 600px;
	left: 780px;
	top: 0px;
	background-image: url("images/right.gif");
	z-index: 100;
	background-repeat: no-repeat;
}
#bottom{
	position: absolute;
	width: 800px;
	height: 10px;
	left: 0px;
	top: 590px;
	background-image: url("images/bottom.jpg");
	z-index: 100;
	background-repeat: no-repeat;
}
.menu {
	text-align: left;
	vertical-align: middle;
	position: relative;
	width: 142px;
	height: 15px;
	left: 8px;
	background-color: #FFFFFF;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: .75;
	border-bottom: 1px solid #000000;
}
.menu a:hover{
	display: block;
	background-color: #666666;}
.invis{
	display: none;
}
	
	

