
/*---------------|||||||||||Global------------------------------------------------------*/
	
	body {
	  margin:0 auto;
	  margin-bottom: 30px;
	  margin-top: 0px;
	  background:#CC9966 url(back.gif);
	  }

	a {
	  color: #996633;
	  text-decoration: none;
	  font-weight: bold;
	  }

	a:hover {
	  color:#999;
	  font-weight: bold;
	  text-decoration: underline;
	  }
	  
/*---------------|||||||||||Container------------------------------------------------------*/

	#container {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-size: 13px;
	  line-height: 1.6em;
	  margin-top:30px;
	  color: #666;
	  background-color: #fff;
	  }
	  
	#container2 {
	  width: 850px;
	  margin: 0 auto;
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-size: 13px;
	  line-height: 1.6em;
	  color: #666;
	  background-color: #fff;
	  }
		
/*---------------|||||||||||header-------------------------------------------------------------------*/

	#header {
	  width: 845px;
      border-top-width: 2px;
      border-right-width: 2px;
      border-bottom-width: 0px;
      border-left-width: 2px;
      border-style: solid;
      border-color: #ffffff;
	  padding-bottom:0px;
	  padding-top: 10px;
	  clear: both;
	  background:#CC9966;
	  }
	  
	#header p { 
	  margin-top: -3px;
	  margin-left: 30px;
	  color: #fff;
      font-family: Georgia, Times New Roman, Times, serif;
	  }
	  	
	#header h1 {
	  font-family: Georgia, Times New Roman, Times, serif;
	  font-weight: bold;
	  font-size: 18px;
	  color: #fff;
	  margin-bottom: 0px;
	  margin-top:20px;
	  margin-left: 30px;
	  }
	  
	#header a {
	  color: #996633;
	  text-decoration: none;
	  }

	#header a:hover {
	  color: #999;
	  }
/*---------------|||||||||||header2-------------------------------------------------------------------*/

	#header2 {
	  width: 845px;
      border-top-width: 0px;
      border-right-width: 2px;
      border-bottom-width: 0px;
      border-left-width: 2px;
      border-style: solid;
      border-color: #ffffff;
      padding-bottom:2px;
	  padding-top: 10px;
      clear: both;
      background:#CC9966;
      }

     #header2 p {
	  font-family: Georgia, Times New Roman, Times, serif;
   	  font-size: 8px;
	  color: #fff;
	  margin-bottom: 0px;
	  margin-top:0px;
	  margin-left: 110px;
	  }
   
/*---------------|||||||||||Content------------------------------------------------*/

	#content {
	  width: 620px;
	  padding-left: 10px;
	  padding-right: 10px;
	  padding-top: 10px;
      float: right;
}
		
	#content p {
	  padding-bottom: 13px;
	  }
	  
	#content h2 {
	  color: #996633;
	  font-size: 14px;
	  font-weight:bold;
	  border-bottom: 1px solid #996633;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }
	  
	#content h2 a {
	  color: #996633;
	  text-decoration: none;
	  }

	#content h2 a:hover {
	  color: #999;
	  }
	  
	#content h3 {
	  color: #996633;
	  font-size: 14px;
	  font-weight:bold;
	  border-bottom: 1px solid #996633;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }

	#content h4 {
	  color: #996633;
	  font-size: 14px;
	  font-weight:bold;
	  border-bottom: 1px solid #996633;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }

	#content h5 {
	  color: #996633;
	  font-size: 14px;
	  font-weight:bold;
	  border-bottom: 1px solid #996633;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }

	#content h6 {
	  color: #996633;
	  font-size: 14px;
	  font-weight:bold;
	  border-bottom: 1px solid #996633;
	  font-family: Georgia, Times New Roman, Times, serif;
	  background-color: #fff;
	  }




 
	  
/*---------------|||||||||||Sidebar------------------------------------------*/

	#sidebar {
	  width: 175px;
	  padding-left: 19px;
	  padding-right: 10px;
	  padding-top: 10px;
	  padding-bottom: 0.5em;
	  float: right;background:#F1F1F1;
	  border-right:4px solid #fff;
	  }
		
	#sidebar p {
	  padding-bottom: 10px;
	  }
	  
    #sidebar h2 {
	  color: #CC9966;
	  font-size: 16px;
	  padding-left:15px;
	  font-weight:bold;border-bottom: 1px solid #ddd;
	  font-family: Georgia, Times New Roman, Times, serif;
	  }
	  
/*---------------|||||||||||Footer-----------------------------------------------*/

	#footer {
	  clear: both;
	  width: 845px;
	  font-size:10px;border:2px solid #fff;
       background:#CC9966;
	   background-repeat: no-repeat;
	  }
		
	#footer p {
	  color:#fff;
	  padding: 2px;
	  text-align: center;
	  }
		
	#footer p a {
	  color: #fff;
	  background:#CC9966;
	  font-weight:100;
	  border-bottom: 1px dotted #fff;
	  }
		
	#footer p a:hover {
	  color: #fff;
	  text-decoration: none;
	  border-bottom: 0px dotted #fff;
	  }
	

/*---------------|||||||||||Others--------------------------------------------------------------*/		
	
	a img{
	  border: none;
	  }
	.box {
      background-color: #fff;
      border: 1px solid #CC9966;
	  padding: 5px;
	  font-family: Georgia, Times New Roman, Times, serif;
	  color: #000;
	  font-size: 10px;
	  }
	
