/* CSS Document */

body {
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

body * {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

#page {
	width: 870px;
	padding-top:40px;
	background-color: #FFFFFF;
	background-image: url(../images/bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 393px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: -9000px;
}

a {
	color: #999999;
	text-decoration: none;
	font-weight: bolder;
	font-size: 14px;
	outline: none;
}



#column1 {
	width: 380px;
	float: left;
	padding-left: 60px;
	background-color: #FFFFFF;
}



.clear_floats {
	clear: both;
}



img {
	border: none;
}

#nav{
	text-align: center;
	background-color: #FFFFFF;
	background-position: center;
	height: 100px;
	width: 800px;
	margin: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .25 em;
	color: #999999;
	vertical-align: middle;
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
