/* CSS Document */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  background-color:#000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  margin:0;
}

a {
	color:#9f6b24;
}

#header_bg {
	width:100%;
	background:url(../images/header_bg.gif) repeat-x;
	height:137px;
}
#header {
	width:980px;
	height:137px;
	background:url(../images/header.gif) no-repeat;
	margin:0 auto;
}
#header span {
	display:inline;
	background-color:#00FF00;
	width:200px;
	height:120px;
}
#middle {
	width:980px;
	height:auto;
	margin:0 auto;
}
#menu {
	width:201px;
	height:398px;
	float:left;
	display:inline;
	margin:0px 11px 0px 11px;
}
#content {
	width:461px;
	background:url(../images/content_bottom.gif) no-repeat bottom #fff;
	height:410px;
	float:left;
	display:inline;
	padding:18px 20px 0px 20px;
	margin:0px 11px 0px 4px;
	overflow:auto;
}
#content p{
	text-align:justify;
	margin:5px 0px 10px 0px;
}
#content ul{
	margin:5px 0px 10px 20px;
	list-style-image:url(../images/grey_arrow.gif);
}
#content ul li{
	margin:2px 0px 2px 5px;
}
#right {
	width:218px;
	float:left;
	display:inline;
	margin:20px 0px 0px 8px;
}
#footer_bg {
	width:100%;
	background:url(../images/footer_bg.gif) repeat-x;
	height:33px;
	margin-top:20px;
}
#footer {
	width:960px;
	color:#777;
	height:13px;
	padding:10px;
	margin:0 auto;
}
#website {
	float:right;
}