html {
  height: 100%;
  margin-bottom: 0px;
}
img,table {
	border: none;
}
body {
	font-family: verdana;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #585858;
	background:#292F3A;
	background-image: url(bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
.clr {
	clear: both;
}
h1 {
	padding-left: 15px;
	padding-bottom:10px;
	font-family: verdana;
	font-size: 15px;
	vertical-align: middle;
	color: #F6FBF5;
	text-align: left;
	font-weight: bold;
	border-bottom:1px dotted #848484;
}
h2 {
	padding-left: 15px;
	font-family: verdana;
	font-size: 13px;
	vertical-align: middle;
	color: #F6FBF5;
	text-align: left;
	font-weight: bold;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #F6FBF5;
	outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}

div#wrapper {
	margin: 0 auto;
	width: 1000px;
	height:100%;
	text-align: left;
}
#header {
	background: url(header.jpg) top center no-repeat;
	width: 1000px;
	height: 115px;
	margin: 0 auto;
}
#content {
	margin:0 auto;
	padding: 0;
	width: 1000px;
	height:493px;
	background: url(content.jpg) top center no-repeat;
}