BODY {
      
      background-image: url(images/bg2.jpg);
	  background-repeat: repeat-x;
	  background-attachment: fixed;
	  background-color: #A2A4A4;/*92B9CA;*/
      text-align: center;	  
      font-family : Tahoma,Arial, Helvetica, sans-serif
      }

	#container {
    	text-align: left;
	    	color: #333333;
    		background-color: #CCCCCC;
	    border: 1px solid #000;
    	margin: 10px auto;
    	width: 800px;
	}





	#sidebar {
    	/*background-color: #515151;*/
	    float: left;
    	width: 160px;
	}

	#content {
	    	color: #333333;
    		background-color: #CCCCCC;
    		margin: 0 0 0 175px;
    		font-size: 12px;
	}
	
	#header {
    
    		margin: 0 0 5px;
	}

	#footer {
	    	color: #333333;
    		background-color: #CCCCCC;
	    margin: 5px 0 0;
    	clear: both;
		text-align: right;
	}

a img {
	border: 0.1px none #000000;
	}

/*normal links in the text*/
a:link {
	background: transparent;
	color: #333333;
	text-decoration: none;
}

a:visited {
	background: transparent;
	color: #333333;
	text-decoration: none;
}

a:hover {
	background: transparent;
	color: #333333;
	text-decoration: underline;
}

/*now follow the section links in the navigation bar on the left side*/        
a.nav:link {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:visited {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}

a.nav:hover {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
}



BODY, DIV, H2, H3 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}
DIV {
    padding: 5px;
}


ul {
    padding: 2;
    margin: 2;
    

H3{
    font-size: 16px;
}




    
   
   




