/** Main Layout Positioning **/

html, body
{
	text-align: center; /* IE <= 5.5 */
	margin: 0;
	padding: 0;
	/*background: white url(../images/layout/backdrop.jpg) top center repeat-y;*/
	background: #006699 url(../images/layout/backdrop.jpg) top repeat-x;
	
	font-size: 0.85em;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
	height: 100%;
}

div#container
{
	margin: 0 auto; 
	width: 775px;
	text-align: left;
	
	background : #cccc99 url(../images/layout/bigbackdrop.gif) top left repeat-y;
	
	height : auto !important;
	height : 100%;
	min-height : 100%;
}

#topBanners
{
	background-color: #cccc99;
	height: 279px;
}

#topLeftBanner
{
	float: left;
}

#topLeftBanner img, #topRightBanner img, #topLeftMenu img, #topRightMenu img
{
	display: block; /* IE */
}

#topRightBanner
{
	float: right;
}

#topLeftMenu
{
	float: left;
	width: 219px;
	background-image: url(../images/layout/navigationright.gif);
	background-repeat: repeat-x;
	height: 25px;
}

#topRightMenu
{
	float: right;
	width: 548px;
	background-image: url(../images/layout/navigationright.gif);
	background-repeat: repeat-x;
	height: 25px;
}

#topRightMenu span
{
	position: relative;
	top: 5px;
	left: 15px;
}

#contentLeftContact
{
	float: left;
	
	background: #cccc99 url(../images/layout/contactbackdrop.gif) repeat-y;
	border: 4px solid white;
	border-top: 0;
	border-right: 0;
	
   width: 219px;
	height: 99px;
}

#contentLeftNews
{
	/*border-left: 4px solid white;*/
	clear: left;
	float: left;
	width: 219px;
}

#contentRightMain
{
	float: right;
	width: 548px;
}


#contentLeftContact p
{
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 0px;
}

#contentLeftNews p
{
	margin: 0px;
	padding: 15px;
	padding-bottom: 10px;
	color: white;
}

.sideStandout
{
	font-weight: bold;
}

#homeImageBoxText
{
	background: #FFFFCC url(../images/homepage/musicbackdrop.gif);
}

#homeImageBoxText p
{
	margin: 0;
	padding: 12px 15px;
}

h1
{
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}


/** Colours Text/Links **/

#topRightMenu span, #topRightMenu span a
{
	color: white;
}

#contentLeftNews a
{
	font-style: italic;
}

a
{
	text-decoration: none;
	color: black;
}

a:hover
{
	text-decoration: underline;
}


h6
{
	/** Used for gallery titles **/
	font-size: 13px;
	font-weight: bold;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	color: #663300;
}

img
{
	border: 0;
}


.contentPadding
{
	padding: 15px;
}

.footNote
{
	color: #999966;
	font-style: italic;
}

