@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;   /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background-color: #231f20;
}

#main {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
#shadowleft {
	position:absolute;
	top:0px;
	left:-50px;
	width: 50px;
	height: 100%;
	background-image:url(../images/gradientshadows/shadow-left.gif);
	background-repeat:repeat-y;
	z-index:1;
	}
#shadowright {
	position:absolute;
	top:0px;
	left:900px;
	width: 50px;
	height: 100%;
	background-image:url(../images/gradientshadows/shadow-right.gif);
	background-repeat:repeat-y;
	z-index:1;
	}
#shadowbottom {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	width: 900px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
	}
#shadowbottomadjust {
     position:absolute;
	 left:-50px;
}

#header {
 	width:900px; 	
	height:135px;
	
 }
#content {
	position: relative;
	width:600px;
	float:left;
	z-index:2;
	}
#logo{}
#AEACheader{}
#leftcolumn{background-color:#2d67b2; font-family: Arial, Helvetica, sans-serif; font-size:11px; width:150px;}
#centercolumn{background-image:url(../images/dancer.jpg); background-repeat:repeat-y;}
#rightcolumn{background-color:#fecd08;; font-family:  Arial, Helvetica, sans-serif; font-size:14px; width:175px;}
#footer{background-color:#921a1d;}

.text {
	top:0px;
	width:555px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	line-height: 16px;
	min-height: 537px;
	}
.editregionright {
	position:absolute;
	top:0px;
	width:175px;
}

.gallerypagetext {
	top:0px;
	width:730px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	line-height: 16px;
	min-height: 550px;
}

.leftquotes {
	font-family:  Arial, Helvetica, sans-serif;
	width:126px;
	margin-right:12px;
	margin-left:12px;
	font-size:10px;
	color:#240725;
	line-height:10px;
}

.rightquotes {
	font-family: Arial, Helvetica, sans-serif;
	width:150px; 
	margin-right:12px; 
	margin-left:13px; 
	font-size:11px; 
	color:#642165;
}

.rightcaptions {
	font-family: Arial, Helvetica, sans-serif;
	width:165px; 
	margin-right:5px; 
	margin-left:5px; 
	font-size:10px; 
	color:#642165;
}
.thumbtext
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	line-height:10px;
	text-align:center;
}
	
h1 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	font-style:italic;
	color:#3300CC;	
}
h2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	color:#921A1D;
	
}
h3{
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#642165;
	}
.date {
	font-family:  Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color:#711416;
	}
.linkback {
	margin-left:10px;
	margin-right:10px;
}

#nav {
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	}

#footernav {
	color:#fecd08;
	font-family: xsans-serif;
	font-size:11px;
	}

#footernav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fecd08;
	letter-spacing: normal;
	font-weight: normal;
	z-index:2;
}
.linkstext {
	top:0px;
	width:555px;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	line-height: 25px;
	min-height: 500px;
	
}
#footernav a:link {
	text-decoration: none;
}
#footernav a:visited {
	text-decoration: none;
}
#footernav a:hover {
	background: #642165;
}
#footernav a:active {
	text-decoration: none;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #3300CC;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #642165;
}
a:active {
	text-decoration: underline;
}
