html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1, h2 {
	color:#CCC;
	font-size:16px;
	font-weight:normal;
	padding-bottom:5px;
	margin-bottom:0px;
}
h1 img, h2 img {display: block;}
img {border: 0;}
p {font-size:14px; color:#FFF;}
a {color: #CCC; text-decoration:uderline;}
a:hover {color: #F00; text-decoration:none;}
.left {float: left;}
.right {float: right;}
.more {text-align: right;}
.clear {clear: both;}
body {
	background-color: #000;
	background-image: url(images/bg-pattern.jpg);
}
#wrapper {
	background: url(images/bg.jpg) top center no-repeat;
	text-align: left;
	margin: 0 auto;
	padding:0 0 0 0;
	width: 800px;
    position: relative;
}
#logo-image {
  position: absolute;
  top: 0px;
  left: 300px;
  width: 208px;
  width: 209px;
}
#nav {
	position: absolute;
	top: 184px;
	left: 95px;
	width: 620px;
	padding: 9px 0;
	text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #fff;
}
#nav a {
  text-decoration: none;
  color: #fff;
}
#nav a:hover {
  text-decoration: underline;
  color: #F00;
}
.copy-text {margin: 0 50px 0 50px;}
.copy-p {margin 50px;}
.copy-image-left {float: left; padding-right: 10px; padding-bottom:5px;}
.copy-image-right {float: right; padding-left: 10px; padding-bottom:5px;}






.footer {
	margin: 0 50px 0 50px;}
.footer p { color:#CCC;}
