
* { padding: 0; margin: 0; }
img {border:0;}
body { 
 background: #FED23B url('images/bg_tile.gif') repeat;
	font-family:  Tahoma, Helvetica, Verdana, Arial;
	font-size: 16px;
	color: #000000;
}
#wrapper { 
 margin: 0 auto;
 width: 730px;
}
#header {
 width: 730px;
 color: #333;
 height: 292px;
 background: #FED23B url('images/header.jpg') no-repeat;
}
#content { 
 width: 690px;
 color: #333;
 background: #ffffff;
 margin: 0px;
 padding: 20px;
 height: 100%;
}
#footer { 
 width: 730px;
 height: 130px;
 color: #333;
background: #FED23B url('images/footer.jpg') no-repeat;
}

h1 {font-family: Helvetica; color:#FF0000;}
h3 {font-family:  Helvetica, Arial; color:#FF0000;}
.red {color:#FF0000; font-weight:bold;}
.box {border:#333 2px solid;margin:10px 20px 10px 20px;}
