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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FCFAF3;
}
#wrapper {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/sitebgshort.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapperhome {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/siteframeworkhome.png);
	background-repeat: no-repeat;
	background-position: top;
}

#wrapperlong {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/sitebg.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#leftcolumn {
	color: #333;
	height: auto;
	width: 950px;
	float: left;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
#rightcolumn {
	float: right;
	color: #333;
	height: 535px;
	width: 136px;
	display: inline;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 19px;
	padding-right: 13px;
	padding-bottom: 20px;
	padding-left: 14px;
}
#footer {
	width: 900px;
	clear: both;
	color: #333;
	margin: 0px;
	background-image: url(../images/siteframework-03.gif);
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-color: #FCFAF3;
	height: 250px;
}
h1 {
	font-weight: bold;
	color: #522E91;
	padding-top: 50px;
	font-size: 180%;
}
h2 {
	color: #522E91;
}
h3 {
	font-size: 120%;
	font-weight: bold;
	color: #522E91;
}
.floatleft {
	float: left;
	margin-right: 25px;
}

/* Photo Thumbnails */

#leftcolumn p a img.gallery {
	border: 10px solid #EEEEE6;
	margin-top: 10px;
	margin-right: 45px;
	margin-bottom: 30px;
	margin-left: 60px;
}
#leftcolumn p a:hover img.gallery {
	border-top-color: #C9C9C0;
	border-right-color: #C9C9C0;
	border-bottom-color: #C9C9C0;
	border-left-color: #C9C9C0;
}
#box {
	float: left;
	height: auto;
	width: 200px;
	margin-top: 35px;
	margin-right: 20px;
	color: #FFF;
	padding-top: 20px;
	font-size: 13px;
	line-height: 15.2px;
	margin-bottom: 20px;
}
#box a {
	color: #FFF;
}
#box a:hover {
	color: #FCFAF3;
}
.highlight {
	margin-bottom: 25px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #522E91;
	border-bottom-color: #522E91;
	margin-top: 0px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	color: #522E91;
	font-size: 120%;
	font-weight: bold;
	line-height: 25px;
	margin-left: 212px;
	display: block;
	width: 555px;
}
.clear {
	clear: both;
}

#wrapperhome #leftcolumn #rightcolumn p, #wrapper #leftcolumn #rightcolumn p {
	padding-right: 0px;
}
#wrapperhome #leftcolumn p, #wrapper #leftcolumn p, #wrapper #leftcolumn li  {
	padding-right: 40px;
}
#wrapperhome #leftcolumn .highlight, #wrapper #leftcolumn .highlight, #wrapper #leftcolumn #rightcolumn li {
	padding-right: 0px;
}
#wrapperhome #leftcolumn #box p {
	padding-right: 0px;
}