body {
	margin:0;
	background-image: url(../images/bg_layer.gif);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	font:normal 80.5%/1.4 Arial, Verdana, Helvetica; 
	color:#4e4d4d;
}

#wrapper {
	/*background-image: url(page.png);
	background-repeat: no-repeat;
	height: 1400px;*/
	width: 825px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-color:#ffffff;
}

#menu {
  color: #a5a5a5;
  font-size: 12px;
  text-align: right;
  padding-right: 30px;
  padding-top: 30px;
}

#menu a:link {
    color: #0267cd;
    font-size: 12px;
	text-decoration: none;
	}
	
#menu a:visited {
    color: #0267cd;
    font-size: 12px;
	text-decoration: none;
	}	
	
#menu a:hover  {
    color: #cd5302;
    font-size: 12px;
	text-decoration: underline;
	background-color:#f9e193;
	}	

#glist 
 {
    margin-left: 10px;
	padding-left: 0;
	list-style: none;
 }
 
   #glist li
     {
	   padding-left: 15px;
	   background-image: url(../images/barrow.gif);
	   background-repeat: no-repeat;
	   background-position: 0 .5em;
	   font-size:11px;
	   color: #054a92;
	   font-weight:bold;	   
	   	 }
		 
#glist2 
 {
    margin-left: 10px;
	padding-left: 0;
	list-style: none;
 }
 
   #glist2 li
     {
	   padding-left: 20px;
	   background-image: url(../images/carrow.gif);
	   background-repeat: no-repeat;
	   background-position: 0 .5em;
	   font-size:11px;
	   color: #ee6800;
	   font-weight:bold;	   
	   	 }		 
		 
#bgintro
{
	background-image: url(../images/bgintro.gif);
	background-repeat: repeat-y;
	height: 280px;
	width: 359px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center;
	background-color:#ffffff;

  
}

p {
font: 100%/1 "Arial MT", Helvetica, sans-serif;
}		 

.serv {
font: 100%/1 "Arial MT", Helvetica, sans-serif;
}	

#footer {
  color: #a5a5a5;
  font-size: 11px;
  /*text-align: center;*/
}

#footer a:link {
    color: #ababab;
    font-size: 11px;
	text-decoration: none;
	}
	
#footer a:visited {
    color: #ababab;
    font-size: 11px;
	text-decoration: none;
	}	
	
#footer a:hover  {
    color: #cd5302;
    font-size: 11px;
	text-decoration: underline;
	}	

.small { font-size: 10px; }	
