@charset "utf-8";
/* CSS Document */

/*
============================================================================
GENERAL
============================================================================
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
        background-color:#000;
       
	font-size:100%;
	font-size:1em;
	line-height:1em;
	
}

#container {
	background: #FFF ;
	border: solid 1px #FFFFFF;
	position:relative;
	text-align:left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	border: solid 2px #CCCCCC;
}

#header {
	background: #FFF url(site/nheader.jpg);
	position:relative;
	width:800px;
	height:178px;
	
}

#navigation {
	background: #FFF ;
	position:relative;
	width:800px;
	
	
}

ul#nav {
margin:0px;
padding:0;
list-style:none;
width:800px;
text-align:center;
}

ul#nav li {
display:inline
}

ul#nav li a {
text-decoration:none;
padding:5px 0px 20px;
width:130px;
background:#FFF;
color: #000;
font-weight: bold;
float:left;
text-align:center;
}

#alphabet {
	background: #FFF url(site/alphabet.jpg);
	position:relative;
	width:800px;
	height:25px;
	
}

#maincontent {
	font-size:.94em;
	width: 760px;
	padding-left:20px;
	padding-right:20px;
	text-align: center;
	position:relative;
}

#footer {
	background: #FFF url(site/nfooter.jpg);
	position:relative;
	width:800px;
	height:99px;
	
}
