@charset "UTF-8";
#container {
	width: 1023px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 40px;
	width: 733px;
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	color: #666;float: left;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #bdcca5;
}
#header {
	height: 117px;
}
#sidebar {
	background-image: url(images/sidebar.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	float: left;	
	background-color: #D7759C;
	height: 425px;
	position: relative;
}
#mainWrap {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1023px;
	background-color: #B8CDA4;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 32px;
	color: #bdcca5;
}
a:link {
	color: #666;
}
a:visited {
	color: #606;
}
a:hover {
	color: #740066;
}
