/*
Copyrights 2009 - Thierry Ruiz - www.dotemplate.com - All rights reserved.
THIS TEMPLATE IS FREE AS LONG AS YOU KEEP THE LINK TO WWW.DOTEMPLATE.COM IN THE FOOTER
TO REMOVE THE LINK, PLEASE MAKE A $10 donation at www.dotemplate.com/#donate
*/






html {
	background: #ffffff;
	margin:0 0 0 -1px;
	padding:0;	
	overflow-Y: scroll;
}


body {
	padding:0;
	margin :0;
	display:table; 
	width:100%;	
}



  
  
body {
	color:#000000;
	font-family: 'Trebuchet MS', sans-serif ;
	font-size: 13px;
	font-style: normal ;
	font-weight: normal ;
	text-transform: normal;
}


p {
	letter-spacing: normal ;
	line-height: 1.7em ;
}

h1 {
	color:#FFE9AD;
	font-size:22px ;
	margin:25px 0 10px 0;
	clear:both;
}


h2 {
	color:#FFE9AD;
	font-size:20px ;
	margin:20px 0 10px 0;
	clear:both;
}


h3 {
	color:#FFE9AD;
	font-size:18px;
	margin:20px 0 5px 0;
	clear:both;
}



a:link, a:visited {
	color:#0919f7;
	text-decoration:none;
}


a:hover {
	color:#000000;
	text-decoration:underline;
}





  
  

#wrapper {
	background: transparent url( page-vbg.jpg ) repeat-y scroll 50% 0px ;
	margin:0 auto ;
	width:100%;
}

  
  
body {
	background-color:#ffffff;
}





#bg {
	margin:0 auto;
	padding:0;
	background:transparent ;
	background-image: url( hat.jpg ) ;
 	background-repeat:no-repeat;	
	background-position: center top ;
}



  
  
#header {
	margin: 0 auto;
	min-height:30px;
	height: 30px;
	width: 800px;
}


#page {
	background: transparent url( page-bg.jpg ) no-repeat center top;
}



  
  


#container {
	margin:0 auto;
	width:800px; 
}

#banner {
	margin: 0 auto;
	height:180px;
	width:100%;
}


#content {
	width:800px;
	margin:0 auto ;
	text-align:left;
	min-height:800px;
}


#content p {
	text-align:justify;
}






#footerWrapper {
	margin:0 auto;
	height:160px;
	padding:0;
	background:transparent url( footerWrapper-bg.jpg ) no-repeat scroll center top ;
}


#footer {
	margin:0 auto;
	padding:0;
	width:800px;
	height:80px;
}


  
  


  
  





#left {
	width:136px;
	padding:0px;
	float:left;
	font-size:10px;
}

#center {
	width:630px;	
	padding:0px;
	float:left;
	margin:0px 15px; 
}

#center_index {
	width:614px;	
	padding:0px;
	float:left;
	margin:50px 270px; 
}

#content {
	margin-top:10px;
	text-align:justify;
}


  
  

#sidebar {
	padding: 0px ;
	margin: 10px ;	
}


#sidebar * {
	margin: 15px;
}


  
  

#sidebar ul.vmenu {
	list-style: none;
	text-align: left;
	margin: 7px 10px 8px 0px; 
	padding: 0;
	text-decoration: none;	
	border-top: 1px solid #440400;	
}


#sidebar ul.vmenu li {
	list-style: none;
	padding: 4px 0 4px 0px;
	margin: 0 2px;	
	border-bottom: 1px solid #440400;
}



#sidebar ul.vmenu li a {
	text-decoration: none;
	color:#f0919f7;
	font-weight:bold;
}


#sidebar ul.vmenu li a:hover {
	color:#000000;
}


#sidebar ul.vmenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.vmenu ul li { border: none; }


/* Navigation */
#nav {
	clear: both;	
	padding: 0;			
}
#nav ul {
	float: left;
	list-style: none;
	background: #E4E4E4 url(nav.jpg) repeat-x;	
	width: 800px;		
	padding: 0;	
	height: 45px;
	display: inline;
	text-transform: uppercase;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 9.4px;	
	border-right: 1px solid #dadada;
	border-left: 1px solid #fafafa;	
	border-bottom: none;
	color: #555;
	font: bold 10px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
}
#nav ul li a:hover, 
#nav ul li a:active {
	color: #326ea1;
}
#nav ul li#current a {	
	background: #DBDBDB url(nav-current.jpg) repeat-x;		
}





