/* Reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, hr, pre, a, abbr, acronym, address, code, del, dfn, img, q, dl, dt, dd, ol, ul, li, legend, caption {
border : 0;
font-weight : inherit;
font-style : inherit;
font-size : 100%;
margin : 0;
padding : 0;
}
* html ul li {
position : relative;
}
strong {
font-weight : 700;
}
blockquote:before, blockquote:after, q:before, q:after {
content : "";
}
blockquote, q {
quotes : "" "";
}
a img {
border : none;
}
a {
outline : none;
font-weight : 400;
text-decoration : none;
}
/* End Reset */

h1{
	margin: 5px;
    font: 13px Verdana;
	color: #CE040C;
	font-weight: bold;
}

p{
	color: #515151;
	font: 11px Verdana;
	font-weight: normal;
	line-height: 1.5;
	margin: 5px 5px 10px 5px;
	}
	
body{
	background: #EF8F00;
	color: #515151;
	font: 11px Verdana;
	font-weight: normal;
	line-height: 1.5;
	text-align: left
	}
	
#wrapper{
	margin: 0 auto;
	width: 650px;
	}
	
#white{
	background: #FFFFFF;
	float: left;
	}

