/* CSS Document */

body {
     background-image: url(images/background.jpg);
	 background-repeat: repeat-x;
	 background-color: #000;
	 background-position: top left;
	 text-align: center;
	 font-family: 'Trebuchet MS', Arial, sans-serif;
	 font-size: 62.5%; /* Resets 1em to 10px */
	 }
h2 {
     font-size: 1.6em;
	 }	 
	 h3 {
     font-size: 1.4em;
	 }	 
#container {
	
	 width: 770px;
	 margin: 0 auto;
	 background-image: url(images/page_bk.jpg);
	 background-repeat: repeat-y;
	 position: relative;
	 text-align: left;
	 font-size: 1.2em;
	 }
	 
#header {
      width: 770px;
	  height: 285px;
	  background-image: url(images/header.jpg);
	  background-repeat: no-repeat;
	  }
#sidebar {
	
	 width: 200px;
	 margin: 0 0 0 545px;
	 font-weight: bold;
	 color: #657A6B;
	 
	}
.midcolumn {

     width: 400px;
	 float: left;
	 padding: 0 0 0 50px;
	 margin: 10px 0 0 0;
	 
	 }	  
#footer {

      clear:both;
	  width: 770px;
	  height: 64px;
	  background-image: url(images/footer.jpg);
	  background-repeat: no-repeat;
	  margin: 0 auto;
	  }
	 .clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
} 
img {
      border: none;
	  }
