@charset "utf-8";
/* CSS Document */

.centerthis { text-align: center; }

body {
	margin-top: 0px;
	background-color: #CCC;
	background-attachment: fixed;
	background-image: url(../images/lower-bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	background-color: #060;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
}


.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 680px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: normal;
	font-weight: bold;
	color: #FFF;
	background-color: #063;
	position: relative;
	top: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 25px;
	padding-left: 5px;
	border: 1px solid #F93;
}

.text2 a { color: #FF3; 

}

.text2 a:hover {
	color: #6FF;
	line-height: normal;

}

