@charset "utf-8";

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

body {
	margin-top:10px;
	margin-bottom:0px;
	background-color:#000;
	background:url(../images/background.jpg) no-repeat;
	}
img { background: url(../images/preloader.gif) no-repeat 50% 50%; }
h3 {
	color: #999;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}


.class1 a:link {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#ccc;}
.class1 a:hover {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#fff;}
.class1 a:visited {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#ccc;}
.class1 a:active {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:10px; color:#ccc;}

.class2 a:link {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; color:#ccc;}
.class2 a:hover {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; color:#ccc;}
.class2 a:visited {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; color:#ccc;}
.class2 a:active {font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size:12px; color:#ccc;}

#maincontent {
	width:100%;
	padding-top:0px;
	padding-bottom:0px;
}

#pagecontent {
	width:1024px;
	margin:auto;
}

#topbanner {
	width:914px;
	height:82px;
	position: relative;
	margin:auto;
}


	
#contentop1 {
	width:914px;
	height:5px;
	margin:auto;
}

#contentop2 {
	width:914px;
	height:21px;
	background:url(../box/top.png);
	margin:auto;
}

#contentmain {
	width:884px;
	height:auto;
	padding-left:15px;
	padding-right:15px;
	margin:auto;
	background:url(../box/bckg.png);
}

#bottom {
	width:914px;
	height:21px;
	margin:auto;
	background:url(../box/bottom.png);
}

#bottom1 {
	height:5px;
	width:914px;
	margin:auto;
}

#bottom2 {
	height:82px;
	width:914px;
	margin:auto;
	background:url(../images/bottom.png);
}

#bottom3 {
	height:15px;
	width:914px;
	margin:auto;
}

#bottomtext {
	padding-top:20px;
	padding-bottom:20px;
	padding-left:10px;
	padding-right:10px;
	height:42px;
	margin:auto;
	vertical-align:middle;
}

.footertext {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	color:#CCC;
}

.footerbr {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
}

.footerterms {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ccc;
}

.maintext{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#FFF;
}

.maintextcaps{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#FFF;
}

.maintextcolor{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	color:#F90;
}

#fixedbottom {
	width:170px;
	right:0px;
	bottom:0px;
    position:fixed;
	height:50px;
	background:url(../images/logo.png);
}



