html, body, h1, h2, h3, h4, ul, li, p { margin: 0; padding: 0;}
html {
	background: #000;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma, "Trebuchet MS";
	color: #000;
	font-size: small;
	width: 750px;
	margin: 0px auto;
}
#wrapper {
	background: #FEFAFA url(images/redblack_03.png);
	height: 100%;
}
#container {
	background: url(images/redblack_02.png) no-repeat center top;
}
#content {
	width: 615px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
	overflow: visible;
}
blockquote {
	margin: 3px 50px 0 22px;
	padding: 8px 12px 10px 12px;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E0B2B2;
	border-right-color: #D28E8E;
	border-bottom-color: #990000;
	border-left-color: #E0B2B2;
}

#main {
	width: 445px;
	padding: 5px 0 0 0;
	float: left;
}
#main p{
	padding: 0 30px 8px 12px;

}
#main h2 {
	padding: 12px 30px 8px 8px;
}
#sidebar {
	width: 170px;
	padding: 5px 0 0 0;
	float: right;
}
#sidebar p {
	padding: 0 10px 8px 28px;
}
#sidebar h2 {
	padding: 12px 5px 10px 24px;
	font-size: 130%;
}
#footer {
	background: #830404 url(images/redblack_04.png) no-repeat;
	height: 154px;
	bottom: 0 !important;
	margin: 0 auto;
}
#footer p {
	padding: 40px 0 0 120px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: left;
}
h1 {
	width: 750px;
	height: 146px;
	position: relative;
	background-color: #830404;
	background-image: url(images/redblack_01.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
h2, h3, h4, h5 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
}
h2 {
	font-size: 180%;
}
h2:first-letter {
	color: #830404;
	font-size: 110%
}
h3 {
	font-size: 130%;
}
ul {
	padding: 5px 60px 8px 28px;
	list-style-type: none;
}
li {
	padding: 0 0 2px 5px;
	margin: 0 0 0 8px;
	list-style-image: url(images/button.gif);
}
a {
	color: #336699;
	text-decoration: none;
}
.hidden {
	position:absolute;
 	left:0px;
 	top:-500px;
 	width:1px;
 	height:1px;
 	overflow:hidden;
 }
 .tagline {
	color: #000;
}

	

