body {
	font-family:Arial, Helvetica, sans-serif;
	color: #b978fc;
}

.body {
	margin: 0px auto;
	width: 900px;
}

.main {
	width: 900px;
}

.mainlinks {
	text-align:right;
	font-weight: bold;
	font-size: 16px;
}

.mainlinks a {
	color: #b978fc;
	text-decoration: none;
}
.mainlinks a:hover {
	color: #b978fc;
	border-bottom: #b978fc solid 1px;
}
.mainlinks a:visited {
	color: #b978fc;
}
.mainlinks a:current {
	color: #b978fc;
	border-bottom: #b978fc solid 1px;
}


.nav {}

.mcontent {
	border-top: #b978fc solid 1px;
	border-bottom: #b978fc solid 5px;
	background-color: #EEE;
	color: #666;
	font-size: 12px;
	font-weight:normal;
	padding: 10px;
	height: 450px;
	vertical-align: top;
	}
	
.footer {
	font-size: 10px;
	padding: 2px;
}

.footernav {
	font-size: 10px;
	text-align: right;
	padding: 2px;
}

.gallery {
	width: 100%;
}
.galleryimgscroll {
	text-align: center;
	vertical-align: top;
}
.galleryimg {
	text-align: right;
}
.logo {
	border: none;
}
.gallerylinks {
	color: #b978fc;
	text-decoration: none;
	font-weight: bold;
}
.gallerylinks a {
	color: #b978fc;
	text-decoration: underline;
}
.gallerylinks a:hover {
	color: #b978fc;
	text-decoration: underline;
}
.gallerylinks a:visited {
	color: #b978fc;
	text-decoration: underline;
}
	
h1 {
	color: #b978fc;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 3px;
}
#scrollcont3 {
	height: 400px;
	overflow-y: scroll;
	overflow-x: hidden;
}
