body,h1,h2,h3,h4,h5,h6,form,fieldset,p,img,ul,ol,li,blockquote,fieldset,img { margin: 0; padding: 0; }

body {
	background: #565656;
	font: 13px arial, helvetica, sans-serif;
	
}

#header {
	width: 800px;
	margin: auto;
	background: url(images/header.jpg);
	height: 26px;
	background-repeat: no-repeat;
}

#container {
	width: 800px;
	margin: auto;
	background: url(images/body.jpg);
}

#footer {
	width: 800px;
	margin: auto;
	background: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#top {
	width: 744px;
	background: #24282B;
	margin-left: 28px;
	margin-right: 28px;

}

#nav {
	padding: 5px 0 5px 0;
	margin-bottom: 10px;
}

#nav a, #nav a:link, #nav a:active, #nav a:visited {
	font-family: "arial narrow", arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#main {
	margin-left: 28px;
	margin-right: 28px;
}

#sidebar {
	float: none;
	margin-left: 28px;
	font-size: 11px;
	width: 178px;
	margin-right: 8px;	
}


#main a, #sidebar a {
	color: #757554;
}

#main h2 {
	background: #24282B;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin-bottom: 8px;
	font-weight: normal;
	font-family: "trebuchet ms", helvetica, sans-serif;
}

#main ul, #main ol {
	margin-left: 25px;
}

.content {
	line-height: 20px;
	padding: 5px;
	font-size: 13px !important;
	color: #4c4c4c;
}

.content p {
margin-bottom: 10px;
}

#sidebar h2 {
	background-color: #24282B;
	background-image: url(images/sidebarimage.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: "trebuchet ms";
	margin-top: 8px;
	margin-bottom: 8px;
	padding-left: 5px;
}

ul.topten {
	list-style-type: none;
	background: #F7F7E9;
	margin-right: 28px;
}

ul.topten li {
	border-bottom: solid 1px #E0E0BA;
	font-size: 11px;
	color: #757554;
	padding: 3px;
}

form.search {
	text-align: right;
}

input.searchtext {
	font-size: 11px;
	border: solid 1px #666;
	background: #ccc;
	padding: 2px;
}

.searchsubmit {
	margin-right: 10px;
	background: orange;
	border: solid 1px #666;
	font-size: 11px;
	padding: 2px;
	color: #000;
	text-decoration: none;
}

#footer div {
	color: #fff;
	font-size: 11px;
}

#footer div a, #footer div a:link, #footer div a:active, #footer div a:visited {
	color: #fff;
}

.ButtonTable {
	cursor: pointer;
	text-decoration: underline;
}

ol {
	padding-left: 10px;
}