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

* {margin:0;border:0;padding:0;}
body {
	background-color:#000;
	color:#fff;
	font-size:0.7em;
	line-height:1.3em;
	text-align:center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	margin:0px;
	background-position: center top;
}
#logos {
	width:234px;
	position:absolute;
	z-index:1000;
	left:50%;
	margin-left:-460px;
	top:0;
	background-image: url(../images/logoBox_back.png);
}

#container{
	width:736px;
	margin:0px auto;
	position:relative;
	background-image: url(../images/container_background.png);
	background-repeat: repeat;
	padding-top:5px;
	top:0px;
	left:0px;
	}
#signup{
	width:800px;
	margin:0px auto;
	padding:10px 0px;	
	font-size:1.1em;
	text-align:right;
	font-family:Tahoma, arial, Geneva, sans-serif;
	font-weight:bold;
	}
#signup a:link, #signup a:visited{
	padding:3px 10px;
	border:1px solid #fff;
	background-color:#900;
	color:#fff;
	margin-left:10px;
}

#signup a:hover, #signup a:focus{
	background-color:#000;
	color:#F00;

}
#header {
	width:595px;
	position:absolute;
	z-index:50;
	margin-left:-90px;
	background-color:#fff;
	color:#000;
	padding-left:230px;
	text-align:left;
	margin-top:-5px;
}
#header ul {
	list-style:none;
}

#header ul li {
		display:inline;
}

#header a.mainNav:link, #header a.mainNav:visited {
	font-family:Tahoma, arial, Geneva, sans-serif;
	text-decoration:none;
	color:#000;	
	display:block;
	width:80px;
	float:left;
	text-align:center;
	font-size:.9em;
	line-height:1.1em;
	padding:5px 0px;
	border-right:1px solid #ccc;
}
#header a.mainNav:hover, #header a.mainNav:focus {
	color:#F00;
	background-color:#000;
}

#header img {
	padding-left:5px;	
}
#footer {
	width:736px;
	margin:0px auto;
	font-size:1em;
}
#footer a {
	text-decoration:none;	
}
#footer ul {
	list-style-type: none;	
	margin-top:10px;
}
#footer li {
	display:inline;
	padding:0px 3px;
}
#footer p {
	margin-top:10px;	
}
a:link, a:visited{
	color:#fff;
	text-decoration:none;
	
}
a:hover, a:focus{
	color:#FF0;
}

.yellowtxt, a.linkYellow, .smTxtColor{
	color:#FF0;
	font-weight:bold;
}
.smTxt, .smTxtColor {
	font-size:.8em;
	font-weight:normal;
}

.listings {
	margin-left:20px;
}
.listings li {
	margin-bottom:5px;	
}
#main {
	background-image: url(../images/dark_background.png);	
	text-align:left;
	margin:0px auto;
	width:600px;
	padding:80px 40px 40px 40px;
}
#main h1, main2 h1 {
	margin-bottom:20px;
	font-size:1.5em;
}
#main2 {
	
	width:696px;
	padding:20px;
		text-align:left;
	margin:0px auto;

	
}
