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

html, body {
	width:100%;
	background:#000;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

#backer {
	width:912px;
	height:578px;
	background:url(../images/back2.jpg) 0% 0% no-repeat #000;
	position:realtive;
	top:0px;
	margin-left:-260px;
}

#wrapper {
	width:1000px;
	height:100%;
	position:absolute;
	left:50%;
	margin-left:-500px;
}

#header {
	width:980px;
	height:95px;
	background:url(../images/bar.png) center bottom no-repeat;
	position:absolute;
	top:0px;
	left:0px;
	padding:100px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#fff;
}

#content {
	width:1000px;
	position:absolute;
	top:200px;
	left:0px;	
}

#leftMod {
	width:260px;
	float:left;
	padding:10px 10px 10px 10px;
}

#centerMod {
	width:700px;
	float:left;
}

ul.nav {
	list-style:none;	
	margin:0px;
	padding:0px;
}

ul.nav li {
	line-height:30px;	
}

ul {
	padding-top:12px;	
}

a, a:link, a:visited {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:16px; 
	color:#CCC;
	text-decoration:none;
	outline:none;
	text-shadow:5px 5px 5px #000;
}

a:hover {
	color:#fff;
}

#copyright {
	font-size:9px;
	position:absolute;
	bottom:65px;
	right:0px;
	color:#666;	
}

input {
	width:140px;
	height:25px;
	padding:0px 0px 0px 10px;
	display:block;
	margin:0px 0px 5px 0px;
	background:url(../images/inputback.png) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	border:solid 1px #fff;
}

textarea {
	width:140px;
	height:90px;
	padding:10px 0px 0px 10px;
	display:block;
	margin:0px 0px 5px 0px;
	background:url(../images/tareaback.png) 0 0 no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666;
	border:solid 1px #fff;
}

.subBut {
	width:152px;
	height:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	background:url(../images/subBut.png) 0 0 no-repeat;	
	text-align:center;
	padding:0px 0px 5px 0px;
	border:solid 1px #666;
}

.quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	color:#3e7c94;	
}

.heading {
	height:5px;
	color:#3e7c94;
	font-weight:bold;
	margin-bottom:10px;
	display:block;
	font-size:16px;	
}