* {
	margin: 0px;
	padding: 0px;
}

.midsite {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#header {
	height: 45px;
	padding-top: 5px;
	background-color: #000;
	width: 100%;
}

#left {
	float: left;
	width: 400px;
	margin-right: 80px;
}
#biglogo {
	width: 400px;
}
#right {
	width: 400px;
}

#links {
	margin-top: 30px;
	position: absolute;
	top: 400px;
}

h1 {
	margin-top: 30px;
	color: #666;
	text-align: right;
	font-size: 26px;
}
h3 {
	color: #666;
	margin-top: 5px;
}
h4 {
	color: #999;
	margin-bottom: 10px;
}

ul {
	list-style-type: none;
}
ul li {
	background: url(/images/list-item-purple.png) no-repeat;
	margin-bottom: 8px;
	padding-left: 14px;
	background-position: center left;
	font-size: 16px;
}
ul li a {
	color: #570051;
	text-decoration: none;
}
ul li a:hover {
	text-decoration: underline;
}



.rightContainer {
	overflow: hidden;
}
