/*Luminet StyleSheet*/


html{
   	FONT-FAMILY:  Arial;
    font-size: small;
	height:100.01% ;
	background: #000000;
	
}

body { 
  	margin: 8px 0 0 0;
    color: #CCCCCC
	 		
}

#container {
	clear: both;
	height:auto !important; 
	height: 700px; 
	min-height:100%;
	padding: 0px;
	width: 660px;		
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border:solid 4px #F4238E; 
}


#headertop{
	width: 660px;
	height: 201px;
	background-color: #000000;
	text-align: center
}

ul{
   	list-style: url(../images/list.jpg);
	line-height: 1.8;
	font-size: 95%	
}


/*header menu*/


.clear{
clear: both
}



h1{
	font-weight: bold;
	text-align: center;
	font-size: 140%;
	color: #F52191;
	padding-top: 20px;
	}
	
	
h2{
	font-weight: bold;
	text-align: center;
	font-size: 140%;
	color:#F52191;
	margin:0px;
	padding-top: 20px;
	}


/*content area*/
#content{	
	margin:0px;
	clear: both;
	float: left;
	padding: 10px 50px 20px 50px;
	width: 560px;
	background-color: #000000
}


#content p{
	font-size: 90%;
    line-height: 1.6;
	color: #999999;
	text-align: justify
}


#content .cent{
	font-size: 90%;
    line-height: 1.6;
	color: #999999;
	text-align: center;
}
#content .txtredbold{
	color: #F52191;
	font-weight: bold
}


.imgleft{
   	 text-align: left;
	 float:left;
	 margin: 0px;
	 margin-right: 20px
}

.imgcenter{
   	 text-align: center;
	 float:center;
	 margin: 0px;
}


.imgright{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 20px
}	
	
.imghome{
   	 text-align: right;
	 float:right;
	 margin: 0px;
	 margin-left: 6px
}


/* links*/

a:link, a:active, a:visited {
   color: #F52191;
   font-size: 100%;
   text-decoration: underline;
   font-weight: bold
}


a:hover {
   color: #FFFFFF;
   text-decoration: underline;
   font-weight: bold
}













/* footer*/

#footer {
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 680px;
	background-color: #000000; 
	font-weight: normal;
	padding: 4px 12px 0px 0px;
	text-align: right
}
#footer P{
	font-size: 80%;
	color: #E3178E;
	text-align: right
}

#footer a:link, #footer a:active, #footer  a:visited {
	color: #E3178E;
	font-weight: normal;
	font-size: 100%;
	text-decoration: none;
	text-align: right
}

#footer a:hover {
	text-decoration: underline;
	text-decoration: none;
	color: #21409A
}


/*  end footer*/




	