@import url("reset.css");
@import url("layout.css");
html, body {
	height: 100%;
}
body {
	width: 100%;
	text-align:center;
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color: #99CCFF;
}
h1 {
	color:#000000;
	font-size:15px;
	text-transform:uppercase;
	text-align: left;
	font-weight:normal;
	}
h2 {
	color:;
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	font-weight: 500;
	}
h3 {
	color:#ffffff;
	font-size:15px;
	text-transform:uppercase;
	text-align:left;
	font-weight:normal;
	}
