@charset "utf-8";
/* CSS Document */

html, body {    
   height: 100%;
   width: 100%; 
}

body { 
  background-image: url("images/background3.jpg");
  background-position:center;
  background-repeat:no-repeat;
  background-attachment:fixed;
  margin: 0;
height: 100%;
width: 100%;
} 
#header {
  background: transparent;
  width: 100%;
  margin: 0;
}
#leftcol {
  float: left;
  width: 20%;
  background: transparent
  height: 100%;
  /*-moz-border-radius: 10px;
  -webkit-border-radius: 10px;
border:3px solid #2A0A0A;*/

}
#rightcol {
  background: transparent;
  float: right;
  width: 20%;
   position: absolute;
   right: 0;
text-align: right; /* depends on element width */

}
#content {
  /* background-color:#ffffff;
  filter:alpha(opacity=60);
  opacity:0.6;*/
  float: left;
  width: 59%;
  font-size: 18px;
  height: 100%;
/*background-image: url("images/brown.jpg");
  background-repeat:repeat;
  height: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
border:3px solid #2A0A0A;*/
}
#container {
   min-height: 100%;
   margin-bottom: -70px;
   position: relative;
}
#footer {
  background: transparent;

  width: 100%;
  text-align:center;
   height: 70px;
   position: relative;
}

.clearfooter {
   height: 70px;
   clear: both;
}

ul#navigation { width: 12em; }
ul#navigation li {
list-style: none;
background-color: transparent;
/*border-top: solid 1px #039;*/
text-align: left;
margin: 0;
}
ul#navigation li a {
display: block;
text-decoration: none;
padding: 0;
border-bottom: 2px solid #333333;
border-right: 2px solid #333333;
/*border-left: 1px solid #039;*/
background-color:#999999;
}
a:link, a:visited { color:#0000FF}
a:hover, a:active { color: #000000; } 
a:hover { background-color:#999999}





ul#menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	font-size:12px;
	font-weight:bold;
	background:transparent url("images/bg.jpg") repeat-x top left;
	font-family:"Trebuchet MS",Helvetica,Arial,Verdana,sans-serif;
	border-bottom:1px solid #000000;
	border-top:1px solid #000000;
}

ul#menu li
{
	display:block;
	float:left;
	margin:0;
	pading:0;
}
	
ul#menu li a
{
	display:block;
	float:left;
	color:#999999;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;

}
	
ul#menu li a:hover
{	
	color:#FFFFFF;
	background:transparent url("images/over.jpg") no-repeat top right;	
}

.strongheader
{
font-size:20px;
font-weight:bold;
}

