@charset "utf-8";
/* CSS Document */
body {
	background: url(images/bg.png); 
	background-repeat: no-repeat; 
	background-position:top left;
}

h1 {
	color: #FF9900; 
	text-decoration: underline;	
	text-align: center;
}

h2 {
	color: #FF6600;	
	text-align: center;
}

h3 {
	color: #FFCC33;	
	text-align: center;
}

h3 a {
	color: #FF6600;	
	text-align: center;
}

p {
	text-align: left;
	text-indent: 20px;
}

.red {color: #FF0000;}

.blue {color: #0000FF;}

.line {text-decoration: underline;}

#wrapper {
	width: 800px;
	margin: 10 auto;
}
.center {
	text-align: center; 
}
.center img{
	border: 0;
}

#hr {
	margin: 0 auto;
	background-image: url(images/hr.png);
	background-repeat: no-repeat;
	height: 52px; width: 100px;
}
#footer p{
	text-align: center;
}
#footer p a {
	font-size: 10px; color: #333333;
}