.repeater { width: 100%; overflow: visible; }

body{
margin-top: 0px;
text-align: center;
background-color: #e0dfdd;
}

/**Container To Hold The Layout**/
#container{
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 720px;
background-color: #e0dfdd;
}

#list{
background-color: #ffffff;
}

/**Banner Styles**/
#banner{
background-color: #e0dfdd;
font-family: arial, sans-serif;
font-size: 12px;
color: #33333;
padding: 10px;
}
#banner h3{
margin: 0px;
padding: 0px;
font-size: 20px;
font-weight: normal;
}

/**Content Styles**/
#leftgallery{
background-color: #ffffff;
width: 360px;
float: left;
}

#rightgallery{
background-color: #ffffff;
width: 360px;
float: right;
}

#left{
background-color: #ffffff;
width: 470px;
float: left;
}

#centre{
background-color: #e0dfdd;
float: centre;
}

#right{
width: 240px;
float: right;
}

.content{
padding: 10px 10px 10px 10px;
color: #333333;
text-align: left;
font-family: Arial, sans-serif;
font-size: 13px;
}


#footer{
padding: 100px 10px 10px 10px;
color: #333333;
text-align: centre;
font-family: Arial, sans-serif;
font-size: 13px;
}

a:link { 
	color: #666666;
	text-decoration: none;
	}
a:visited { 
	color: #666666;
	text-decoration: none;
	}
a:hover { 
	color: #663333;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}
