html {
	margin: 0; padding: 0;
}
body {
	margin:-10px;
	padding:0;
	background: #E9E9E9 url(images/home-bkgd4.jpg);
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 100%;
	height: 100%;
	background-image: url(images/home-bkgd4.jpg);
	color: #5932A7;
	width: 900px;
	background-repeat: no-repeat;
}
div#container {
	margin-top: 2px;
	margin-left: auto;
	margin-right:auto;
	width:100%;
	padding:0 10px 0 10px;
	
	
}

div#banner {
	text-align: center;
}
div#nav {
	position: absolute;
	top: 40px;
	left: 5px;
	margin-top: 10px;
}
#nav ul {
	list-style-type: none;
	padding:0;
	margin: 0 0 0 -25px;
	width: 100%;
	
}
#nav li {
	margin: 0;
	width: 120px;
}
#nav a {
	display: block;
	width:100%;
	height: 30px;
	margin: 0;
	padding:0;
	text-decoration: underline;
	font-weight: bold;
	color: #5018B7;
	background-color: transparent;
	
}
div#content1 {
	margin-top:10px;
	margin-left: 220px;
	margin-right: 20px;
	width: 50%;
}
div#content1 p {
	font-size:80%;
	margin: 0px 5px 0px 25px;
}
div#content1 ul {
	list-style-type: none;
	padding:0;
	margin: 0 0 0 -37px;
	width: 100%;
}
div#content1 li {
	margin: 0;
	width: 80%;
}
div#content2 {
	margin-top: 130px;
	margin-left: 0px;
	margin-right:20px;
}
div#right {
	position: absolute;
	top: 100px;
	left:80%;
	width: 150px;
	font-size:80%;
	height: 400px;
	text-align: center;

}
h1 {
	font-size: 110%;
	font-weight: bold;
	}
a{
	text-decoration: none;
	color: #5018B7;
}
div#left {
	position: absolute;
	top: 410px;
	left:4px;
	width: 120px;
	text-align: center;
}
