@charset "utf-8";
/* CSS Document */
body {
	background-color:#CCC;
}

a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
	color: #FC0;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.sideborder {
	border-left:thin solid #FC0;
	border-right:thin solid #FC0;
}

.bottomborder {
	border-bottom:thin solid #FC0;
	border-left:thin solid #FC0;
	border-right:thin solid #FC0;
}

.logotextleft {
	color: #FFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.logotextright {
	color: #FFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
}

.linkspacer {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFF;
	margin-right: 30px;
	margin-top: 10px;
}


.copyright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
}

.bottombg {
	background-image: url(bottombg.png);
	background-repeat:no-repeat;
}

