html {
     overflow: -moz-scrollbars-vertical;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background: #000000 url(../images/Background.png) center repeat-y;	
	color: #000000;
}

ul {
	margin-top: 0px;
}

li {
	color: #EAC100;
}


img {
	border:0;
}

/* Floaters */
.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

/* Structure */

div#container {
	position: relative;
	width: 740px;
	margin: auto;
	min-height: 100%;
	background: #FFFFFF;	
}

div.content {
	padding: 0px 30px 5px 30px;
}

div.center {
	text-align: center;
}


/* Remove outlines in FF */
:focus { -moz-outline-style: none; }

a:hover {
	color: #E82F2D;
	text-decoration:none;
}

a {
	color: #B80F0C;
}

p {
	margin-top: 10px;
 	margin-bottom: 0px;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #B80F0C;
}

h1 strong {
	font-size: 21px;
	font-weight: bold;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	margin-top: -3px;
	margin-bottom: 5px;
	color: #C17D00;
}

h3 {
	font-size: 17px;
	font-weight: bold;
}
