/* CSS Document */
#horizon
{
	display:block;
	position:absolute;
	width:100%;
	height:1px;
}
#content
{
	display:block;
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-400px;
}
.header
{
	background-image:url(../images/header.jpg);
	width:800px;
	height:320px;
}
.footer
{
	background-image:url(../images/footer.jpg);
	width:800px;
	height:38px;
}
#nav
{
	width:800px;
}
.navimg
{
	margin-right:4px;
}
.txtnav
{
	width:800px;
	color:#0D0D0D;
	text-align:center;
	margin-bottom:5px;
}
.txt
{
	margin-right:10px;
	margin-left:10px;
}
.bttxt
{
	width:800px;
	color:#0D0D0D;
	text-align:center;
	font-size:10px;
	
}
.spc
{
	color:#CC3300;
	letter-spacing:-2px;
}
.body
{
	width:800px;
	height:auto;
}
.form
{
	margin-top:15px;
}
textarea
{
	width:175px;
	height:60px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
input
{
	width:175px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.rightCol
{
	padding-left:25px;
	padding-top:5px;	
}
a.t
{
	color:#333333;
	text-decoration:none;
}
a.t:hover
{
	color:#CCCCCC;
}
a.t:active
{
	color:#CC3300;
}

