			body {
				background: #121212;
			}
			
			h3, h4 {
				font-size: 190%;
				font-family: Georgia, serif;
				color: #494845;
				margin: 5px auto -15px;
				padding-left: 7px;
			}
			
			h4 {
				margin: 0px;
				padding: 0px;
				padding-left: 15px;
				padding-bottom: 5px;	
				font-size: 100%;
			}

			#wrapper {
			   font-size: medium;
			   font-family: Helvetica, Verdana, Arial, sans-serif;
			   text-align: left;
			   margin: 0px auto;
			   padding: 0px;
			   border:0;
			   width: 902px;
			   background: url("/path/to/your/background_cols.gif") repeat;
			}
			
			#header {
			   margin: 0 0 15px 0;
			   background: yellow;
			}
			

			#side-a {
			   float: left;
			   width: 161px;
			}
			
			#side-a li, #contributors li, a, p {
				text-decoration: none;
				color: #494845;
				font-family: sans-serif;
			}
			
			#side-a ul {
				margin-top: 39px;
			}
			#side-a li {			
				font-family: Georgia, "Times New Roman", Times, serif;			
				margin-right: 15px;			
				text-align: right;
				list-style-type: none;			
			}			
			
			#side-a a:hover, #links a:hover {
				color: white;
			}
			
         #interact a {
            color: white;
         }
         
         #interact a:hover {
            color: blue;
         }

			#side-b {
				float: right;
				width: 41px;
			}

			#content { 
				float: left;
				width: 77%;
			}

			#content p {
					text-align: justify;
					font-size: 85%;	
					text-indent: 25px;
					color: #74736e;
			}
			
			#content hr {
				border: #494845 solid 1px;
			}
			
			#content img {
				float: right;
				margin: 20px;
				margin-right: -45px;
			}

			#footer {
			   clear: both;
			   background: #A2A2A2;
			}
			
			#biography, #links, #contact, #contributors {
				padding: 15px;
				background: black;
			}
			
			#biography p {
				margin: 0px;
				padding-top: 15px;
			}
			#facebook {
				background: black;
				text-align: center;
				padding-top: 25px;	
			}
			
			#links a{
				text-decoration: none;
				color: #494845;
			}
						
			#links ul, #contributors ul {
				margin: 0px;
				padding: 15px 0px 5px;
			}
			
			#contributors {
				padding-left: 27px;
			}
			
			#contributors li a:hover {
				color: blue;
			}
						
			#contact form {
				padding-top: 15px;
			}
		
			#contact td {
				color: #494845;
			}
					
			input#styled, textarea#styled {
				background-color:#3B3B3B;
				border:2px solid grey;
				color:white;
				font-family:Tahoma,sans-serif;
				font-size:12px;
				margin-bottom:3px;
				padding:5px;
				width:450px;
			}
