<style type="text/css">

#wrapper { width:850px;
	     margin: 5px auto;
	      border: 0px;
	      padding: 0px;}

#header { border: 0px; 
	    height: 100px;
	    padding: 0px; }
	
#content { margin-top:50px;
	   padding-bottom:0px; }

	/* applies to all divs within the content div */

#content div { padding:0px;
	         border:0px; }

#content-main { margin-left:5px;
		width:700px;
		float:left; }

#content-right {margin-left:5px;
		width:120px;
		float: right; }

#footer { margin-top:0px;
	 margin-bottom:0px;
   	 padding:0px;
    	 border: 0px;
    	 width:850px; }

#bottom {width:850px; }



</style>


