body {
	font-family: Verdana;
	font-size: 12px;
	color: #3F2E12;
	background-color: #ECC783;
	margin: 0;
	background: url(images/VerticalStrip.JPG);
	}
a {
	color: #FFFFFF;
	text-decoration: none;
	}
hr {
	color: #FFFFFF;
	height: 1px;
	}
a:hover {
	color: #FFFFFF; 
	text-decoration: none;
	}
td {
	font-family: Verdana;
	font-size: 13px;
	
	}
input {
	font-family: Verdana;
	border-top: 4px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	}
.login {
	border-top: 1px;
	border-bottom: 1px;
	border-left: 1px;
	border-right: 1px;
	border: 1px dashed #ECC783;
}
#content {
	width: 100%;
	margin: 0 auto;
}

#content {
	width: 892px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 20%
}
	
#colTwo {
    float: right;
	width: 80%;
}