html {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	color: #333333;
}
body {
	margin: 0px;
	padding: 0px;
	background: #CC0000;
}
#banner {
	background: url(../images/css-power-red_01.jpg) no-repeat;
	height: 130px;
	width: 800px;
}
#banner h1 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 36px;
	line-height: 130px;
}
.reaptingBg {
	background: url(../images/css-power-red_03.jpg) repeat-y;
}
#menu {
	margin: 0px auto;
	width: 700px;
	padding: 0px 0px 8px;
	font: 12px Arial, Helvetica, sans-serif;
}
#menu a:link, #menu a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
#menu a:hover, #menu a:active {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#content {
	margin: 0px auto;
	width: 700px;
}
* #content {
	font-size: 13px;
	line-height: 1.2;
}
#content h1 {
	font-size: 30px;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 12px;
	text-align: right;
	margin: 0px;
	padding: 6px 0px 0px;
	letter-spacing: 1.2px;
}
#content a:link, #content a:visited {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
}
#content a:hover, #content a:active {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
#footer {
	background: url(../images/css-power-red_05.jpg) no-repeat;
	height: 40px;
	width: 800px;
}
#copyright {
	text-align: center;
	color: #FFFFFF;
	font: 12px Arial, Helvetica, sans-serif;
}
#copyright a:link, #copyright a:visited {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#copyright a:hover, #copyright a:active {
	color: #cccccc;
	text-decoration: underline;
	font-weight: bold;
}
