body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/background.jpg);
	background-repeat:repeat;
}

.frame {
	margin-top: 0px;
	margin-bottom: 0px;
	width: 825px;
}

.bodyback {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(images/innerbackground.jpg);
	background-repeat: repeat-y;
	width: 825px;
	height: 100%;
	
}


a {
	color: #0000CC;
	text-decoration: none;
}

a:hover {
	color: #3300CC;
	text-decoration: underline;
}

.navigation {
	background-image: url(navigation/buttons.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 25px;
	line-height: 30px;
	width: 825px;
}

.home {
	width: 200px;

}

.lefttext {
	float: left;
	color: #000000;
	text-align: justify;
	padding-left: 35px;
	padding-right: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 365px;
}

.text {
	float: left;
	color: #000000;
	text-align: justify;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 725px;
}

.righttexet {
	float: right;
	color: #000000;
	text-align: justify;
	padding-left: 15px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 5px;
	width: 360px;

}



.footer {
	float: left;
	width: 825px;
	color: #000000;
	font-size: 10px;
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
}

.footer a {
	color: #660000;
	text-decoration: none;
}

.footer a:hover {
	color: #3300CC;
	text-decoration: underline;
}