@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

.mainText{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 28px;
	color: #FFF;
}

.contactText{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	color: #FFF;
}

.nav{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	color: #FFF;
}

/* ~~ Element/tag selectors ~~ 
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}*/
a img { 
	border: none;
}
/* ~~ Link Styling ~~ */
a:link {
	text-decoration: none;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 916px;
	height: 1137px;
	background-image: url(images/bgMain.jpg);
	margin: 0 auto;
	vertical-align: top;
}
.containerContact {
	width: 916px;
	height: 1137px;
	background-image: url(images/bgContact.jpg);
	margin: 0 auto;
	vertical-align: top;
}
.showsIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	text-align: center;
	background-image: url(images/callOutBG.gif);
	background-repeat: repeat-x;
	border: 1px solid #21417F;
	padding: 15px 0px 0px 0px;
	width: 180px;
	height: 285px;
	position: relative;
	left: -37px;
	top: 28px;
}
.artNote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 18px;
	text-align: center;
	padding: 5px 0px 0px 0px;
	width: 640px;
	height: 285px;
	position: relative;
	left: -10px;
	top: -60px;
}
.artNote a:link {
	color: #996600;
	text-decoration: underline;
	font-weight: bold;
}

/* ~~ This is the layout information. ~~ */
.content {
	padding: 0px 0px 0px 0px;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}