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

/* Footer */

#footer1 {
	width: 900px;
	height: 50px;
	margin: 0px auto;
	background: #0000ce url(../css/img/fbg.gif) repeat-x;
}

#footer1 p {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 90%;
	font-weight:600;
	color:#ffffff;
}

#footer1 a, a:visited {
	color: #ffffff;
	text-decoration:none;
	margin:7px;
}

#footer1 a:hover {
	color: #ffff00;
	text-decoration:underline;
}

#footer1 a {
	color: #ffffff;
	text-decoration:none;
}

/* Footer bottom */
#footer2 {
	background: #FFFFFF;
	width: 900px;
	height: 50px;
	margin: 0px auto;
}

#footer2 p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 80%;
}

#footer2 a {
	color: #0000ce;
	text-decoration:none;
}
.copy {
	text-align:center;
	color: #0000ce;
}

.gawd {
	float:left;
	padding-left: 30px;
}