/* wrapper and area classes for overall layout */
#wrapper{
background: url(site_images/site_bg_brown.gif) repeat 0px 0px; 
}
#wrapper-left{
background: url(site_images/corner_brown.jpg) no-repeat 0px 0px; 
}
#wrapper-footer{
display: none;
}


/* END wrapper and area classes for overall layout */

/**********STANDARDS ********************/

h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	border: 0px;
	font-family: Arial;
}
h2 {
	color: #6C4114;
}
#content p{
	font-weight: 800;
	line-height: 2em;
}

#content{
	margin-top: -10px;
	width: 600px;
}