@charset "utf-8";
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #000;
	}
#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 760px;
	background-image: url(images/rainbow.png);
	height: auto;
	margin: 0;
	position: relative;
}
#middle {
	width: auto;
	margin: 0;
	padding: 10px 20px 10px 20px;
	text-align: center;
	background-color: #FFF;
}
#footer {
	width: 760px;
	margin: 0;
	font-size: 10px;
	text-align: center;
	padding-bottom: 20px;
	background-color: #FFF;
}
h1 {
	font-size: 24px;
	color: #C00;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	padding-left: 200px;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
ul {
	color:#009;
	padding-left: 150px;
	text-align: left;
}
body {
	background-color: #0F1E31;
	background-image: url(../images/bkgd.png);
	background-repeat: repeat-x;
}
