/* CSS Document */
/* LIGHT TEXT: #F9EBC1
   MEDIUM TEXT: #F6E5A1
   DARK TEXT: #C6A333
*/

body,html {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Helvetica, Arial, Sans-Serif;
	margin: 0px;
	font-size: 76%;
	color: #000000;
}
h1 { font-size: 1.2em; font-weight: bold; margin-top:0px;}
h2 { font-size: 1.1em; font-weight: bold; margin-bottom: 0px}
h3 { font-size: 1em; font-weight: normal; margin-bottom: 4px}

p {
	color: margin-top: 10px; margin-bottom: 0px;
}

a,a:active, a:visited { color: #666666; text-decoration: none; font-weight: bold; text-decoration: underline} 
a:hover { text-decoration: none; }

img { border: 0px }

/* BASE STYLES */

.divDivider { width: 96%; height: 1px; background-color: #000000; clear: both; margin: 20px 0 20px 0;}

/* FORM STYLES */

form {
	margin: 0;
	width: 360px;
}
label {
	color: #333333;
	float: left;
}
input, select, textarea {
	background-color: #E0E0E0;
	color: #000000;
	margin: 3px;
	float: right;
}
input, textarea {
	width: 200px;
}

form img {
	float: right;
}
#frmCntctSubmit {
	/*margin-top: 4px;*/
	width: auto;
}
.frmErr {
	color: #cc0000;
	font-weight: bold;
}



div {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.divBreaker { clear: both; }

#divContainer {
	width: 770px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
#divNav {
  margin: 20px 0 20px 0;
}
#divNav img {
  margin-right: 13px;
}
#divFooter {
  clear: both;
	width: 760px;
	background-color: #000000;
	color: #FFFFFF;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 3px 3px 3px 6px;
}

#divHeader {
	font-size: 0em;
	line-height: 0em;
	text-align: left;
}
#divContent { width: 480px; float: left; text-align: left; }
#divImage { width: 190px; float: left; }

#divContentHome { width: 480px; float: left; text-align: left; }
#divImageHome { width: 190px; float: left; }

#divContentNews { width: 530px; float: left; text-align: left; }
#divImageNews { width: 130px; float: left; }

#divContentMusic { width: 460px; float: left; text-align: left; }
#divImageMusic {   width: 210px; float: left; }

#divContentGigs { width: 390px; float: left; text-align: left; }
#divImageGigs {   width: 280px; float: left; }

#divContentGallery { width: 460px; float: left; text-align: left; }
#divImageGallery { width: 210px; float: left; }

#divContentPress { width: 350px; float: left; text-align: left; }
#divImagePress {   width: 320px; float: left; }

#divContentVideos { width: 500px; float: left; text-align: left; }
#divImageVideos { width: 170px; float: left; }

#divContentLinks { width: 380px; float: left; text-align: left; }
#divImageLinks { width: 390px; float: left; }

#divContentContact { width: 340px; float: left; text-align: left; }
#divImageContact { width: 390px; float: left; }

#divPara {
	width: 750px;
	minheight: 400px;
	padding-bottom: 20px;
}
.divParaGallery {
	width: 200px;
	float: left;
	margin-right: 10px;
}
#divImageRight {
  float: left;
}
#divParaTextFlLeft {
	width: 460px;
	float: left;
	margin: 30px 20px 0 0;
}
#divParaImgFlLeft {
	width: 90px;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
}

.divParaLinks {
	margin-top: 20px;
}
.divParaLinks h2 {
	width: 400px;
	margin: 0px;
	padding: 0;
}
.divParaLinks p {
	width: 400px;
	margin: 0px 0px 10px 0px;
}

/* SEARCH DIVS */
.divPaginationNav {
	width: 100%;
	margin: 0 0 20px 0;
	text-align: left;
}