.section{
	margin: 0;
}

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

h1{
	left: 0px;
}


table td{
	padding: 10px;
}

.light{
	background-color: #bbde9d;
}

.dark{
	background-color: #9fbc85;
}


.leftlight{
	background: url("../images/table/leftlight.gif") repeat-y right;

}

.rightlight{
	background: url("../images/table/rightlight.gif") repeat-y left;
}

.leftdark{
	background: url("../images/table/leftdark.gif") repeat-y right;
}

.rightdark{
	background: url("../images/table/rightdark.gif") repeat-y left;
}


#topspacerleft{
	background: url("../images/table/toplight.gif") repeat-x bottom;
}

#topspacerright{
	background: url("../images/table/topdark.gif") repeat-x bottom;
}

#bottomspacerleft{
	background: url("../images/table/bottomlight.gif") repeat-x top;
}

#bottomspacerright{
	background: url("../images/table/bottomdark.gif") repeat-x top;
}

#topleft{
	background: url("../images/table/topleftlight.gif") no-repeat bottom right;
}

#topright{
	background: url("../images/table/toprightdark.gif") no-repeat bottom left;
}

#bottomleft{
	background: url("../images/table/bottomleftlight.gif") no-repeat top right;
}

#bottomright{
	background: url("../images/table/bottomrightdark.gif") no-repeat top left;
}