* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial;
	background:#8c1212 url('images/bg.png') repeat-x center top;
}  

#wrapper {
}

h1, h2, h3, h4, h5, h6 {
}

p {
}

a {
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

small {
}

abbr, acronym { /* Also see .abbr class for a span used by IE */
}

blockquote {
}

cite {
}

em {
}

strong {
}

form {
	background-color: #fff;
	padding: 20px;
}

fieldset {
}

legend {
}

label {
}

input {
	margin: 5px;
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

table{
	background-color: #fff;
}

#header {
	height: 167px;
	width: 910px;
	margin: 0 auto;
}

#header img{
	float: right;
}

#content {
	width: 994px;
	margin: 0 auto;
	padding: 20px;
}

#sidebar {
}

#navigation {
}

#footer {
	text-align: center;
	color: #fff;
	margin: 30px 0 30px 0;
	font-size: 9pt;
	font-style:italic
}

.bold {
}

.italic {
}

.hidden {
}

.offset { /* would be position : abosolute; top : -9000px;
                                 left : -9000px; */
}

.highlight { /* useful for adding spot colors */
}

.tiny { /* use small element to make small, but for styled-only
                               small text, this is class. */
}

.error {
}

.abbr { /* use with a span to style abbr for IE as abbr isn’t
                                supported */
}