body {
	margin: 0;
	padding: 0;
	background: url(images/texture3.jpg) repeat;
	font: normal 11px Arial, Helvetica, sans-serif;
	text-align: center;
}
a:link {
	color: #6a2c91;
}
a:visited {
	color: #666;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #6a2c91;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333;
}
div.hr {
	height: 1px;
	width: 100%;
	background: #737577;
}
div.hr hr {
	display: none;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.leftImage {
	float: left;
	margin: 0 20px 20px 0;
}
.rightImage {
	float: right;
	margin: 0 0 20px 20px;
}
/* Header */

#header {
	width: 950px;
	height: 151px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}
.horizlinks {
	position: relative;
	top: 130px;
	left: 520px;
	color: #333;
	text-decoration: none;
	font-size: 12px;
}
.horizlinks ul {
	margin: 0px;
}
.horizlinks li {
	margin: 0px 25px 0px 0px;
	list-style-type: none;
	display: inline;
}
.horizlinks a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
}
.horizlinks a:hover {
	text-decoration: underline;
}
/* Menu */

#menu {
	width: 950px;
	height: 29px;
	margin: 0 auto;
	background-color: #737577;
}
/* Main */

#main {
	width: 950px;
	margin: 0px auto 0px auto;
	background: #FFF;
}
#breadcrumbs div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
#breadcrumbs div a {
	color: #737577;
	white-space: nowrap;
}
/* Column */

#column {
	float: left;
	width: 560px;
	padding: 0px 20px 20px 40px;
}
#column .list {
	float: left;
	width: 280px;
}
/* Column 2 */

#column2 {
	float: right;
	width: 265px;
	padding: 10px 40px 0px 20px;
}
#column2 a {
	color: #737577;
}
#column2 a:hover {
	text-decoration: underline;
}
/* Column 3 */
#column3 {
	margin: 0px auto;
	width: 560px;
	padding: 0px 20px 20px 40px;
}
#column3 .list {
	float: left;
	width: 280px;
}
/* Footer */

#footer {
	width: 950px;
	height: 90px;
	background: #FFF;
}
#footer p {
	font-size: 10px;
	text-align: center;
	color: #737577;
}
/* Floats */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

