/***********************************************/
/* Echo Design Ltd 2006                        */
/* Echo Style Sheet                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	scrollbar-face-color: #00BAE5;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #C3EFF7;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: #00BAE5;
	scrollbar-arrow-color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#pageContainer{
		width:920px;
		height:582px;
		margin:0 auto;
		text-align:left;
		background-color:#FFFFFF;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
}

#contentContainer{
		width:900px;
		height: 503px;
		margin:0 auto;
		text-align:left;
		background-color:#FFFFFF;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
}

#header{
	width: 900px;
	height: 67px;
	background-color:#000000;
	margin:0 auto;
	text-align:left;
	padding:0;
}

#navBar{
	float: left;
	width: 900px;
	height: 32px;
	background-color: #323943;
}

#leftBar{
	float: left;
	width: 200px;
	height: 439px;
	background-color: #3E2046;
}

#content{
	float: left;
	width: 486px;
	height: 439px;
	background-color:#00BAE5;
}

#rightBar{
	float: right;
	width: 200px;
	height: 439px;
	background-color: #f95319;
}

#spacer{
	float: left;
	width: 7px;
	height: 439px;
	background-color: #FFFFFF;
}

#footer{
	position: fixed;
	top: 533px;
	width:900px;
	height:37px;
	background-color: #000000;
	color:#FFFFFF;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	cleaner;
	clear:both;
	margin:0;
	padding:0;
	background:url(../pics/footerBG.gif);
	background-repeat:repeat-x;
}



/***********************************************/
/* Components                                  */
/***********************************************/


#white{
	width:40px;
	height:459px;
	background-color:#FF0000;
}

#footerText {
	height: 15px;
	width: 955px;
	position: relative;
	top: 5px;
	font-size:smaller;

}

/***********************************************/
/* Echo Style Classes                          */
/***********************************************/

.contentText{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	height: 385px;
	width: 446px;

	overflow:auto;
	font-size:small;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.bandText{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	height: 385px;
	width: 446px;
	overflow: hidden;
	font-size:small;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

.baseText{
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	font-size:small;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	overflow: hidden;
}

.calenderText{
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	height: 144px;
	overflow:hidden;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.leftImage{
	padding-top: 10px;
}

.gallery{
	padding:10px;
	/*position:absolute;
	top: 132px;*/
}

a.echo:link{
	text-decoration: underline;
	color: #34C1F1;
}

.hand{
	cursor: pointer;
}

.img {
	display:block;
	float:left;
	border:none;
}

	
	