body
{
	background-color: #FFF;
	background-image: url("gradback.jpg");
	background-position: center center;
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}


p
{
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 11px;
}

.columnfont
{
	margin: 25 0 1em 0;
	padding: 0;	
	font-size: 11px;
	color: #675f43;
}

ul
  {
  margin-left: 0;
  padding-left: 0em;
  }
  
li
{
	margin: -2 0 0 0;
	padding: 0 0 0 0;	
	font-size: 11px;
	color: #675f43;
}



a {
	font-size: 11px;
	color: #675f43;
}

a:hover {
	text-decoration:none;
}

a.white {
	font-size: 11px;
	color: #ffffff;
}

a.white:hover {
	text-decoration:none;
}


#logobox{
	background-image: url("logo.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 233px;
	width: 336px;
	margin: 0 0px;
}

#enterbox{
	background-image: url("enter.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 51px;
	width: 336px;
	margin: 0 0px;
}

#contactbox{
	background-image: url("contact.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 98px;

	width: 336px;
	margin: 0 0px;
}

#columnbox{	
	position: relative;
	background-image: url("columns.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	line-height:10;
	height: 149px;
	width: 397px;
	margin: 0 0px;
}

#bottombox{
	background-image: url("bottom.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	height: 28px;

	width: 733px;
	margin: 0 0px;
}


