@charset "utf-8";
/* CSS Document */

body  {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #999;
}
#wrapper {
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 200px;
}
#mainNav {
	margin: 0px;
	padding: 0px;
	height: 50px;
	background:#a08da6;
	font-size: 16px;
	color: #FFF;
	line-height: 48px;
	font-weight: bold;
	text-align: center;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #512061;
	border-bottom-color: #512061;
}
#mainNav a:link, a:visited {
	color:#FFF;
	text-decoration:none;	
}
#mainNav a:hover, a:active {
	color:#512061;
	text-decoration:underline;
}
#mainNav a.current, #mainNav a.current:hover, #mainNav a.current:active {
	color: #512061;
	text-decoration: underline;
}
#mainContent {
	background: #FFF;
	margin: 0px;
	width:650px;
	float:left;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #512061;
	text-align: justify;
}
#sidebar {
	background: #FFF;
	margin: 0px;
	padding-top: 25px;
	padding-right: 15px;
	text-align: center;
	padding-bottom: 15px;
	padding-left: 15px;
	width: 280px;
	float: right;
}
#sidebar a:link, a:visited {
	color:#a08da6;
	text-decoration:none;
}
#sidebar a:hover, a:active {
	color:#512061;
	text-decoration:underline;
}
#footer {
	background: #512061;
	margin: 0px;
	padding: 10px;
	height: 40px;
	clear:both;
	font-size: 12px;
	color: #FFF;
	text-align: right;
}
#footer a:link, a:visited {
	color:#FFF;
	text-decoration:none;	
}
#footer a:hover, a:active {
	color:#512061;
	text-decoration:underline;
}
.slideshow {
	height:475px;
	width:270px;
	float:right;
	border:solid 3px #512061;
}
.facebook {
	font-size: 14px;
	color: #512061;
	text-align: left;
	float: left;
}
.facebook a img {
	border:none;
}

