body {
    background: white;
    font-size: small;
    line-height: 100%;
    font-family: Arial;
    color: #663300;
    margin: 0 auto;
}

p {
	font-size: small;
	line-height: 120%;
	position: relative;
	left: 10px;
	margin-left: 6px;
	font-family: Arial;
	font-style: normal;
	color: #663300;

}

h1 {
    font-size: 130%;
}

#header  {
    position: relative;
    width: 900px;
    top: 0px;
    margin: 0 auto;
    height: 181px;
}

#sidebarone {
	position: static;
	background: #CCFFFF;
	width: 200px;
	height: 2100px;
	float: left;
}

#sidebartwo  {
	position: static;
	background: #CCFFFF;
	width: 200px;
	height: 2100px;
	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;
}


.right {
    float: right;
    width: auto;
    margin-right: 10px;
    margin-left: 6px;
}
