body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 280px;
	
	
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	padding: 0 0 85px;
	position:relative;
	text-align:center;
	min-height:480px;
}
#menu {
	text-align:center;
	font-weight:normal;
	font-size:16px;
	color:#fff;
	padding:7px 0 0 0;
	left:0;
	top:0;
	width:100%;
	height:40px;
}
#content #menu span.link {
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}
#content #menu span.hover {
	text-decoration:underline;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1024px;
	margin: -85px auto 0;
	padding-top:5px;
	height: 85px;
	background:#531d03;
	text-align:center;
	position:relative;
	z-index:10;
}