@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background-color: #CCCCC2;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;

}
.thrColFixHdr #container { 
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto; 
	border: 0px solid #000000;
	text-align: left; 
	background-image: url('../images/background_cols.gif');
	background-repeat: repeat-y;

} 
.thrColFixHdr #header {
	position:relative;
	background-image: url('../images/AAL-Banner2.jpg');
	padding: 0;
	height:160px;
	width:900px;
	z-index:1;
} 
.thrColFixHdr #header h3 {
	margin: 0; 
	padding: 157px 15px 0 0 ;
	text-align:right;
	font-size:90%;
	/*font-size:14px;*/
	font-weight:bold;
}
.thrColFixHdr #bar {
	background-image: url('../images/nav.png');
	padding: 0;
	height:20px;
} 
.thrColFixHdr #sidebar1 {
	float: left; 
	width: 165px;
	margin: 0;
	padding: 0;
	min-height:450px;
}
.thrColFixHdr #sidebar2 {
	float: right; 
	width: 240px; 	
	margin: 0;
	padding: 0;
}



.thrColFixHdr #mainContent { 
	margin: 0 260px 0 190px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0;
} 
.thrColFixHdr #footer { 
	padding: 0;
	text-align:center;
	background: #94947f;
} 
.thrColFixHdr #footer p {
	margin: 0; 
	padding: 10px 0; 
	color: #EEE;
}
.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;
}

p {
	color:#000000;
	font-size:80%;
	/*font-size:11px;*/
	line-height:130%;
	margin-top:3px;
}

p a{

	color:#000000;
	
	/*font-size:11px;*/
	line-height:130%;
}

p a:hover{
	color:#636534;
}



h1 {
	color:#5C5C4D;
	font-size:150%;
	/*font-size:24px;*/
}
h2 {
	color:#5C5C4D;
	font-size:115%;
	margin-bottom: 0px;
	/*font-size:24px;*/
}
.head2 {
	color:#636534;
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}

.sidelist {
	color:#636534;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	margin:0;
	padding:20px 0;
	line-height:150%;
}


.address{
	font-size:75%;
	padding:5px;
	color:#636534;
}
.address a{
	
	color:#636534;
}

.center{
	text-align:center;
}
.footlist{
	color:#000000;
	font-size:80%;
	/*font-size:11px;*/
	line-height:150%;
	/*float:left;*/
	margin:0;
	padding:5px 0 3px 20px;
	
}
ul {
	margin: 0;
	padding: 0 ;
}

.credits {
	color:#000000;
	font-size:60%;
	/*font-size:11px;*/
	line-height:100%;
}
.credits a{
	color:#333;
}

.credits a:hover{
	color:#FFF;
}


#art-page-background-simple-gradient
{
	position: absolute;
	background-image: url('../images/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 160px;
	z-index:-1;
}


/*for the galleries*/
.slideshow { /*CSS for DIV containing each image*/
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.slideshow img { /*CSS for each image tag*/
	border: 0;
	width: 70px;
	height: 70px;
}
#navlinks { /*CSS for DIV containing the navigational links*/
	width: 240px;
}
#navlinks a { /*CSS for each navigational link*/
	margin-right: 8px;
	margin-bottom: 3px;
	font-size: 110%;
}
#navlinks a.current { /*CSS for currently selected navigational link*/
	background-color: yellow;
}
