/****************************************************************************************
																  			>> Generics << 
*****************************************************************************************/
html, body {
	margin: 0; 
	padding: 0;
	border: 0;
}
body {
	color: #000;
	font: 11pt/1.4 Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
a:link, a:visited {
	text-decoration: none; 
	color: #000;
}
a:hover {text-decoration: none;}
a img {border: 0;}
form {
	margin: 0;
	padding: 0;
}
p {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
ul, ol, dl {
	margin: 0 0 1.5em 30px;
	padding: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font: normal 11pt/1.4 Georgia, "Times New Roman", Times, serif;
}
abbr {border-bottom: 0;}
:focus {outline: 0;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
hr {
	color: #be5758; 
	background: #be5758; 
	height: 1px; 
	border: 0;
}
blockquote {
	font: italic normal 11pt Georgia, "Times New Roman", Times, serif; 
	margin: 0; 
	padding: 0;
}
blockquote p {margin-bottom: 0;}
h1 {
	margin: 0 0 0.60em;
	color: #630d0c;
	font: bold 18pt Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6 {
	margin: 0 0 0.30em;
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #ede8c2;
}
h3 {color: #2a0606; font-size: 15pt;}
h4,h5,h6 {color: #be5758; font-size: 14pt;}
h5,h6 {color: #efe7c3; font-size: bold 13pt;}

/****************************************************************************************
																		     >> Layout << 
*****************************************************************************************/

/*-------------------------------------------Hide Elements---*/
.hide,
#accessibility,
div.imrcmain0,
#masthead object,
#footer a#csdesign,
#footer p a {display: none;}

/*-------------------------------------------Show Elements---*/
#wrapper {width: 100%; padding-bottom: 30px;}

#masthead {
	border-bottom: 4px solid #630d0c;
	border-right: 4px solid #630d0c;
}
	#masthead h1 {
		margin: 0;
		font: 23pt "Arial Black", Arial, Helvetica, sans-serif;
		color: #630d0c;
		text-align: right;
		padding: 0 5px 5px 0;
	}
	
#mainContent {margin: 30px 0 0 0;}
table#mainContentTable {width: 100%;}
table#mainContentTable td.intro-text { 
	width: 60%;
	vertical-align: top;
}
table#mainContentTable td.intro-img {
	vertical-align: top; 
	text-align: right;
	padding: 15px 0 0;
}
table#mainContentTable td.sidebar {vertical-align: top; border: 1px solid #999;}
table#mainContentTable td.sidebar table td {padding: 13px 0;}
table#mainContentTable td.sidebar table td table td {padding: 0;}
table#mainContentTable td.gallery {text-align: center;}
table#mainContentTable td.gallery img {margin-right: 11px;}
table#mainContentTable td table.dj-profile {margin-left: 16px; margin-right: 20px;}
table#mainContentTable td table.dj-profile td {vertical-align: top;}
table#mainContentTable td table.dj-profile td h5 {margin-bottom: 5px;}
table#mainContentTable td.whats-on {padding: 15px 15px 0; vertical-align: top;}
table#mainContentTable td.whats-on p {margin-bottom: 10px; line-height: 1.3;}
table#mainContentTable td.sidebar ul,
table#mainContentTable td.page-copy ul {margin: 10px; padding: 0;}
	
#footer {
	border-top: 1px solid #666;
	padding: 5px 0 0 5px;
}
	#footer p {
		margin: 0;
		font: normal 9pt Arial, Helvetica, sans-serif;
		color: #666;
		line-height: normal;
	}

