/* CSS Document */

body {
	margin: 10px 0px 10px;
	padding: 0;	
	background-color:#cccccc;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}

body>#header,
body>table,
body>#footer{
	margin:0 auto;
	width: 800px;
	margin:0 auto;
}
/* ----------------------------- header */
#header {
    width: 800px;
	height: 220px;
	margin: 0px;
	text-indent: -9999px;
	background: url('../images/header_logo.gif?') no-repeat;
}
#NewAboutAs{
	position:absolute;
	background-repeat: no-repeat;
	width:72px;
	height:53px;
	top:36px;
	left:60px;
}
/* ----------------------------- menu */
#menu{
	overflow:visible;
	width:100%;
}
#list {
	position: absolute;
	width: 100%;
	top: 55px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#list .style4{
	width:750px;
	margin: 24px auto;
}
#list a:link,a:visited {
    color: #666666;
	text-decoration: none;
}
#list a:hover,a:active {
    color: #FF7878;
	text-decoration: none;
}
/* ----------------------------- contents */
.reverse:hover{
opacity: 0.5;
}

/* ----------------------------- link */
a:link {
    text-decoration: none;	
	color: #666666;
}
a:hover {
    color: #FF7878;
}
/* ----------------------------- footer */
#footer {
	width: 800px;
	height: 20px;
	background-image:url(../images/footer_bg.jpg);
}
#footer #copy {
    margin-top: 0px;
	text-align: center;
}
