* {
	padding: 0;
	margin: 0;
}

body {
	font: normal 11px verdana;
	color:#ffffff;
	background: url('../images/page-bg.gif') repeat-x top #990000;
	padding: 0px;
	line-height: 20px;
}

a:link { color: #dddddd; text-decoration: underline;}
a:visited { color: #CECECE;text-decoration: underline;}
a:hover {color: #ffcc00; text-decoration: none;}

divt {
	border : solid #000 1px;
}

img {
	border:none;
	float: right;
	padding-left: 20px;
	padding-bottom: 15px;
}

h1 {
	color: #ffcc00;
	font-size: 160%;
	padding-bottom: 20px;
	padding-top: 10px;
}
h2 {
	color: #ffcc00;
	font-size: 130%;
	padding-bottom: 10px;
	padding-top: 20px;
}
h3 {
	color: #ffcc00;
	font-size: 120%;
	padding-bottom: 10px;
	padding-top: 20px;
}
h4 {
	font-size: 13px;
	padding-top: 14px;
	font-weight: normal;
}

hr {
margin: 10px 0;
	}
	
#pagewrapper {
	width: 840px;
	margin: 0px auto 0px auto;
}
#header {
	width: 800px;
	padding: 0px 20px;
	height: 97px;
}

#content {
	background: url('../images/content-bg.gif') repeat-y;
	width: 800px;
	padding:40px;
	padding-top: 25px;
}
#content p {
	padding-top: 14px;
}
#content p.quote {
	color: #FFCC00;
	width: 300px;
}
#content p.quote2 {
	color: #FFCC00;
	width: 500px;
	font-size: 10px;
}
#content p.space {
	padding: 25px 0px 15px 0px;
}

#menu {
	width: 220px;
	float: left;
}
#menu ul li {
	list-style: none;
	display: block;
}
#menu a {
	display: block;
	width: 220px;
	height:26px;
	color: #FFcc00;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 10px 0px 5px;
	margin: 2px 2px 2px 2px;
}
#menu ul a.current {
	color: #ffffff;
}
#menu a:hover {
	color: #FFE063;
	text-decoration: none;
}

#main {
	width: 505px;
	float: right;
	padding: 0px 60px 0px 10px;
}

#footer {
	width: 840px;
	margin: 0px auto 0px auto;
	text-align:right;
}

#footer {
	color: #CC3333;
}

#footer a {
	color: #CC3333;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}

.clear {
	margin-bottom:-1px;
	height:1px;
	font-size:1px;
	clear:both;
}

