
#catagory, #Excellent, #Good, #OK, #Poor, #VPoor {
	float: left;
}
#catagory {
	width: 10em;
}
#Excellent {
	width: 10%;
	text-align: center;
}
#Good {
	width: 10%;
	text-align: center;
}
#OK {
	width: 10%;
	text-align: center;
	padding-right: 3%;
}
#Poor {
	width: 10%;
}
#VPoor{
	width: 10%;
	text-align: center;
}
#siteRating {
	width: 100%;
}
#accessability {
	width: 100%;
	clear: both;
}
#information {
	width: 100%;
	clear: both;
}
#visualAppeal {
	width: 100%;
	clear: both;
}
#overallImpression {
	width: 100%;
	clear: both;
	padding-top: 2%;
}
#contact {
	text-align: left;
}
#details {
	width: 100%;
}
#submit {
	text-align: center;
}
#detailsLeft1 {
	width: 25%;
}
#detailsLeft2 {
	width: 25%;
}
#detailsLeft3 {
	width: 25%;
}
#detailsRight1 {
	width: 70%;
}
#detailsRight2 {
	width: 40%;
}
#detailsRight3 {
	width: 40%;
}

#detailsLeft1, #detailsRight1 {
	float: left;
}
#detailsLeft2, #detailsRight2 {
	float: left;
}
#detailsLeft3, #detailsRight3 {
	float: left;
}
#footer {
	clear: both;
}
#detailsRight4 {
	width: 40%;
}
#detailsLeft4 {
	width: 25%;
}
#detailsLeft4, #detailsRight4 {
	float: left;
}


