h1 {
	width: 700px;
        margin: 16px 0px 7px 21px;
	padding-bottom: 3px;
	border-bottom: 1px solid white;
        font-size: 18px;
        font-style: italic;
        text-transform: uppercase;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul li {
	padding-bottom: 5px;
	font-size: 14px;
}

#leftcolumn {
	width: 330px;
	height: auto;
	margin-left: 11px;
}
#firstauto {
        position: absolute;
        left: 130px;
        top: 275px;
        width: 800px;
        height: 800px;
        color: white;
}

#rightcolumn {
	position: absolute;
	left: 350px;
	top: 50px;
	width: 330px;
	height: auto;
}

