@charset "utf-8";


#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	color: #BCBCB2;
	background-image: url(Images/Backgrounds/Red_Abstract_Background_Corner_Lightened_85Percent_70_Percent.jpg);
	background-repeat: repeat;
}
#container #top img {
	margin-bottom: 7px;
}


a:link {
	color: #BCBCB2;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #BCBCB2;
}
a:hover {
	text-decoration: underline;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(Images/Backgrounds/Background8.jpg);
}
#container #body p {
	padding-right: 10px;
	padding-left: 10px;
}


#container #footer {
	text-align: center;
}

#container #footer img {
	border: thin solid #FFFFFF;
}

