@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}

h1, h2, h3, p, ul {
padding: 5px 0px;
}

body {
background-color: #ffffff;
font-family: verdana, "trebuchet MS", helvetica, sans-serif;
text-align: center;
background:url(images/back.jpg) repeat;
}

#container {
width: 932px;
margin: auto;
text-align: left;
font-size:14px;
}
#maincontent {
	background: #fff;
	padding:5px;
}

a {
	font-size: 14px;
	color: #90558D;
}
a:link {
	text-decoration: none;
	color: #915593;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #90558D;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #DEE6CF;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #90558D;
}
h1 {
	font-size: 16px;
	color: #95508F;
}
img {
	border:#995995 1px solid;
	float:right;
	margin:5px;
	}
#imgleft {
	border:#995995 1px solid;
	float:left;
	margin:5px;
	}