body {
    background: white;
    font-size: small;
    line-height: 100%;
    font-family: Arial;
    color: #663300;
    margin: 0 auto;
}

p {
    font-size: small;
    line-height: 100%;
    position: relative;
    left: 10px;
    margin-left: 6px;
    font-family: Arial;

}

h1 {
    font-size: 130%;
}


table {
    left: 6px;
    font-size: small;
    line-height: 100%;
    font-family: Arial;
}

#header  {
    position: relative;
    width: 900px;
    top: 0px;
    margin: 0 auto;
    height: 181px;
}

#sidebarone {
	position: relative;
	background: #CCFFFF;
	width: 200px;
	height: 1000px;
	float: left;
}

#sidebartwo  {
	position: relative;
	background: #CCFFFF;
	width: 200px;
	height: 1000px;
	float: right;
	left: 2px;
}

#content {
    position: relative;
    width: 897px;
    height: auto;
    background: white;
    margin: 0 auto;
    top: 17px;
}

#footer {
    position: relative;
    width: 495px;
    top: 80px;
    height: 75px;
    background: white;
    margin: 0 auto;
}

.left {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-left: 6px;
}
