html,body{
	margin-top:0px;
	padding:0px;
	text-align:center;
	font:11px Verdana,Arial,Helvetica,sans-serif;
    background:url(images/pattern_brown.gif) repeat;
	
}

 

a {text-decoration: none; color: #fff;}
a:hover {text-decoration: underline; color: #fff;}



#container{
    min-height:100%;
	width:608px;
	height:496px;
	margin:auto;	
	position:relative;
    top:30px;
    left:0px;
	
}


#header{
    font:30px Georgia,Verdana,Arial,Helvetica,sans-serif;
	width:608px;
	height:113px;
	margin:auto;
    background: url(images/1.gif) no-repeat top center;
	text-align:center;
	
}

img {border: none; padding:0px; margin: 0px;}

#logo{
   width:90px;
   height:65px;
   position:relative;
   margin-left:250px;
   margin-right:250px;
   color:#fff;
   background:;
   cursor:default;

}

#text {
     font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	 font-size:30px;
	 font-weight:bold;
     position:absolute;
     left:45px;
     top:75px;
	 color: #6d9895; /*#999992; #cdc9a5;*/
	 /*text-decoration:blink;*/
	 word-spacing:2px;

}




#navigation{
    font-family:"Century Gothic", "Trebuchet MS", "Arial Narrow", Arial, sans-serif;
	font-size:14px;
    position:relative;
    top:-22px;
    left:0px;
    background-color:#cdc9a5;

}

#navigation ul h5{
   list-style-type:none;
   margin:0;
   position:relative;
   top:0px;
   left:-35px;
  
}

#navigation ul h5 a:link, #navigation ul h5 a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0px 10px;
	
}

#navigation ul h5 a:hover {
    color:#698b22;
	text-decoration: underline;

}

#navigation ul h5 a:visited {
    color:#fff;
	padding: 0px 10px;
	text-decoration: ;

}
#content{
    text-align:left;
    background-image:url(images/main-glow.gif);
	min-height:130px;
	padding-top:0px;
	width:608px;
	height:375px;
	margin:auto;
	color:#fff;
	text-align:left;
	background-color:#;
	position:relative;
	top:-1px;
	left:0px;
	overflow:hidden;
	
}




#footer{
    background:url("images/footer0.gif") repeat;
	padding-top:0px;
	height:20px;
	width:608px;
	margin:auto;
	color:#6d9895;
	text-align:center;
    position:relative;
	top:-1px;
	left:0px;
	float:center;

}					