html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	margin-top: 10px;
	background-color: #000000;
}
img {
	border: none;
}
a {
	color: #FF0000;
	text-decoration: none;
}
.logo {
	height: 159px;
}
.menu {
	padding-bottom: 10px;
	padding-top: 10px;
	width: 190px;
	background-color: #666666;
	font-family: arial;
	font-size: 16px;
}
.menu a {
	padding: 2px;
	padding-left: 10px;
	display: block;
	color: #DDDDDD;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}
.menu a:hover {
	background-color: #999999;
}
.main {
	width: 556px;
	height: 600px;
	padding: 10px;
	background-color: white;
	font-family: arial;
	font-size: 15px;
	text-align: justify;
}
.header {
	padding-left: 10px;
	width: 519px;
	height: 21px;
	padding-top: 5px;
	margin: 0px;
	background-image: url('/images/bg-heading2.jpg');
	color: #F6D009;
	font-size: 14px;
	font-family: arial;
	font-weight: bold;
	text-transform: uppercase;
}
.footer {
	padding: 10px;
	color: white;
	text-align: center;
	font-family: verdana;
	font-size: 12px;
}