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

body {
	margin: 0px;
	background-color: #83004C;
}
#container {
	width: 1001px;
	text-align: left;
	margin: 0 auto;
	position: relative;
}
#header {
	float: left;
	height: 240px;
	width: 1001px;
	text-align: right;
}
#menu {
	float: left;
	height: 39px;
	width: 1001px;
	background-repeat: no-repeat;
	background-position: right;
	background-image: url(images/menuRight.gif);
}
#contentContainer {
	float: left;
	height: 473px;
	width: 1001px;
}
#aboutCopy {
	float: left;
	height: 453px;
	width: 239px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
}
.mainText {
	font-family: "LucidaSans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
}
.mainText a:link {
	text-decoration: none;
	color: #83004C;
}
.mainText a:visited {
	color: #83004C;
	text-decoration: none;
}
.mainText a:hover {
	color: #000000;
	text-decoration: none;
}
.footerText {
	font-family: "LucidaSans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
.footerText a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
.footerText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerText a:hover {
	color: #000000;
	text-decoration: none;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
.copyright {
	font-family: "LucidaSans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
#aboutImage {
	float: left;
	height: 473px;
	width: 722px;
}
#footerContainer {
	float: left;
	height: 130px;
	width: 1001px;
}
.dynamicImage {
	float: left;
	height: 157px;
	width: 143px;
}
#imagesContainer {
	float: left;
	height: 473px;
	width: 1001px;
	background-repeat: no-repeat;
	background-image: url(images/imageContainerBG.gif);
	background-position: top;
}
#footerLeft {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	float: left;
	height: 130px;
	width: 279px;
	margin-bottom: 10px;
}
#footerRight {
	float: left;
	height: 110px;
	width: 702px;
	padding-top: 20px;
	padding-left: 20px;
}
#adminContainer {
	float: left;
	width: 961px;
	padding-top: 20px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}
#adminMenu {
	float: left;
	height: 39px;
	width: 1001px;
}
#footerRightLucas {
	float: left;
	width: 200px;
	margin-bottom: 10px;
}
.lucas {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #A44A76;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
.lucas a:link {
	color: #A44A76;
	text-decoration: none;
	text-shadow: #83004C 0 0 0;
	font-weight: normal;
}
.lucas a:visited {
	color: #A44A76;
	text-decoration: none;
}
.lucas a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footerLeftContainer {
	float: left;
	height: 130px;
	width: 279px;
}
