@charset "utf-8";
body {
	background-color: #f3f3f3;
	padding: 0px;
	margin-top: 30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#rightSide #nav {
	height: 157px;
	text-align: right;
	width: 262px;
}

h1 {
	font-size: 23px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #A54399;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 11px;
	line-height: 1.2em;
	font-weight: normal;
}

#wrapper #logo {
	width: 215px;
	height: 550px;
	float: left;
	background-image: url(../images/h_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#wrapper #mainTxt {
	height: 475px;
	width: 283px;
	float: left;
	padding-top: 50px;
	padding-bottom: 25px;
}
#mainTxt #scroller {
	height: 470px;
	overflow: auto;
	left: 15px;
	padding-right: 30px;
	padding-left: 5px;
}
#wrapper #rightSide {
	float: left;
	height: 550px;
	width: 262px;
}

#wrapper #logo img {
	padding-top: 24px;
	padding-left: 22px;
}
#wrapper {
	height: 550px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	color: #999999;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.boldPurple {
	font-weight: bold;
	color: #A54399;
}
a {
	color: #A54399;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
#contactForm .contactTitles {
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A54399;
}
#contactForm input, #contactForm textarea {
	border: 1px solid #A54399;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #333333;
}

