body {
	background-image: url(images/back2.jpg);
}

.main {
	position: absolute;
	left: 225px;
	top: 25px;
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
	color: #FFFFFF;
	padding: 0px 0px 15px 15px;
}

.index {
	text-align: center;
}

.main h1 {
	color: #ffffff;
	font: bold 150% Times, serif;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.main h2 {
	color: #ffffff;
	font: bold 100% Times, serif;
	padding: 0px 0px 5px 0px;
	text-align: center;
}

.main img {
	padding:20px 10px 5px 10px;
}

.menuLogo {
	position: absolute;
	left: 0px;
	top: 5px;
}

#menuLinks{
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 180px;
	left: 0px;
	top: 125px;
}

.usefulLinks{
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}

a:link, a:visited {
	font-weight: normal;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
}

a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

.usefulLinks a:link, .usefulLinks a:visited {
	font-weight: normal;
	font-size: medium;
	color: #FFFFFF;
	text-decoration: none;
}

.usefulLinks a:hover{
	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
}

#menuLinks a:link, #menuLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	font-weight: bold;
	font-size: medium;
	padding: 3px 0px 3px 10px;
	color: #000099;
	text-decoration: none;
}

#menuLinks a:hover {
	border-top: 1px solid #cccccc;
	background-color: #0033FF;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFD8;
}

.images img {
	padding: 0px 5px 0px 5px;
}