@charset "UTF-8";
/* CSS Document */
/* COLORS

purple: #5b2e8a;

*  {
	border: 1px #FF0000 solid;
}

*/

html {
	height: 100%; /* REQUIRED FOR FOOTER */
}
body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: url(../images/background.gif) top center;
	height: 100%; /* REQUIRED FOR FOOTER */
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;	
	color: #5b2e8a;
	margin: 0;
}
p {

}
a {
	color: #5b2e8a;
	text-decoration: none;
}
a.gallery img {
	border: none;	
}
a.gallery2 img {
	border: 1px #000 solid;
	margin-bottom: 10px;
	width: 557px;
	overflow: hidden;
}
a.gallery3 img {
	margin-bottom: 10px;	
	border: none;	
}
.note {
	font-style: italic;
	margin-top: 3px;
}
.clear {
	clear: both;
}
.icon {
	margin: 0 25px 10px 15px;
}

#page {
	width: 760px;
	margin: auto;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;	
	background: #FFFFFF;
	min-height: 100%; /* REQUIRED FOR FOOTER */
}
* html #page {
	height: 100%; /* REQUIRED FOR FOOTER */
}
#container {
	width: 760px;
	margin: auto;
}
#header {
	height: 230px;
}
#sidebar {
	float: left;
	width: 150px;
	padding-bottom: 114px;
	background: #5b2e8a url(../images/sidebarfooter.jpg) bottom left no-repeat;
}
#sidebar h1 {
	display: none;
}
#sidebarcontent {
	padding: 10px;
	color: #FFFFFF;
}
#sidebarcontent ul {
	margin: 0 0 15px 0;
}
* html #sidebarcontent ul {
	margin: auto;
}
#sidebarcontent li {
	margin: 0 0 5px -20px;
}
#sidebarcontent a {
	color: #FFFFFF;	
}
* html #sidebarcontent li {
	margin: auto 0 auto 15px;
}
#sociallinks {
	text-align: left;
	color: #FFF;
	padding-left: 25px;
	margin-top: -10px;
}	
#sociallinks a {
	text-decoration: none;
}
#sociallinks img {
	border: none;	
}
#content {
	margin-left: 150px;
	padding: 25px;
}
#footer {
	margin: 0 auto;
	height: 45px;
	width: 760px;
	border-left: 2px #FFFFFF solid;
	border-right: 2px #FFFFFF solid;	
	background: #FFFFFF;
	text-align: center;
	font-size: 12px;
	padding: 0;
	clear: both;
	margin-top: -45px; /* REQUIRED FOR FOOTER */
}
* html #footer {
	margin-top: 0px; /* REQUIRED FOR FOOTER */
}
#footer p {
	margin: 0 0 5px 150px;
}

