﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px;
	background-color: #6c2a55;
	background-image: url('images/BG_body.jpg');
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper {
	width: 960px;
	margin: 10px auto 10px auto;
	clear: both;
	border: 1px solid #7C3462;
	padding: 4px;
	background-color: #FFFFFF;
}
#logo {
	clear: both;
	background-color: #994178;
	text-align: center;
}
#navigation {
	clear: both;
	background-color: #4F223E;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#content {
	clear: both;
	background-color: #FCE7F0;
	margin: 0px;
	width: 960px;
}
#footer {
	clear: both;
	background-color: #994178;
	margin: 1px 0px 0px 0px;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
	text-align: center;
}
.clear {
	clear: both;
}
#content_left {
	width: 440px;
	display: inline;
	float: left;
	padding: 20px;
}
#content_right {
	width: 480px;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
}
#navigation ul li {
	list-style-type: none;
	float: left;
}
#navigation a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-decoration: none;
	width: 139px;
	padding: 10px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #FFFFFF;
	float: left;
	background-color: #813665;
}
#navigation a:hover {
	background-color: #6F2F57;
	color: #FFFFFF;
	text-decoration: none;
}
.rightBottomImages {
	margin: 0px;
	padding: 0px 15px 15px 0px;
	border-width: 0px;
}
.rightImages {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	border-width: 0px;
}
.BottomImages {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	border-width: 0px;
}
.noBorder {
	border-width: 0px;
}
#content_left ul li {
	padding: 0px;
	list-style-type: disc;
	list-style-image: url('images/bullet.gif');
	margin: 25px 0px 0px 0px;
	font-size: 120%;
}
#content_left h1 {
	font-size: 140%;
	color: #673A6B;
}
a:link {
	color: #813665;
	font-weight: bold;
}
a:visited {
	color: #813665;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #813665;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #813665;
	font-weight: bold;
	text-decoration: underline;
}

