
body {
	margin: 0;
	padding: 0;
	background: #1b1b1b url(images/bg.jpg) no-repeat center top ;
	text-align: justify;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

h2 {
	font-size: 25px;
	display:inline;
}

h3,h4 {
	font-size: 17px;
	color:#be4204;
	display:inline;
}

p, ol, ul {
	line-height: 22px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	padding: 2px 0 5px 0;
	border-bottom:1px dotted #444444;;
}

ul li.first {
	background: none;
}

img {
	float: right;
	margin:8px;
	border:2px solid #cccccc;
}

#wrapper {
	width: 820px;margin: 0 auto;
	
}

#header {
	width: 800px;
	height: 200px;
	margin: 0 auto;
}
h1
{ margin-top:25px;
  color:#222222;
	font-size: 36px;
	text-decoration:none;
	line-height:36px;}

h1 a { color:#222222;
	text-decoration:none;
	}
h1 a:hover { color:#ff0000;
	text-decoration:none;
}
#menu
{ height:40px;
}
.toplinks
{ 
  width:80px;
  text-align:center;
  float:right; height:35px;
  line-height:35px;
  font-family:tahoma;
  font-size:11px;
  font-weight:bold;
  background-color:#9B9A64;
  display:block;
  margin:10px 0 0 3px;
  border:1px solid #993300;
  color:#333333;
  text-decoration:none;
 }

.toplinks:hover
{ color:#ffffff; 
 background-color:#993300;
 }

#left {
	float: left;
	width: 600px;
}

#right {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
	width: 820px;
	margin: 20px auto;
	padding: 20px 0;
	border-top:1px solid #993300;
	text-align:left;
}

a {
	color: #9B9A64;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}