body{
    font-family: Georgia ;
    font-size: 2em;
	letter-spacing: -1px ;
    color: #666666;
    background: #000000;
	background-repeat:no-repeat;
	border:none;
	margin:0px;
    text-align:center;
	width:100%;
	max-width: 100px;
}
#items{
	display:inline ;
	position:relative;
	top:12px;
	word-spacing:-7px;
}
#menu{	
	transform: rotate(-2deg) ;
	-webkit-transform: rotate(-2deg) ; 
	-moz-transform: rotate(-2deg) ; 
	-o-transform: rotate(-2deg) ; 
	-ms-transform: rotate(-2deg) ; 
	}
.dark
{
	color: #595454 ;
	font-weight:100 ;
}
.light
{
	color: #736F6E ;
	font-weight:bolder;
}
a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
a:hover {
    color: #FFFFFF;
	cursor:pointer ;
}
span.red {
	color: #A60C06;
	text-transform: none ;
	font-family: Garamond;
	font-size: 1.4em ;
	letter-spacing: 1.5px ;
}
span.italic{
	font-style: italic ;
}
#home_top{
	text-align:center;
}
div.bottom{
	width:96%;
	position: absolute;
	bottom: 100px;
	text-align:center;
}	
#copy{
	letter-spacing: normal ;
	font-size:0.3em;
}

#about{
	font-size:1.8em;
	font-family: Georgia ;	
	margin:6%;
	width:86%;
	max-width:86%;
	text-align: center;
}
#about-text{
	width: 600px;
	word-wrap: break-word ;
	margin-left: 30% ;
}
#justify{
	text-align: justify ;
}
ul{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
	display: inline;
}
li {
	display: inline;
	margin: 0;
	padding: 0;
}
