
body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #666;
	background-color: #ffffff;
}

body.main {
	background-color: #000;
}
	


#main_logo {
	position: absolute;
	left: 50%;
	top: 30%;
	margin-left: -200px;
	margin-top: -108px;
}

#main_menu {
	position: absolute;
	width: 700px;
	margin-left: -350px;
	height: 2em;
	left: 50%;
	bottom: 10%;
}

#menu {
	width: 700px;
	height: 2em;
	text-transform: uppercase;
	font-size: x-small;
	background-image: url('../images/binum_ruler.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0 auto;
}
	
#inner_menu {
	position: absolute;
	left: 60px;
	top: 120px;
	text-transform: uppercase;
	font-size: normal;
	font-weight:bold;
	
}




a {
	color: #666;
	text-decoration: none;
}

#inner_menu a:hover {
	background-color: #015eb0;
	color: #fff;
}

#inner_menu a:visited {
	color: #999;
}

#inner_menu a:active {
	background-color:#990000;
	color: #fff;
}

#contents {
	position: absolute;
	left: 0;
	top: 140px;
	width: 90%;
	margin: 0;
	padding: 5%;
	padding-top: 1%;
    background-color: #ffffff;
}

#contents a {
	color: #0000;
}

#contents a:visited{
	color: #00b0f6;
}

#contents a:hover {
	color: #00b0f6;
	background-color: #fff;
}

#contents iframe {
	margin: 1em 0;
}

#contents li {
	list-style-type: square;
}


address {
	font-style: normal;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
}

#logo {
	position: absolute;
	top: 10px;
	left: 60px;
		text-align: left;
}

#logo img {
	border: 0;
}
