/* CSS Document */
body{
	background-color: #FFFFFF;
	padding :0;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F2F2F2;
}

a {
	font-family: Georgia, "Trebuchet MS", Tahoma, Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #9BA5A8;
	text-decoration: underline;
}

a:hover{
	color: #CCCC66;
}

#logo-text{
	color: #6A7747;
	font-family: Georgia, "Trebuchet MS", Tahoma, Times, serif;
	font-weight: bold;
	font-size: 110%;
	margin-top: 10px;
}

#content{
	margin-left: 50px;
	margin-right: 15%;
	background-color: #FFFFFF;
	text-align: center;
}

#footer{
	text-align: center;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
}

#footer img{
	border: 0;
}
