body {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	background-color: #dfeb97;
	height: 100%;
	background-image: url(../images/shared/background.jpg); 
	background-repeat: no-repeat; 
	
}

#wrapper {
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
}

/* Branding items */

#branding {
	float:left;
	width: 750px;
	height: 122px;
	margin: 0px;
	border-top: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	border-bottom: 0px;
	padding: 0px;
	background-color: #DAF3FD;
	background-image: url(../images/shared/branding_bkg.gif); 
	background-repeat: repeat-x;
	overflow: visible;
}

img {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#branding img {
	float: left;
}

img#branding_logo {
 	margin: 56px 132px 0px 35px;
}

img#branding_dates{
	margin: 66px 0px 0px 0px;
}

/* Navigation items */

#nav-main {
	float:left;
	height: auto;
	width: 750px;
	margin: 0px;
	border: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	padding: 0px;
	background-color: #065CA8;
	text-align: left;
	overflow: hidden;
}

#nav-main ul {
	margin: 0px; 
	padding: 0px 0px 0px 25px;
	text-align: left;
}

#nav-main ul li {
	height: 32px;
	display: inline; 	
	list-style-type: none;
}

#nav-main ul li a {
	font-family:  helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2.9em;
	color: #FFF;
	padding: 0px 10px 0px 10px;
	float: left;
	text-align: center;
}


/* Commented backslash hack hides rule from IE5-Mac \*/

#nav-main ul li a {
	float: left;
}

#nav-main ul li a:link {
	color: #FFF;
	text-decoration: none;
}

#nav-main ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#nav-main ul li a:hover {
	color: #DAF3FD;
	text-decoration: underline;
}

#nav-main ul li a:active {
	color: #DAF3FD;
	text-decoration: underline;
}

/* End IE5-Mac hack */

#nav-main ul li a.nav-on {
	color: #FFF;
	text-decoration: none;
	background-image: url(../images/shared/nav_marker.gif);
	background-repeat: no-repeat;
	background-position: center top;

}

#contentwrapper_home{
	float: left;
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	border-bottom: 1px dashed #065CA8;
	padding: 0px;
	background-color: #DAF3FD;
	background-image: url(../images/home/bkg_text_beaminster.gif);
	background-repeat: repeat-x;
	overflow: visible;
	text-align: right;
}

#contentwrapper_diary{
	float: left;
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	border-bottom: 1px dashed #065CA8;
	padding: 0px;
	background-color: #DAF3FD;
	background-image: url(../images/diary/bkg_text_diary.gif);
	background-repeat: repeat-x;
	overflow: visible;
	text-align: right;
}

#contentwrapper_friends{
	float: left;
	width: 750px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	border-bottom: 1px dashed #065CA8;
	padding: 0px;
	background-color: #DAF3FD;
	background-image: url(../images/home/bkg_text_friends.gif);
	background-repeat: repeat-x;
	overflow: visible;
	text-align: right;
}

#contentfloat{
	float: right;
	width: 700px;
	height: auto;
	margin: 0px 15px 0px 0px;
	border: 0px;
	border-left: 1px solid #065CA8;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 50px;
	background-color: transparent;
	background-image: url(../images/shared/contentleft_bkg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#contentleft{
	float: left;
	width: 210px;
	height: auto;
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 20px 0px 20px 0px;
	background-color: transparent;
	text-align: left;
}

#contentright{
	float: right;
	width: 485px;
	height: auto;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: transparent;
	text-align: left;
}


#contentshunt{
	width: 5%;
	float: left;
	height: auto;
}

#performance_details{
	float: right;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 475px;
	height: auto;
	background-color: greenyellow;
}

#footer {
	float:left;
	height: auto;
	width: 750px;
	margin: 0px;
	border-top: 0px;
	border-left: 1px solid #065CA8;
	border-right: 1px solid #065CA8;
	border-bottom: 1px solid #065CA8;
	padding: 0px;
	background-color: #DAF3FD;
	text-align: center;
}

p {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	background-color: transparent;
	margin: 0px 20px 20px 20px;
}

a {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-weight: bold;
}

a:link {
	color: #065CA8;
	text-decoration: underline;
}

a:visited {
	color: #065CA8;
	text-decoration: underline;
}

a:hover {
	color: #C92331;
	text-decoration: none;
}

a:active {
	color: #C92331;
	text-decoration: none;
}

h1 {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.3em;
	color: #065CA8;
	background-color: transparent;
	margin: 40px 20px 10px 20px;	
}

h1.artists {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1.1em;
	color: #065CA8;
	background-color: transparent;
	margin: 10px 20px 5px 20px;	
}

h2.artists {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style:italic;
	line-height: 1em;
	color: #065CA8;
	background-color: transparent;
	margin: 0px 20px 20px 20px;	
}
.artists_name {
	font-weight: bold;
}
.artists_date {
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 100%;
	font-weight: normal;
	font-style:italic;
	line-height: 1em;
	color: #065CA8;
	background-color: transparent;
	margin: 0px;	
}

h2, h3 {
	font-family:  helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	line-height: 1.3em;
	color: #C92331;
	margin: 0px 0px 0px 10px;
}

h3 {
	padding: 10px 0px 8px 10px;
	border-top: 1px dotted #065CA8;
}

#contentright h2.listing {
	font-family:  helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1.3em;
	color: #FFF;
	margin: 20px 10px 5px 20px;
	padding: 10px;
	border: 1px solid #FFF;
	background-color:  #065CA8;
}

.listing_item_wrapper {
	margin: 0px 5px 5px 20px;
	border: 1px solid #065CA8;
	padding: 0px 0px 0px 0px;
	width: 452px;
	text-align: center;
	overflow: hidden;
	background: #FFF url(../images/shared/branding_bkg.gif) no-repeat;
}

.listing_item {
	margin: 0px 0px 0px 0px;
	border: 0px;
	padding: 8px 0px 12px 0px;
	float: left;
	width: 50%;
	text-align: center;
	background: #FFF url(../images/shared/branding_bkg.gif) no-repeat;
}

.listing_item a {
	text-decoration: none;
}

.listing_item p {
	margin: 0px;
	padding: 0px;
}

img.artist_thumb {
	float: none;
	margin: 0px 0px 5px 0px;
	border: 1px solid #fff;
}

#contentleft p, #contentleft li{
	font-family:  helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.75em;
	font-weight: normal;
	line-height: 1.3em;
	color: #065CA8;
	margin: 0px 20px 0px 20px;
}

#contentleft ul{
	margin: 0px 0px 10px 0px; 
	padding: 0px 0px 10px 15px;
	text-align: left;
}

#contentleft li {
	list-style-type: disc;
}


#contentleft li p {
	font-family:  helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #C92331;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#contentright li {
	list-style-type: disc;
	font-family: helvetica, arial, "lucida grande", verdana, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 16px;
	color: #000;
	background-color: transparent;
}

img.artist_image{
	float:right; 
	margin: 10px 15px 15px 20px;
}

img.right_image{
	float:right; 
	margin: 10px 10px 15px 20px;
/*	margin-left: 15px; 
	margin-bottom:15px;*/
}

p.performance_details {
	color:#065CA8;
}

#footer p {
	font-size: 0.6em;
	font-weight: normal;
	line-height: 0.8em;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/* Event navigation */

#event_nav {
	width: 192px;
	clear: right;
	float: right;
	background-color: transparent;
}

#event_nav p {
	margin-bottom: 5px;
}
