@charset "utf-8";
/* ------- basic styling -------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #A2A2A2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
	color: #333;
	}
#wrapper {
	position:relative;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	margin-top: 40px;
	width: 850px;
	}
#clear {
	clear:left;
	}
h6 {
	font-size: 14px;
}
h5 {
	font-size: 14px;
}
h1 {
	font-size: 20px;
	color: #333;
}
h2 {
	font-size: 13px;
}
h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
h4 {
	font-size: 10px;
	color: #333;
	font-weight: bold;
}

