html
{
	margin: 5;
	padding: 5;	
}

body
{
	font-family: Arial Rounded MT, Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	color: #00493E;
	font-variant: normal;
	background-color: #FFFFF0;
width:1000px;
margin:0 auto;
margin-top:30px;
}



a:hover
{	color: #48D1CC;
}


a:link
{	color: #009CB8;
}


a:alink:
{	color: #48D1CC;
}



td
{
	font-family: Arial Rounded MT, Arial, Helvetica, Geneva, sans-serif;
	padding: 4;
}


  /*
You are allowed to do whatever you want with this layout. Though I would be pleased if you placed a link on your site to csseasy.com or to profit42.com (best "blog about hacking" ever). Donations are also welcome: paypal@profit42.com (or follow the donation button on csseasy.com)
*/



/* ----- HEADER ----- */



#header {
width:750px;
height:150px;
background-color:#333333;
}



/* FAUX LAYOUT WRAPPER */


/* 
This div is optional: When you delete it the navigation bar and the content block won't have the same size when one of them has a larger height then the other. I recommend you to leave this faux layout wrapper here.

IMPORTANT: In order to make this work you have to download http://csseasy.com/layouts/fixed/background_3.gif (copy past in your address bar) and place it in the same folder as this html file. DON'T HOTLINK to this file.
*/


#wrapper{
width:750px;
background:url(../images/background_3.gif) repeat-y; /* WARNING: IF YOU CHANGE THE COLORS OF THE LAYOUT YOU HAVE TO CHANGE THIS IMAGE! */
overflow:auto; /* USE FIREFOX GUYS! WE ONLY NEED THIS LINE BECAUSE INTERNET EXPLODER ISN'T READING CODE PROPERLY */
margin-top:10px;
}


/* ----- NAVIGATION ----- */



#navigation {
width:200px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#333333;
float:left;
}


/* ----- MAIN CONTENT ----- */



#content { 
margin-left:210px;
width:540px;
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
background-color:#ffffff;
margin-top:10px;
}



/* ----- FOOTER ----- */



#footer { 
margin-top:10px;
width:750px;
height:100px;
background-color:#333333;
}
