body { padding:0; margin-left: 220px; margin-right: 220px; background:#fff; }






#header h1 {
	font:normal 40px/50px arial;
	color: #735442;
}
#header h2 {
	font: normal 20px/27px arial;
	color: #735442;
}
#header p {
	font:normal 12px/18px verdana;
	color: #735442;
}

#content h2 {
	font: normal 20px/27px arial;
	color: #000;
}
#content p {
	font:normal 16px/22px verdana;
	color:#000;
}




#sidebar {
	position: absolute;
        width: 200px;
        top: 600px;
        left: 20px;
        border-right: 1px solid grey;
    }


#link {
	position: absolute;
        width:200px;
        top: 215px;
        left: 20px;
        border-right: 1px solid grey;
    }

#nav {
	position: absolute;
        width: 200px;
        top: 50px;
        left: 20px;
        border-right: 1px solid grey;
    }
        
        
#adsense {
	position: absolute;
        width: 200px;
        top: 50px;
        right: 20px;
        border-left: 1px solid grey;
    }



#footer p {
   	background-color: grey;
	color: #efe5d0;
	text-align: center;
	padding: 15px;
 	margin: 10px;
	font-size: 90%;

