@charset "utf-8";
/* CSS Document */

body {
	background-color: #4f2229;
	font-size:12px;
}

#footer {
	width:980px;
	padding-top:5px;	
}

#footer .footertext {
	font: normal 12px/17px "Times New Roman", Times, serif;
	color:#FFF;
}

#footer .contact {
	font: normal 9px "Times New Roman", Times, serif;
	color:#cc9966;
}

#footer .contact a:link {
	color:#cc9966;
	text-decoration:none;
}

#footer .contact a:visited {
	color:#cc9966;
	text-decoration:none;
}

#footer .contact a:hover {
	color:#cc9966;
	text-decoration: underline;
}

#navbar {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	text-transform: uppercase;
}

#navbar a:link {
	text-decoration:none;
	color:#FFF;
}

#navbar a:visited {
	text-decoration:none;
	color:#FFF;
}

#navbar a:hover {
	text-decoration:none;
	color:#FFF;
}

#facebook-btn {
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	background:url(../images/facebook-off-on.gif);
	border:none;
	cursor:pointer;
}

#facebook-btn:hover {
	background-position:-32px;
}

#twitter-btn {
	display:block;
	width:32px;
	height:32px;
	overflow:hidden;
	background:url(../images/twitter-off-on.gif);
	border:none;
	cursor:pointer;
}

#twitter-btn:hover {
	background-position:-32px;
}

