
body {
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: Black;
}

#wrapper {
	width: 100%;
	margin: 0px auto;
	padding: 100px;
}

table {
	margin-right: auto;
	margin-left: auto; 
}

.bodylinks a {
	color:black;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;	 
 }
 
.bodylinks a:hover {
	text-decoration:underline; 
}

.naver {
	background-color: White;
	padding: 5px 0px 4px 0px;
	border: white ridge 4px;

}


/* navagation */

#nav-wrapper {
	font-size: 10px;
	text-align: left;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background-color: white;
	width: 666px;
	margin-right: auto;
	margin-left: auto;
}

td> #nav-wrapper {
	margin-left: 30px;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0;
	list-style: none;
	line-height: 1.8;
}

#nav a {
	width: 85px;
	w\idth : 85px; /* hack */
	display : block;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	border-top: 2px ridge black;
	border-bottom: 2px ridge black;
	background-image: url(../images/tab-button.gif);
	padding : 0px .5em;
	height: 18px;
}

#nav-wrapper>#nav a {
	border-right: 1px ridge black;
}

#nav a:hover {
	color : #000;
	border-top: 1px double #ededed;
	border-bottom: 1px double #ededed;
	background-image: url(../images/tab-button-over.gif);
}

#nav li { /* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 80px;
	left: -999em; 
	border-right: 1px solid black;
	border-left: 1px solid black;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
	
	
	
	
	
	
	
	
	

