body {
	background-color:#63042A;
/*ackground-image:url(../images/bg.gif);
	background-repeat:repeat-y;*/
	margin:0px;
	font-size:16px;
}

h1
{
	color:#63042A;
	font-size:22px;	
}

h2
{
	color:#63042A;
	font-size:16px;	
}

a:link, a:visited, a:active
{
	color:#000000;
	text-decoration:none;
}

a:hover
{
	color:#000000;
	text-decoration:underline;
}

#footer
{
	background-color:#FFFFFF;
	background-image:url(../images/footer-bg.gif);
	position:relative;
	margin:0px;
	width:800px;
	text-align:center;
	color:#777777;
	font-size:9px;
	border-bottom:1px solid #000000;
}

#footer a:link, #footer a:visited, #footer a:active
{
	color:#777777;
	text-decoration:none;
}

#footer a:hover
{
	color:#777777;
	text-decoration:underline;
}

#bottomnav
{
	position:relative;
	bottom:0px;
	width:800px;
	text-align:center;
	color:#999999;
	font-size:10px;
}

#bottomnav a:link, #bottomnav a:visited, #bottomnav a:active
{
	color:#777777;
	text-decoration:none;
}

#bottomnav a:hover
{
	color:#777777;
	text-decoration:underline;
}