/* CSS Document */
<head>


html {
		margin:0;
		padding:0;
		color:#000;
		background-color:#000000;
	}
#wrap {
		width:820px;
		margin:0 auto;
		background:#FFFFFF;
		font-family:Trebuchet MS;
		font-size: 9pt;
		letter-spacing:px;
		line-height:px;
		height:100%;
	}
#header  {
    		padding:;
		background:
		margin-left: auto ;
  		margin-right: auto ;
;
	}
#main {
		float:left;
		width:500px;
		padding:10px;
		background:#FFFFFF;
		height:100%;
		
	}
#sidebar {
		float:right;
		width:250px;
		padding:10px;
		background:#FFFFFF;
		height:100%;
	}
#footer {
		background:#FFFFFF;
		clear:both;
		margin:0;
		padding:5px 10px;

    }

a            
		  { 		
		font-family: Trebuchet MS; 
		font-size: 9pt; 
		color: #000000;
	}

 h1       { 
		font-family: Verdana; 
		font-size: 12pt; 
		color: #572718; 
		background-color: #E24788;
                background-image: url("http://www.too-truthful.com/bottomborder5.gif");
		line-height: 30px;
	}


</head>