html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, form, table, td, dl, dt, dd, form, input, textarea, fieldset, legend, select{
	margin:0;
	padding:0;
}
html{
	background-color:#fff;
	overflow-x:hidden;
}
body{
	background:url(../images/body_background.png) repeat-y top center;
	font-family:Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}
ol, ul, lu{
	list-style:none;
}
p{
	color:#1c1b1b;
}
a{
	text-decoration:none;
}
a:link, a:active, a:hover, a:visited{
	color:#0994dd;
}
a img, input, textarea, fieldset, legend, select{
	border:none;
}
a:focus, input:focus, textarea:focus, select:focus{
	outline:none;
}
.clear{
	clear:both;
	height:0;
	font-size:0;
}
.left{
	float:left;
}
.right{
	float:right;
}
.inner{
	width:1006px;
	margin:0 auto;
}