body {
	text-align: center;
	margin: 0;
}

p {margin-top:0; padding: 0;}

td {
	font-size: 12px;
	line-height:16px;
	font-family: Arial, Helvetica;
	color: #330000;
}

.footer {
	font-size: 9px;
	line-height:16px;
}

.small {
	font-size: 11px;
	line-height:16px;
}

.title {
	font-family: Times;
	font-size: 19px;
	line-height:30px;
}

.subtitle {
	font-family: Times;
	font-size: 15px;
	line-height:20px;
}

.big {
	font-family: Times;
	font-size: 15px;
	line-height:22px;
}

.sub:hover {
	text-decoration: underline;
}

.main {
	color: #8E1F1E;
}

.white {
	color: #ffffff;
}
a:hover {
	color: #330000;
}

div#container {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
}

div#wrapper {
	position: relative;
	width: 950px;
}


div#header {
	position: absolute;
	width: 950px;
	height: 400px;
	top: 5px;
	padding-top: 0px;
	z-index: 30;
} 


div#main {
	position: absolute;
	width: 950;
	top: 405px;
	left: 0px;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
}

div#footer {
	position: absolute;
	width: 950px;
}


* {
	text-decoration: none;
} 

html {
	height: 100%;
}

#marqueecontainer{
	position: relative;
	width: 210px; /*marquee width */
	height: 319px; /*marquee height */
	overflow: hidden;
}

ul	{list-style-type: square; padding: 0; margin: 0; margin-left:20px;}

