
body {
margin:0;
padding:0;
background-color:#000000;
color:white;
}



#container {
	z-index:160; 
	position:absolute; 
	top:100;
	color:#D2D2D2; 
	font-family:Arial,Verdana,sans-serif;
	width:100%; 
	text-align:left;
	height:600px;
	background:transparent;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	font-size:12px;
	font-weight:normal;
	line-height:17px;
}


#header{
	background:transparent;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	position:absolute;
	left: 270px;
	top: 28px;
	width: 815px;
	font-size:11px;
	font-family:Arial,Verdana,sans-serif;
	text-transform: uppercase;
}

#menu{
	font-weight:bold;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	white-space:nowrap;
}

#menu li {
	display:block;
	float:left;
	margin:0;
	margin-right:25px;
	padding:0;
	position:relative;
}

#menu li a {
	color: #ffffff;
	text-decoration: none;
}

#menu .act a {
	color: #e03139;
}

#menu .inact a {
	color: #ffffff;
}

#menu li a:hover {
	color: #e03139;
}
/*---------*/
#menu .black{
	display:block;
	float:left;
	margin:0;
	margin-right:25px;
	padding:0;
	position:relative;
	color: black;
}

#menu  .black a {
	color: black;
	text-decoration: none;
}

/*---------*/
#footer{
	height:25px;
	width:1000px; 
	background:transparent;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	position:absolute;
	top: 575px;
}

#footer2{
	height:25px;
	width:1000px; 
	background:transparent;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	position:absolute;
	top: 675px;
}

.copyright{
	height:15px;
	text-align:right;
	color:#656565;
	border:0px solid red;
	font-size:7pt;
	font-family:verdana;
	position:absolute;
	left:780px;top:70px;
	
}

#content{
	position:absolute; 
	top:160px;
	left:250px;
	color:#D2D2D2; 
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:17px;
	width:100%; 
	height:600px;
	/*border:1px solid;*/
	background:transparent;
	background-attachment:scroll;
	background-color:transparent;
	background-image:none;
	background-position:0 0;
	background-repeat:repeat;
	display:table-cell;

}

.bulletlist{
	padding-left:10px;
}

