body {
	text-align:center; 
	background: black;
	font-family: arial, helvetica;
	font-size: 18px;
}

/* Links  */

A:link {
	color: black;
	text-decoration: underline;
}

A:active {
	color: white;
}

A:visited {
	color: black;
}

A:hover {
	border: 0px;
	text-decoration: none;
	border-bottom: 1px;
	border-style: dotted;
}



A.eventsLink {
	color: white;
}

/* Divs for the site */
.wrapper {
	margin: 0px auto;
	width: 900px;
	height: 100%;
}

.top {
	width: 100%;
	height: 106px;
	background: #007EC3;
	background-image: url('../images/pic_header.jpg');
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-position: center 30px;
}

.content {
	background: white;
	width: 100%;
	min-height: 75%;
	height: auto !important;
	height: 75%;
	background-image: url('../images/pic_contentLines.jpg');
	background-repeat: repeat-x;
	padding-bottom: 10px;
}

.footer {
	background: #007EC3;
	background-image: url('../images/pic_footer.gif');
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 58px;
}

.menu {
	padding-top: 10px;
}

.productTitle {
	width: 400px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

.leftText {
	text-align: left;
	padding: 10px;
}

.subTitle {
	font-weight: bold;
}



