/* CSS Document */

#wrapper {
	width: 700px;
	margin: 0 auto;
}

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 40px;
}

a:link, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	text-align: left;
}

/* FONT STYLES */
.email {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6B1083F;
	text-decoration: underline;
	text-align: left;
}


.title {
	font-size: 32px;
	line-height: 35px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1083;
}
.subtitle {
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1083;
}
.body {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1083;
}
.footer {
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

#masthead {
	width: 700px;
	position: absolute;
	height: 200px;
	visibility: visible;
	background-image: url(images/masthead-background.jpg);
}

/*panel 1 */
#panel1 {
	left: 20px;
	width: 144px;
	height: 37px;
	bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#6B1083;
	border: 0 0 0 0;
	position: absolute;
	visibility: inherit;
}

/*panel 2 */
#panel2 {
	display: block;
	left: 189px;
	width: 144px;
	height: 37px;
	bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#6B1083;
	border: 0 0 0 0;
	position: absolute;
	visibility: inherit;
}


/*panel 3 */
#panel3 {
	left: 358px;
	width: 144px;
	height: 37px;
	bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#6B1083;
	border: 0 0 0 0;
	position: absolute;
	visibility: inherit;
}

/*panel 4 */
#panel4 {
	left: 527px;
	width: 144px;
	height: 37px;
	bottom: 20px;
	padding-top: 5px;
	padding-left: 10px;
	background-color:#6B1083;
	border: 0 0 0 0;
	position: absolute;
	visibility: inherit;
}


#picturearea {
	margin-left: 20px;
	margin-top: 20px;
	width: 262px;
	float: left;
}

#text {
	margin-left: 20px;
	/*margin-top: 20px;*/
	width: 378px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #6B1083;
}

#footer {
	clear: both;
	height: 30px;
	width: 700px;
	background-color: #35568E;
}
