/* CSS Document */

* {
margin:0;
padding:0;
}

body {
background:url(image/homebg.gif) repeat-x top left #000000;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

h1 {
font-size:14px
}
#container {
	position: absolute;
	left: 50%;
	width: 990px;
	margin-left: -495px;
	height: 600px;	
}

#mainflash {
background:none;


padding: 0;
	margin: 0;
width:745px;
height: 600px;

clear:both;

}
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-stretch:extra-condensed;
	font-size:12px;
	color:#505050;
	position:absolute;
	left:305px;
	top: 426px;
	height:99px;
	width:152px;
	z-index: 2;

}

#menu ul{

list-style:none;
margin:0;
padding:0;
}

#menu a {
     padding: 0 10px;
     width: 130px; 
     height: 16px;
     display: block;
     text-align: left;
     
     text-decoration: none;
     color: #000;
     background: url(image/menubg.gif) no-repeat left center;
	 background-position: 0px -10px;
	 
	 }
	 #menu .current {
	      padding: 0 10px;
     width: 100px; 
     height: 16px;
     display: block;
     text-align: left;
	 font-weight:bold;
     
     text-decoration: none;
     color: #000;
     background: #fff url(image/menubg.gif) no-repeat left center;
	 background-position: 0px 4px;
	 }
	#menu a:hover { 
background-position: 0px 4px;
font-weight:bold; }

#footer{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
color:#aeaeae;

}
a {
text-decoration:none;
color:#c2156a;
}

a:hover {
color:#FFFFFF;
}


#header {
	position: absolute;
	left: 177px;
	top: 568px;
	color: #FFFFFF;
	width: 628px;
	text-align: center;
}
#header p {
	font-size: 9px;
}
