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

body {
	background-color: #000000;
	background-image:url(bcg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	text-align:justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#aaaaaa;
	margin:0;
	padding:0;
}

img{
	border:none;
}

h1{
	color:#ccc;
	font-size:12px;
	text-align:left;
}

h2{
	text-align:center;
	font-weight:bold;
	font-size:12px;
}

h3{
	text-align:right;
	font-weight:normal;
	font-size:12px;
}

h4{
	text-align:center;
	font-size:10px;
	font-weight:normal;
}

h5{
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

h6{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
	
a{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

hr{
	border:thin dashed #666666;
}

#wrapper{
	margin:0 auto;
	min-height:100%;
	width:830px;

}

#header{
	width:830px;
	
}

#rightDiv{
	width:200px;
	float:right;
	padding:15px;
	text-align:left;
}
	
#content{
	width:560px;
	float:left;
	padding:10px;
	padding-bottom:20px;
}

#footer{
	width:830px;
	float:left;
	text-align:center;
}

.vis{
	display:none;
}

#frm{
	border:dashed thin #666666;
	padding:5px;
	text-align:center;
	font-size:10px;
}
.btn{
	color:#CCCCCC;
	background-color:#000000;
	border:solid thin #666666;
	font-size:11px;
	padding:1px;
}
.txtcon{
	background-color:#000000;
	border:solid thin #666666;
	color:#cccccc;
	font-size:11px;
}