/* Page Layout ~ Collective Visions */


	html,body {
		padding: 0;
	  border: 0;
	}
	
	body {
		background-color: #ECE7D4; 
		font-family: verdana, helvetica, sans-serif; 
		line-height: 15px; 
		font-size: 10pt;
	}
					
	h1 {
		border-bottom: 1px solid black;
		border-top: 1px solid black;
		font: bold 1.4em verdana, helvetica, sans-serif;
		padding: 13px 0 13px 0;
		margin: 0 0 15px 0;
		text-align: center;
	}

	h2 {
		font: 1.1em Georgia, "Times New Roman", serif;
		text-transform: uppercase;
		letter-spacing: .1em;
	}

	.blurbL h2 {
		font: bold 1.4em Georgia, "Times New Roman", serif;
		text-align: right;
		text-transform: none;
		letter-spacing: normal;
		margin: 0;
	}

	.blurbL h3 {
		font: bold 1.2em Georgia, "Times New Roman", serif;
		text-align: right;
		margin: 0;
	}

	p.announce {
		margin: 0;
		font-style: italic;
	}

	#banner {
		background: url(../img/CVGlogo.gif) 10px 10px no-repeat;
		width: 750px; 
		height: 90px;
	}

	#nav {
		width: 155px; 
		padding: 8px 0 0 10px;
		float: left;
		display: inline;
	}
					
	#body	{
		width: 535px; 
		padding-top: 10px; 
		line-height: 17px; 
		float: left;
		display: inline;
		margin-left: 40px;
	}
					
	#body-show	{
	width: 800px;
	padding-top: 10px;
	line-height: 17px;
	float: left;
	display: inline;
	margin-left: 40px;
	color: #FFF;
	}
					
	#body-index {
		width: 575px; 
		float: left;
		display: inline;
		margin-left: 12px;
	}
					
	#script {
		width: 575px; 
		/*border: 1px solid green;*/
	}
					
	span.right {
		text-align: right; 
		font-size: 10pt; 
		float: right; 
		padding-top: 15px;
	}
					
	#nav li {
		margin: 0;
		padding: 0 0 4px 0;
		list-style: none;
		text-indent: 0px; 
		font-size: 1.3em; 
		font-family: "Times New Roman",serif; 
		letter-spacing: .1em; 
		font-weight: bold; 
	}
					
	#nav ul {
		margin: 0;
		padding: 0;
	}

	#nav p {
		font-family: Georgia, "Times New Roman", serif; 
		font-size: .9em; 
	}

	#nav p a {
		text-decoration: underline; 
	}

	#nav form {
		color: #777; 
		font-size: .9em;
	}

	.form {
		margin-top: 8px;
	}

	ul#winnercontain {
		padding: 0;
		margin: 0;
	}

	.winner {
		padding: 0 4px 13px 10px;
		height: 100%;
		list-style: none;
	}

	.winner img {
		margin: 10px 10px 5px 0;
		float: left;
		padding: 7px;
		background-color: white;
		border: 1px solid black;
	}

	.winner h2 {
		margin: 10px 5px 0 0;
		border-bottom: 1px solid black;
	}

	.winner p {
		padding: 10px 0 0 0;
		margin: 0;
	}

	ul#artistcontain {
		padding: 0;
		margin: 0;
	}

	.artist {
		padding: 0 4px 13px 5px;
		float: left;
		height: 100%;
		list-style: none;
		text-align: center;
	}

	.artist img {
		border: 1px solid black;
		width: 120px;
		height: 150px;
	}

	.artist_name {
		font-family: Georgia, "Times New Roman", serif; 
		font-size: 1.1em;
		display: block;
		text-align: center;
	}
	
	.artist_nav {
		text-align: center;
	}
	
	ul#gallery {
		margin: 0;
		padding: 0;
		display: inline;
		list-style: none;
		text-align: center;
		}

	#gallery li {
		margin: 5px 4px;
		padding: 0;
		display: inline;
		list-style: none;
		float: left;
		width: 125px;
		height: 145px;
		text-align: center;
		}

	#gallery li img {
		display: block;
		margin: 0 auto;
		text-align: center;
		}

	.footer {
		border-top: 1px solid black;
		text-align: center; 
		margin: 10px 0 20px 0;
		padding-top: 5px;
		clear: both;
	}

	table tr {
		vertical-align: top;
		margin:10px;padding:10px;
	}

	table tr td {
		padding-bottom:10px;
	}

	.indent {
		display:block;
		margin: 0 10px;
	}

	.containSM {
	width: 540px;
	margin: 15px 0;
	}
					
	.blurbL	{
	width: 325px;
	text-align: right;
	padding: 0 10px;
	float: left;
	}
					
	.imageR	{
	width: 380px;
	text-align: left;
	float: left;
	}
					
	.imageR img	{
		border: 0;
	}
					
	.eventL	{
		border-right: 1px solid black;
		width: 400px; 
		text-align: right;
		padding-right: 10px; 
		margin: 10px 0;
		float: left;
	}
					
	.eventR	{
	border-left: 1px solid black;
	width: 400px;
	text-align: left;
	padding-left: 10px;
	margin: 10px 0;
	float: right;
	}
					
	.sm {
		font-size: .8em;
	}
	
	.bull {
		margin-left: 20px;
	}
	
	.clear { 
  	clear: both; 
	/*** these next attributes are designed to keep the div height to 
	0 pixels high, critical for Safari and Netscape 7 ***/ 
  	height: 1px; 
  	overflow: hidden; 
  	margin-bottom: -1px; 
	} 
	
	* html .clear {
		display: none;
	/*** stops IE browsers from displaying the clear div/br in the page, 
	as these are for Moz/Opera and Safari only. If IE 5.x Win DID display
	these, the page is too high ***/
	} 
	

/*------------------------------------------------------normal links*/
	a:link, a:visited	{
		color: #000000; 
		text-decoration: none;
	}
							
	a:hover {
		color: #CCCC99; 
		text-decoration: none;
	}

/*--------------------------------------------------------body links*/
	a.sub:link, a.sub:visited {
	color: #000;
	text-decoration: underline;
	}

	a.sub:hover {
		color: #CCCC99; 
		text-decoration: underline;
	}
										
#body-show div br {
	color: #000;
}
.prospectus {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #FFF;
	color: #333;
}
.call {
	color: #000;
}
.schedule {
	color: #000;
}
.headline {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
a:link {
	color: #000;
}
.call p .headline {
	color: #000;
}
.announce {
	color: #000;
}
.Red {
	color: #F00;
}
.white {
	color: #FFF;
}
.blue {
	color: #00F;
}
