/* CSS Document */

body {
	background-color:#6C6C6C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E4A5B1;	
	}
	
body a {
	color: #CC9966;
	font-weight: bold;
        text-decoration: none;
	}
	
body a:hover {
	color: #E3C9AE;
        font-weight: bold;
        text-decoration: none;
	}

#header {
	height: 230px;
	background-color: #6C6C6C;
	margin-top:0px;
	text-align: center;
	}
	
#menu a {
	color: #CC9966;
	font-weight: bold;
        text-decoration: none;
	}
	
#menu a:hover {
	color: #E3C9AE;
	font-weight: bold;
       text-decoration: none;
	}

	
#menu {
	background-color: #6C6C6C;
	height: 50px;
	position:relative;
	font-size:12px;
	color: #DD919E;
	margin-top: -10px;
	
	}
	
#main {
	background: #6C6C6C;
	height: auto;
	width:auto;
	position: relative;
	}


#main h1 {
	font-size:18px;
	color:#BB9CBC;
	font-weight: bold;
	}	
	
#main ul {
	border:0; 
	margin:0; 
	padding:0; 
	list-style-type:none;
	}

#main li {
	margin:0; 
	padding:5px;
	}	
	
	
#list {
	text-indent: 25px;
	}
	
#footer {
	background-color: #333333;
	height:30px;
	position: relative;
	font-size:10px;
	color:#CC6666;
	text-align: center;
	}
	

