/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#29330A;
	background-color:#29330A;
	line-height: 14px;		
}

/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#wrapper{
	width:800px;
	border:2px solid #29330A;
	margin:20px auto;
	background-color:#000000;
	position:relative;
}
.boldText{font-size:14px; font-weight:bold; line-height:120%;}
h2{font-size:16px; font-weight:bold; line-height:120%;}
h1{font-size:20px; font-weight:bold; line-height:120%;}
#desc{
	position:absolute;
	top:88px;
	left:30px;
	width: 362px;
}
#clearit{clear:both;}
