/* basic styling for document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url('images/bg.jpg');
	background-color: #000000;
	background-position: 50% top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* styling the content area; we'll also be importing style from another css file, based on which page we're seeing */

.content {
	background-color: #ffffff;
}

#floatMenu {
	position: absolute;
	top: 180px;
	padding-top: 30px;
}

/* the title that appears just above the left sub-menu */
.pageTitle {
	width: 170px;
	height: 33px;
	font-size: 13px;
	font-weight: bold;
}

.pageTitle div {
	padding: 5px 0px 0px 10px;
}

/* the left sub-menu */
.pageMenu {
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.pageMenu a:hover {
	text-decoration: underline;
}

.pageMenu div {
	padding: 10px 0px 0px 10px;
}

.contentText h1 {
	font-size: 16px;
	padding: 0px 0px 15px 0px;
	margin: 0px;
}

.contentText {
	font-size: 12px;
	color: #4a4a4a;
	line-height: 24px;
	padding: 20px;
	text-align: justify;
}

.bottom {
	height: 7px;
	font-size: 1px;
}

/* styling the bottom section, below main content */

.bottomMenu, .bottomMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c2aed5;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}

.bottomMenu a {
	padding: 0px 3px 0px 3px;
}

.bottomMenu a:hover {
	text-decoration: underline;
}

.footer, .footer a {
	color: #b587de;
}

form {
	margin: 0px;
	padding: 0px;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4a4a;
}

.galImg {
	padding-bottom: 10px;
}

.galLinks {
	padding: 50px;
	color: #ffffff;
	line-height: 26px;
}

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

.galLinks a:hover {
	text-decoration: underline;
}
