@charset "utf-8";
/* CSS Document */

body {
	background-color:#000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat;
	background-position:center;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
	color:#939393;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1,h2,h3,h4,h5,h6 {color:#FFF;}

p {
	margin:5px;
	padding:5px;
}
img {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#top-wrap {
	width:100%;
	height:128px;
	background-image:url(images/top-repeat.jpg);
	background-repeat:repeat-x;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	overflow:hidden;
}

#top {
	width:998px;
	height:128px;
	margin:0px auto 0px auto;
	overflow:hidden;
}

#middle {
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	overflow: hidden;
	height:263px;
	width:998px;
}

#content-wrap {
	width:998px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	background-position:top;
}

#content {
	width:780px;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(images/content.png);
	background-repeat:repeat-y;
	text-align:left;
}

#text {
	width:540px;
	float:left;
	padding:5px 5px 5px 5px;
	margin:5px 5px 5px 5px;
	font-size: 12px;
}

.footer {color:#FFF; padding:10px 10px 10px 10px;}
.footer a {color:#CCC;}

.left {
	float:left;
	margin-right:5px;
}

.right {
	float:right;
	margin-top:50px;
	margin-right:10px;
}

ul {
	list-style:url(images/reaver.png) outside;
}

li {
	margin:5px 5px 5px 5px;
	padding:5px 5px 5px 5px;
	border-bottom:#1d1d1d 1px solid;
}

#emailform {	
	padding:5px 5px 5px 5px;
}

#topbar {
	width:100%;
	height:40px;
	text-align:center;
	border-bottom:#000 1px solid;
	background-color:#FFF;
}

#iframe {
	width:800px;
	height:950px;
	margin:auto;
	border:none;
}

