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

* {margin: 0; padding: 0;}

body { 
	background-image:url(images/webshadow2.png);
	background-repeat: repeat-y;
    background-position: center;
	z-index: 4000;
}




#header {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;		
	color: ffffff;
	background-color: #3a5c5d;
	height: 100px;
	width: 100%;
	top:0;
	margin: 0 auto;
	z-index: 1201;
	border-bottom: #000000 medium solid; 


}

#header2 {
	font-family:Arial, Helvetica, sans-serif;
	position: relative;		
	color: ffffff;
	background-color: #000;
	height: 100px;
	width: 100%;
	top:0px;
	margin: 0 auto;
	z-index: 1100;
	border-bottom: #000000 medium solid; 


}

#main-wra{
	position: relative;
	background-color: #B06114;
	width: 100%;
	height: 120px;
	top: -100px;
	margin: 0 auto;
	z-index:-100;
}



#main{
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
position:relative;
background-color:#bae2d7;
top: 158px;
width: 800px;
padding: 30px;
text-align:justify;
left: 6px;
margin: 0 auto;
padding-bottom: 200px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
behavior:url(border-radius.htc);

}

#main_txt{
width: 600px;
text-align:justify;
margin-left: 30px;
}



#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	position: relative;		
	color: ffffff;
	background-color: #3a5c5d;
	height: 145px;
	width: 100%;
	bottom:0;
	padding-top: 15px;
	margin: 0 auto;
	z-index: 1200;
	text-align:center;		
	border-top: #000000 medium solid; 


}




h1 { font:"Times New Roman", Times, serif; size:4em; color:#3a5c5d;}
h1 a {color:#C98E1B; }
h1 a:visited {color:#C98E1B;}
h1 a:hover {color:#111111;}


#grc {
	position:relative;
	background-image:url(images/grc_logo.png);
	background-repeat:no-repeat;
	width:81px;
	height:34px;
	margin:0 auto;
	}


#staff_txt {
	position: relative;
	top: 115px;
	margin-left: 300px;

}

#staff_img{
	position: relative;
	top: -90px;
	
	}
