

* {
	margin: 0px;
	padding: 0px;
	overflow:hidden;
}
.clear {
	clear: both;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0C1C2B;
	overflow: visible;
}
body {
	margin: 0px;
	padding-bottom: 10px;
	background: #dedede url(../images/common/body_bg.jpg) center repeat-x fixed top;
}
#Events_Container {
	border-left: solid 1px #9e9e9e;
	border-right: solid 1px #9e9e9e;
	border-bottom: solid 1px #9e9e9e;
	width: 753px;
	margin: 0px auto;
}
#Events_Container img {
	border: none;
}
#Events_Container a {
	color: #0C1C2B;
	text-decoration: none;

}
#Events_Container a:hover {
	color: #0C1C2B;
	text-decoration: underline;

}
#Events_Container h2 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Events_Container h3 {
	font-size: 120%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#Events_Container h4, #Events_Container h5 {
	font-size: 110%;
	font-weight: normal;
	margin-top: 3px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0em 0px 0pt 0px;
}

#Events_Header {
	border-bottom: solid 12px #fff;
	background: url(../images/common/header_bg.jpg) no-repeat;
	height: 112px;	
}
#Events_Header img {
	margin: 32px 0px 0px 24px;	
}
#Events_Breadcrumbs {
	/*background: #e9ebec;
	height: 21px;*/
	padding: 4px 0px 4px 23px;
}
#Events_Home_Intro {
	background: #fff;
	padding: 14px 24px;
}

#Events_Home_Container {
	padding: 7px;
}
.Event_Container {
	background: #f0f2f2;
	margin-bottom: 5px;
}
.Event_Container_Image {
	float: left;
	width: 560px;
}
.Event_Container_Image img {
	border: solid 1px white;
}
.Event_Container_Copy {
	float: right;
	width: 155px;
	padding: 13px 9px 8px 14px;
}

.Event_Container_Dots {
	background: url(../images/home/dots.gif) repeat-x left bottom;
	padding: 0px 0px 6px 0px;
	width: 140px;
}
.Event_Container_NoDots {
	padding: 0px 0px 4px 0px;
	width: 140px;
}
.Event_Container_More {
	padding: 0px 0px 4px 0px;
	text-align: right;
}
/* Event page Styles */
#Event_Page_Container {
	background: #FFFFFF url(../images/event/event_bg.jpg) repeat-y right top;
	border-bottom: solid 17px white;
	border-top: solid 17px white;
}
#Event_Page_Container_Copy {
	float: left;
	width: 545px;
	padding-left: 25px;
}
#Event_Page_Container_Copy p {
	margin-bottom: 10px;
}
#Event_Page_Container_Details {
	float: right;
	width: 163px;
	padding-top: 20px;
}
#Event_Page_Container_Details p {
	font-weight: bold;
}
.Event_Container_Buytickets {
	padding: 0px 0px 4px 0px;
}
.Event_Container_Buytickets img {
	margin: 30px 0px 0px 0px;
}
#Other_Events {
	padding: 16px 0px 10px 14px;
}
.Other_Event {
	background: #edeeef;
	margin-bottom: 10px;
	float: left;
	width: 366px;
	margin-right: 4px;
	margin-left: 4px;
	border: solid 0px red;
}
.Other_Event_Image {
	float: left;
	width: 123px;
}

.Other_Event_Copy {
	float: right;
	width: 205px;
	padding: 0px 14px 2px 0px;
}
.Other_Event_Copy p {
	margin: 0px 0px 10px 0px;
}
#footer {
	width: 753px;
	margin: 0px 0px 0px 0px;
}
