html{
	height:100%;
}
body {
	background-image: url(../uiImages/greyGradient.jpg);
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	size:12px;
	color:#333;
	background-color: #f4f4f4;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height:100%;
}
a {
	color:#06C;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
a:visited {
	color:#06C;
	text-decoration:none;
}
a:hover img{
	border: none;
}
a img{
	border: none;
}
.grey14 {
	font-size: 14px;
	color:#666;
}
.topic{
	font-size:24px;
	color:#FFF;
}
.title{
	font-size: 18px;
	color:#333;
	font-weight:bold;
}
.title a:hover{
	color:#06C;
	text-decoration:none;
}
.title a{
	color:#333;
	text-decoration:none;
}
.showTime{
	font-size:11px;
}

.galleryImage{
	float:left;
	padding:15px;
	margin: 15px;
	text-align:center;
	max-height: 200px;
	max-height: 200px;
	height:200px;
	vertical-align:middle;
	
	clear:none;
}
.floatImageRight{
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-top: 20px;
	clear: right;
}
.calYear{
	font-size:24px;
	color:#030;	
}
#topDiv {
	margin: 0px;
	padding: 5px 35px;
	height: 85px;
}

#nav {
	background-color: #cccccc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	height:25px;
	vertical-align:middlel;
}
#nav a {
	color:#666666;
	text-decoration:none;
}
#nav a:hover {
	color:#ffffff;	
	text-decoration:none;
}
#nav a:visited {
	color:#666666;
	text-decoration:none;
}

#nav li{
	display: inline;
	list-style-type: none;
	padding-right:15px;
	white-space:nowrap;
	color: #cccccc;
	text-decoration: none;
	position: relative;
}
#nav ul{
	color: #cccccc;
	margin-top: 4px;
}
#contentArea {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
	font: Helvetica, Arial, sans-serif;
	size:12px;
	color:#333;
}
#currentShow {
	width:55%;
	min-width:300px;
	text-align:justify;
	float:left;
}
#events{
	width: 40%;
	min-width:275px;
	text-align:justify;
	margin-left:59%;
}

#artistInfo {
	width:40%;
	text-align:justify;
	float:left;
	font: Helvetica, "Trebuchet MS", Arial, sans-serif;
	size:12px;
	color:#333;
}
#artistGallery{	  
	
	margin-left:45%;
	
	
}
#artistGallery img{
	height:auto;
	width:150px;
}
#contactInfo{
	float:left;
	margin-left:20px;
	margin-right:80px;
	margin-bottom:30px;
}
#submissions{
	clear:both;
}
#bottomStuff{
	width:100%;
	text-align:center;
	font-size:10px;
	clear:both;
	margin-top:15px;
	
}