body {
	font-family: Arial;
	overflow:auto;
	margin: 0px;
	padding: 0px;
}


#splash_bg {
	position: absolute;
	z-index:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
}

#splash_page {
	position: relative;
	z-index:1;
	width:770px;
	height:600px;
	border: none;
	border-color: #888888;
	color: white;
}

#splash_footer {
	position: relative;
	z-index:2;
	
	width: 650px;
	height:50px;
	border-style: none;
	
}

#splash_text a,
#splash_text a:link,
#splash_text a:active,
#splash_text a:visited {
   text-decoration: none;
   font-size: 14pt;
   color: white;
   font-family: Helvetica;
   font-weight: bold;
}

.small_text {
   font-size: 0.75em;
   }
.small_text a {
   color: #0000ff;
}

.page_heading_red
   {
   font-size: 150%;
   color: red;
   font-style: italic;
   font-weight: bold;
   }

.page_heading_black
   {
   font-size: 150%;
   color: black;
   }
   
.title_heading
   {
   font-size: 120%;
   color: black;
   }	   

#address {
	font-weight: bold;
}
div#site_container {
	position: relative;
	z-index:1;
	width: 900px;
	background-color: black;
	margin: auto;
	border-style: solid;
	border-width: 2px;
	border-color: gray;
}

div#header {
	position: relative;
	z-index:1;
	width: 900px;
	height: 100px;
	margin: auto;
	padding: 0px;
	border-width: 0px;
	vertical-align: bottom;
}

div#topmenu {
	background: url(./images/menu_bg.jpg);
	position: relative;
	z-index:1;
	width: 900px;
	height: 30px;
	margin: auto;
	margin-top: 0px;
	color: #999;
	border-width: 0px;
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
}

div#topmenu ul {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #FFF;
	line-height: 25px;
	white-space: nowrap;
}

div#topmenu li {
	list-style-type: none;
	display: inline;
	text-transform: uppercase;
}
div#topmenu li a {
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 5px;
	padding-left: 8px;
	padding-right: 8px;
	color: #FFF;
}
div#topmenu li a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #F00;
}



#margin a,
#margin a:link,
#margin a:active,
#margin a:visited {
	color:#ffff99;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	
	
}


#margin {
	position: relative;
	z-index:1;
	float: left;
	background-color: black;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	width: 200px;
	height: 100%;
}

div#content {
	position: relative;
	z-index:1;
	float: right;
	margin: auto;
	width: 700px;
	background-color: white;
	height: 100%;
}

div#manu_content {
	position: relative;
	z-index:1;
	float: right;
	margin: auto;
	width: 900px;
	background-color: white;
	height: 100%;
}

#footer {
	clear: both;
	display: block;
	z-index:1;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	width: 900px;
}
  
