@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #94725C;
	background-image: url(images/bg-strip.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #container {
	width: 780px;
	text-align: left;
	background-image: url(images/bg-pic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 50px;
}
.oneColFixCtrHdr #header {
	height: 290px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 80px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}

a:link {
	color: #501C80;
	text-decoration:none;
}

a:visited {
	color: #8A00C6;
	text-decoration:none;
}

a:hover {
	color: #501C80;
	text-decoration:underline;
}

a:active {
	color: #501C80;
	text-decoration:none;
}

#mainbox {
	float: left;
	width: 340.526px;
	margin-top: 80px;
	background-color: #FFFFFF;
}

#roundcornerbigtop {
	background-image: url(images/rounded-corner-large-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}

#roundcornerbigbottom {
	background-image: url(images/rounded-corner-large-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
}

#roundcornerlittletop {
	background-image: url(images/rounded-corner-small-top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 20px;
}

#roundcornerlittlebottom {
	background-image: url(images/rounded-corner-small-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 20px;
	margin-top: 20px;
}

#littlebox {
	float: left;
	width: 268.989px;
	height: 172.491px;
	margin-top: 80px;
	background-color: #FFFFFF;
	margin-left: 77px;
}

.text {
	padding-right: 15px;
	padding-left: 15px;
	margin-top: -20px;
}

.oneColFixCtrHdr #footer {
	text-align: center;
	clear: both;
	height:50px;
	background-repeat: no-repeat;
	color: #94725C;
	padding-bottom: 0;
	padding-top: 100px;
	background-image: url(images/footer-bg.jpg);
	background-position: center bottom;
	margin-bottom: 20px;
	padding-left: 10px;
	width: 687px;
	margin-left: 10px;
	padding-right: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

img {
	border-style: none;
}

.alignLeft {
	float:left;
	margin-right: 1em;
	margin-top: 1em;
}
.alignRight {
	float:right;
	margin-left: 1em;
	margin-top: 1em;
}
