body {
	font-size: 11px;
	font-family: arial;
	background: url(../../images/design/bgTile.png) repeat-x;
	margin:0px;
	height:100%;
	
}
hr {
	border-color: #CFCFCF;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0px 0px 10px;
  height: 10px;
}

#container {
	margin: auto;
	background: white url(../../images/design/containerBG.png) repeat-y;
	width: 736px;
	height: 100%;
	min-height:100%;
	z-index: 1;
	
}

.display {
	margin: 10px auto auto 15px;
	width: 495px;
	height: 100%;
	
}
#leftChannel {
	position:absolute;
	float:left;
	margin: 0px 0 0 0px;
	width: 180px;
	min-height: 100%;
	height: auto !important;
}
#main {
	float:left;
	margin: 3px 0 0 190px;
	width: 333px;
	min-height: 100%;
	height: 100%;
}

#rightMenu {
	position:absolute;
	float:left;
	z-index: 3;

	width: 168px;
	height: 424px;
	padding: 30px 7px 0px 10px;
}
.footer {
	width: 736px;
	bottom:0;
	margin: 0px auto 0px auto;
}

#header {
	z-index: 3;
	width: 740px;
	height: 201px;
}
#logo {
	z-index: 8;
	position: absolute;
	margin: 0 auto auto -3px;
}
.topBanner {
	z-index: 5;
	position: absolute;
	margin: 0 auto auto 91px;
}
.purpleSwoosh {
	z-index: 4;
	position: absolute;
	margin: 4px auto auto 118px;
}
.register {
	z-index: 6;
	position: absolute;
	margin: 72px auto auto 577px;
}
#topNavMenu {
	z-index: 7;
	position: absolute;
	margin: 106px auto auto 110px;
}

/*menu*/
		
	ul.topnav {
	list-style: none;
	padding: 0 0px;
	margin: 0 0 0 4px;
	float: left;
	width: 621px;
	text-align:center;
	}
	ul.topnav li {
		float: left;
		margin: 0;
		padding: 0 0px 0 0;
		position: relative; /*--Declare X and Y axis base for sub navigation--*/
		
		text-align:center;
		
	}
	ul.topnav li a{
		padding: 0px ;
		color: #fff;
		/*display: block;*/
		text-decoration: none;
		float: left;
		
	}
	ul.topnav li a:hover{
		background: url(topnav_hover.gif) no-repeat center top;
	}
	ul.topnav li a:visited, ul.topnav li a:active {
		color:white;
	}
	ul.topnav li span { /*--Drop down trigger styles--*/
		width: 17px;
		height: 35px;
		float: left;
	}
	ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
	ul.topnav li ul.subnav {
		list-style: none;
		position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
		left: -32px; 
		top: 12px;
		margin: 0; 
		padding: 0;
		display: none;
		float: left;
		width: 113px;
	}
	ul.topnav li ul.subnav li{
		margin-left:5px; 
		padding: 0;
		/*border-top: 1px solid #252525; --Create bevel effect--*/
		/*border-bottom: 1px solid #444; --Create bevel effect--*/
		clear: both;
		width: 101px;
		background: url(../../images/design/subMenuTile.png) repeat-y;
	}
	html ul.topnav li ul.subnav li a {
		float: left;
		width: 100px;
		
		font-size: 10px;
		color:black;
		padding: 3px 0px 2px 1px;
	}
	html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
		/*background: #222 url(dropdown_linkbg.gif) no-repeat 10px center;*/
		color: #AD0C10;
	}


/*end menu*/

.contentPic {
	margin:0;
	padding:0 5px 5px 0;
}
#content {
	z-index: 3;
	position: absolute;
	margin: 193px auto auto auto;
	width: 550px;
	height: 424px;
}
.rotatingImage {
	z-index: 3;
	position: absolute;
	margin: -15px auto auto 20px;
	border: 1px solid #c7c7c7;
}
#rotatingImageCurve {
	z-index: 4;
	position: absolute;
	margin: 190px auto auto 20px;
}
#rotatingImageOverlay {
	z-index: 4;
	position: absolute;
	margin: -43px auto auto 17px;
	width: 177px;
	height: 186px;
	/*background: url(../../images/design/BlurbBG.png) repeat-x;*/
	padding: 10px 5px 5px 10px;
}
#logos {
	z-index: 4;
	position: absolute;
	bottom: -40px;
	margin: auto auto auto 220px;
}
#footerImage {
	z-index: 4;
	position: absolute;
	bottom: 17px;
}
.overlayHeading {
	font-weight: bold;
	color: #5b2e58;
	font-size: 13px;
	display: block;
	margin-bottom: -5px;
}


#leftChannel a {
	color: #BDAE73;
	text-decoration: none;
}
#leftChannel a:hover {
	color: #BDAE73;
	text-decoration: none;
}
#leftChannel a:visited {
	color: #BDAE73;
	text-decoration: none;
}
.leftText, .leftText a, .leftText a:visited, .leftText a:hover {
	color: #BDAE73;
	font-weight:bold;
	text-decoration:none
}

#leftChannel hr{
	border-color: black;
  border-style: solid;
  border-width: 1px 0 0;
  clear: both;
  margin: 5px 0px 0px 0px;
  height: 5px;
}
#leftChannel li {
	list-style-image: url(../../images/design/bulletBru.png);
}


.heading {
	font-weight: bold;
	/*color: #5b2e58;*/
	color: black;
	font-size: 13px;
	display: block;
	/*height: 20px;*/
	margin-bottom:5px;
}

a {
	font-weight: bold;
	color: #5b2e58;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #a90e13;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #5b2e58;
	text-decoration: underline;
}
.heading {
	font-weight: bold;
	color: black;
	font-size: 14px;
	margin-bottom:3px;
}
.artName {
	font-weight: bold;
}
.subNav {
	background: url(../../images/design/subMenuTile.png) repeat-y;
	height: auto !important;
	position: absolute;
}
#snailTrail {
	color: #732863;
	
	height: 22px;
	width: 712px;
	position: absolute;
	margin: 15px auto auto 13px;
	z-index: 4;
	padding: 10px 0 0 10px;
}
#snailTrailBottom {
	background: red url(../../images/design/snailTrail.png) bottom no-repeat;
	position: absolute;
	margin: 0px auto auto -10px;
	z-index: 5;
	height: 12px;
	width: 712px;
}
#snailTrail a {
	color: #732863;
	font-weight: normal;
	text-decoration: none;
}
#snailTrail a:hover {
	color: #732863;
	text-decoration: underline;
	font-weight: normal;
}
#snailTrail a:visited {
	color: #732863;
	font-weight: normal;
}


	
/* Gallery */

#main_image{margin:0 0 0 -190px;height:370px;width:520px;background:white;text-align:center;}
#main_image img{width:520px; height:325px;}
.gallery {width:500px;margin:0;}
.gallery li{width:80px;height:50px;margin: 0 2px;background:white;}
.gallery li div{left:0px}
.gallery li div .caption{font:italic 11px georgia,serif; text-align:center;}


/* Gallery End */
.contentPic {
margin:0;
padding:0 5px 5px 0;
}
.wide {
	width:530px;
}
.comments input, .comments textarea {
	border: 1px solid #B5B6B5;
}

