body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color : #ccc6c6;
	color : #000000;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover	{
	text-decoration: underline;
}
#main {
	width: 1040px;
	position: absolute;
	left: 50%;
	margin-left: -520px;
	font-family : Verdana, Arial, Helvetica;
	font-size : 80%;
	background: white;
}
#logo {
	width: 150px;
	height: 70px;
	margin-top: 40px;
	margin-left: 870px;
}
#banner {
	width: 1000px;
	height: 200px;
	margin-left: 20px;
	margin-top: 40px;
	background: blue;
}
#contents {
	border: 1px solid gray;
	width: 615px;
	margin-left: 363px;
	margin-top: 40px;
	overflow-y:auto;
	padding: 20px;
	text-align: justify;
	color: #898989;
	font-size: 12px;
	margin-bottom: 10px;
}
#contents h1 {
	text-align: right;
	font-size: 15px;
	margin-bottom: 30px;
	color: #E72D28;
}
#contents a, .red {
	color: #E72D28;
}
#menu {
	position: absolute;
	width: 300px;
	top: 390px;
	left: 20px;
}
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul {
	margin: 0 0 10px 0;
}
#menu li a {
	background: #E72D28;
	color: white;
	font-weight: bold;
	padding: 3px;
	margin-bottom: 5px;
	display: block;
}
#menu li a:hover {
	background: gray;
	text-decoration: none;
}
#copyright {
	text-align: right;
	margin-right: 20px;
	font-size: 9px;
	color: #a0a0a0;
}
#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer img {
	margin-left: 50px;
	margin-right: 50px;
	opacity: 0.5;
}
#footer img:hover {
	opacity: 1;
}