@charset "UTF-8";
/* CSS Document */
html { height: 101%;}

body {
	background-color:#000;
	color:#FFF;
	text-align:center;
	padding-top:70px;	
	
}

#wrapper{
	width: 800px;
	height: 600px;
	margin:0 auto;
	/*border:1px solid #666;
	border-color: #666
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;*/
}
#header{
	float: left;
	padding-left:22px;	
}
#main {
/*position: relative;*/
width: 800px;

}
#wrapper #main #navi ul li a strong {
	color: #e26772;
}
#wrapper #main #text a  {
	color: #e26772;
	text-decoration:none;
}
#navi{
	/*position: relative;*/	
	float: left;
	width: 200px;;
	font-size: 16px;
	color: #afafaf;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:20px;
}

#navi ul {
	list-style:none;
	padding-bottom:20px;	
	
}

#navi ul li{
	
	
}

#navi ul li a {
	font-size: 100%;
	display: block;
	color:#CCC;
	text-decoration:none;
	padding-top:10px;
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom:13px;
	padding-left:5px ;
	font-weight: bold;	
}
#navi ul li a:hover {
	font-size: 100%;
	color:#93212c;
	background-color: #cdc7c7;
	margin-top: 10px;
	margin-bottom:10px;
	padding-top: 10px;
	padding-bottom:13px;
	padding-left:5px ;

	
}
#text {
	/*position: relative;	*/
	width: 600px;
	float: left;
	padding-top: 48px;
	padding-left: 95px;
	padding-bottom: 50px;
	width: 50%;
	color:#d8d8d8;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 80%;
	letter-spacing: 2px;
	line-height: 20px;
	word-spacing: 2px;
	font-weight: bolder;
}
#text2 {
	clear: both;
	color: black;
}

#footer {
	clear: both;
	background-color:#393434;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	color:#666
	

}
.Text-Highlight {
	text-transform: uppercase;
	color:white;
}
