@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
#header {
	background-image: url(../images/headerbg.png);
	background-repeat: no-repeat;
	height: 185px;
	width: 700px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
}
#contentbox {
	background-image: url(../images/contentbox.png);
	background-repeat: no-repeat;
	height: 357px;
	width: 700px;
	color: #2A1FAA;
	text-align: center;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #003366;
	text-decoration: none;
	padding-top: 8px;
	padding-left: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	height: 12px;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
