html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	color:#666666;
	height: 100%;
	}
a { text-decoration: none; color:#666666; font-size: 1em; padding: 1px 2px; }
a:hover { text-decoration: underline;}
acronym { border-bottom: 1px dotted #cc0000; cursor: help;
	}

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto;
	width: auto;
	background:url(img/bg.jpg);
	background-repeat:repeat-x;
	}	

/*------------------------------------------------------------*
**  Top
**------------------------------------------------------------*/	
#top {
	width: 850px;
	height: 5px;
	margin: 0 auto;
	padding-left: 0;
	padding: 10px;
	}
					
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	width: 850px;
	margin: 0 auto;
	height: 10px;
	background:url(img/rg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-position:bottom;	
	}

/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 10px;
	background:url(img/tlo.jpg);
	background-repeat:repeat-y;
	}	
#content h1 {
	margin: 0; 
	clear: both;
	font-size: 12px;
	font-weight:100;	
	}
#content h2 {
	margin: 0; 
	clear: both;
	font-size: 12px;	
	font-weight:100;
	}
#content h3 {
	margin: 0; 
	clear: both;
	font-size: 12px;	
	}
#content h4 {
	margin: 0; 
	clear: both;
	font-size: 12px;	
	}
#content h5 {
	margin: 0; 
	clear: both;
	font-size: 12px;	
	}

/*------------------------------------------------------------*
**  Down
**------------------------------------------------------------*/	
#down {  
	width: 850px;
	background:url(img/rd.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin: 0 auto;
	height:11px;
	padding:10px;	
	}