/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	background-color: #310260;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.image_left {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.image_right {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}

a {
	color: #310260;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #8109F9;
	font-weight: bold;
	text-decoration: underline;
}


#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}


#header {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/top1.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#content {
	background-color: #FFFFFF;
	clear: both;
	padding: 10px;
}

#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	clear: both;
	padding: 10px;
	font-weight: normal;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-color: #990000;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
}

.italic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	font-weight: bold;
}

.med_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #333333;
}
.flash_home {
	float: left;
	width: 550px;
	border: 1px solid #ffffff;
	margin-right: 10px;
	margin-bottom: 10px;
}
.flash_gallery {
	float: left;
	width: 601px;
	border: 1px solid #ffffff;
	margin-right: 4px;
	margin-bottom: 4px;
}

#footer a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: underline;
	line-height: 3px;
}
.smaller_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #990000;
}
.right_links {
	background-color: #00CCFF;
	padding: 5px;
	float: right;
	width: 250px;
	margin-bottom: 5px;
	margin-left: 5px;
}
