body
{
	width:751px;
	height:100%;
	margin:0px auto;
	background-color:#ffffff;
	font-family:"Times New Roman", serif;
	font-size:17px;
	color:#000000;
}

a:link, a:visited
{
	text-decoration:none;
	color:#0505FA;
	cursor: crosshair;
}

a:hover
{
	text-decoration:none;
	color:#FF0000;
	cursor: crosshair;
}

a:active
{
	text-decoration:none;
	color:#A71D1D;
	cursor: crosshair;
}

#wrapper
{
	margin:50px auto;
}

#header
{
	width:751px;
  height:119px;
	background-image:url("./images/header.gif");
	background-repeat:no-repeat;
}

#subheader
{
	border-top:0px solid #000000;
	border-right:1px solid #000000;
	border-bottom:0px solid #000000;
	border-left:1px solid #000000;
}

#main
{
	background-image:url("./images/background.jpg");
	border-top:0px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
}

