/* ------ BROWSER NORMALITY ------ */
body, div, dl, d, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0; 
	padding: 0;
}
ol,ul{
list-style: none;
}

/* ------ BODY ------ */
body {
    height:100%; /* this is the key! */
	background:#4a0a10 url(images/bgImage.jpg) repeat-y center;
}
p { 
	line-height: 2em; 
}
/* ------ LINKS ------ */
A:link {
	color: #911520;
	text-decoration: none;
	font-weight: bold;
}
A:visited {
	text-decoration: none;
	color: #911520;
	font-weight: bold;
}
A:active {
	color: #911520;
	text-decoration: none;
	color: #911520;
	font-weight: bold;
}
A:hover {
	text-decoration: underline; 
	color: #660f17;
	font-weight: bold;
}

.rollover a {
display:block;
width: 178px;
padding:10px 10px 10px 1px;
font: bold 12px sans-serif;;
color:#FFFFFF;
background: url("images/rolloverImage.gif") 0 0 no-repeat;
text-decoration: none;
}
.rollover a:hover { 
background-position: 0 -35px;
color: #0FFFFFF;
}

/* ------ PAGE STYLE ------ */
div#content {
	position: relative;
	width: 100%;
}
div#contentmid {
	left: 0%;
	width: 100%;
	padding: 1em 0;
	float: left;
}
div#contentdata {
	background-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	display:block;
	width: 755px;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	vertical-align: top;
}
div#title {
	vertical-align: middle;
}

td{
	vertical-align: top;
}

h2{
	color: #D92132;
	font-size: 22px;
}