/*##############################################
 HTML ELEMENTS
##############################################*/ 

/*##################### 
id containers
######################*/
#container1
{
	background-image: url(../images/ui/interiorBg1.gif);
}
#content {
	width: 720px;
	float: left;

}
#content #contentInner {
	clear: both;
	padding: 10px 30px 10px 20px;
	
}


