* {
	padding:0px;
	margin:0px;
}

a img {
	border:none;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
}

#site {
	width:990px;
	margin:auto;
}

#top {
	width:990px;
	height:212px;
}

#level1 {
	height:25px;
	background:url(html_images/menu_bg.png) repeat-x;
	width:100%;
	padding-top:3px;
}

#level2 {
	height:23px;
	width:100%;
	background:#c40003;
}

#level3 {
	height:23px;
	width:100%;
	background:#ff7800;
}

#level2 td, #level3 td {
	background:url(html_images/corner.png) bottom right no-repeat;
}

#level1 td {
	border-right:1px solid #994a22;
}

#menu td {
	text-align:center;
}

#menu a {
	display:block;
	text-decoration:none;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

#bottom {
	padding-top:10px;
	text-align:center;
	color:#ff0000;
}

#content {
	padding-top:10px;
	width:710px;
	margin:auto;
}

h1 {
	font-size:20px;
	color:#c40003;
	padding-bottom:10px;
}

#content p {
	padding-bottom:10px;
}