/* CSS Document */

.eventItem {
width: 475px;
margin-left: 270px;
border: 1px solid #666666;
background-color: #EFEFEF;
}
.additional {
	padding-right: 10px;
}
.break {
	clear: both;
}
.eventContent {
	width:100%;
	padding: 5px;
}
.eventHeader {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float:left;
}
.title {
 padding-left: 5px;
 font-weight: bold;
 float:left;
}
.date {
 padding-right: 5px;
 font-weight: bold;
 font-style: italic;
 float:right;
}
.area10 {
 /* all branches */
 background: url(images/allbg.jpg) repeat-x #FFFFFF;
}
.area1 {
/* Central Branch */
 background: url(images/centralbg.jpg) repeat-x #FF6633;
}
.area2 {
/* Cleveland and North Yorkshire Branch */
 background: url(images/clevelandbg.jpg) repeat-x #66CCFF;
}
.area3 {
/* Leeds and District Branch */
 background: url(images/leedsbg.jpg) repeat-x #FFCC33;
}
.area4 {
/* East Riding Branch */
 background: url(images/eastridingbg.jpg) repeat-x #BD6565;
}
.area5 {
/* Scarborough & District */
 background: url(images/scarboroughbg.jpg) repeat-x #65A0DB;
}
.area6 {
/* Selby and District */
 background: url(images/selbybg.jpg) repeat-x #99CC33;
}
.area7 {
/* Sheffield and District Branch */
 background: url(images/sheffieldbg.jpg) repeat-x #F95353;
}
.area8 {
/* Western Branch */
 background: url(images/westernbg.jpg) repeat-x #6BBF6B;
}
.area9 {
/* York Branch */
 background: url(images/yorkbg.jpg) repeat-x #6666CC;
}
#eventContent p {
	padding-left: 0;
}
#pageContent P .event {
	padding-left: 0px;
}


