@charset "UTF-8";
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
body  {
	background: url(images/img01.gif) repeat-x left top;
	
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-top: 25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.venuepg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 35px;
	border: 2px solid #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header {
	height: 157px;
	width: 800px;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 350px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 25px 0 0px;
	margin: 0 0 35px 0;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 375px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	height: 600px;
} 
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
}
.twoColFixLtHdr #footer {
	background:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
} 
.socialmedia {
	font-family: Arial, Helvetica, sans-serif;
	width: 150px;
	margin: 10px 0 10px 195px;
}
.socialmedia2 {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	margin: 10px 0 10px 195px;
}
#menu {
	font-family: Arial, Helvetica, sans-serif;
}
.areas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 0 0px 175px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainwrapper {
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	background-image: url(images/shapeimage_3w.png);
	background-color: #F4F4F4;
	margin: 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.venueslist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990000;
	line-height: 35px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.thumbnail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100px;
	margin-right: 15px;
	margin-bottom: 15px;
}
#sidebar3 {
	width: 375px;
	padding-left: 35px;
	float: left;
	padding-top: 35px;
}
#sidebar2 {
	width: 275px;
	float: left;
	padding: 0px 0 0 15px;
}
#mainContent2 {
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 40px 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
#sidebar4 {
	width: 400px;
	padding-left: 35px;
	float: left;
	padding-top: 0px;
	margin: 0px;
}
.venueinfo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
#spacer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100px;
}
#map {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 190px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
}
#epvag {
	padding: 20px 60px 0px 0;
	margin-bottom: 60px;
}
#mainContent3 {
	margin: 0 375px 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	height: 1500px;
}
.directory {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 150px;
	color: #000;
	float: left;
}
.artsource {
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 30px;
	background-color: #FFF;
	padding: 20px;
	border: solid black 2px;
}
.directory2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	width: 150px;
	color: #000;
	float: left;
	margin-left: 20px;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
.aipimg {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	margin-left: 15px;
	border: solid black 1px;
}
.hours {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
}

