html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	background: #f0f0f0;
}
body {
	background: #f0f0f0;
	font: 80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	color: #333;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}
h1 {
	font-size: 280%;
	font-weight: normal;
	margin: 0;
	padding: 40px;
}
h2 {
	font-size: 160%;
	font-weight: normal;
}	
h3 {
	font-size: 140%;
	font-weight: normal;
}	
img {
	border: none;
}
a {
	color: #333;
}
#container {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 879px;
	margin-bottom: 2em;
}	
#content {
	position: relative;
}			

#header {
	width: 879px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
}
#header #title {
	width: 200px;
	float: right;
}
#header #title h1 {
	padding: 10px 0;
}
#header #logo {
	width: 166px;
	margin-left: 10px;
	float: left;
}
#menu {
	width: 894px;
	height: 108px;
	padding-top: 15px;
}
#menu .menu_item {
	float: left;
	width: 298px;
	height: 100%;
}

