body {
  background:#FFFFFF url("bg.jpg") repeat-y top center;
	font-family:arial, san-serif;
	font-size:11px;
	font-weight:bold;
	letter-spacing:1px;
	color:#000000;
	}


a {color: #ABA4A4; text-decoration:none; font-weight:bold;}
a:visited {color:#ABA4A4; text-decoration:none; font-weight:bold;}
a:hover {color:#D00303; text-decoration:underline; font-weight:bold;}

.container
{
 margin: 0px auto;
 width:500px;
}

.red
{
 color:#D00303;
}

.title
{
 position:absolute;
 top:0px;
 width:500px;
 height:243px;
 margin-bottom:10px;
 background: url("top.gif") no-repeat top center;
}

/*
*html .title
{
 top:0px;
 margin-left:1px;
 width:600px;
 height:200px;
 margin-bottom:10px;
 background: url("top.jpg") no-repeat top center;
}
*/

.spacer
{
 margin-top:200px;
}

*html .spacer
{
 margin-top:200px;
}

p
{
 width:290px;
 margin: 15px auto;
 padding:0px;
}


hr
{
 border:none;
 border-bottom: 1px solid #D00303;
 width:300px;
}
