@charset "utf-8";
/* CSS Document */
html {
	background-image: url(pics/backg_r1_c1.jpg);
	background-repeat: repeat-x;
}
body {
	margin: 0;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 816px;
	background-image: url(pics/wrapper.jpg);
	background-repeat: repeat;
}

#header {
	margin: 0 0 15px 0;
	background-image: url(pics/header.jpg);
	height: 203px;
}
#header-text {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 125px;
	font-size: 18px;
}
#header-text a:link {
	color: #432660;
	text-decoration: none;
}
#header-text a:visited {
	color: #432660;
	text-decoration: none;
}
#header-text a:hover {
	color: #E00000;
	text-decoration:underline;
}
#header-text a:active {
	color: #432660;
	text-decoration: none;
}
#side-a {
	float: left;
	width: 10px;
}

#side-b {
	float: right;
	width: 207px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#content { 
	float: left;
	width: 72%;
}
#content-text {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
}
#footer {
	clear: both;
	background-image: url(pics/footer.jpg);
	height: 163px;
}
#footer-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding-top: 40px;
}
