* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 10pt;
	color: #000000;
}

#main {
	margin-left: auto;
	margin-right: auto;
	width: 982px;
}

#main #header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 236px;
}

#main #left {
	width: 206px;
	vertical-align: top;
}

#main #left .box {
	text-align:center;
	background-color: #ffffff;
	margin: 5px 10px 15px 10px;
	color: #1a306c;
}

#main #left .top {
	height: 28px;
	background-image: url('../images/ad-top.jpg');
}

#button {
	width: 555px;
	height: 65px;
}

#table {
	width: 530px;
	height: 35px;
	line-height: 35px;
	color: #797973;
	text-align: center;
}


#main #right {
	width: 206px;
	vertical-align: top;
}

#main #right .top {
	height: 28px;
	background-image: url('../images/ad-top.jpg');
}

#main #right .top a {
 	color: #ffffff;
 	text-decoration: none;
 	font-weight: bold;
 	margin-left: 15px;
}
 

#main #right .menu {
	list-style-type: none;
	margin: 5px 10px 15px 10px;
}

#main #right .menu li {
	background-color: #c0d3f3;
	margin: 4px 0 4px 0;
	padding: 1px 2px 1px 8px;
}

#main #right .menu a {
	color: #1a306c;
	text-decoration: none;
}

#main #right .menu a:hover {
	font-weight: bold;
}

#main #content {
	vertical-align: top;
	padding: 1px 8px 20px 8px;
}

#main #content h1,
#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	background-image: url('../images/h1.jpg');
	background-repeat: no-repeat;
	height: 28px;
	padding: 0 0 0 10px;
	line-height: 20px;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
}

#main #content h2,
#main #content h3,
#main #content h4,
#main #content h5,
#main #content h6 {
	margin-top: 25px;
}

#main #content p {
	margin: 10px;
}

#main #content a {
	color: #4d74c1;
}

#main #footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	height: 55px;
	text-align: center;
}

#main #footer a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}