div#pageSetup {
	position:absolute;
	width:1004px;
	left:-502px;
	margin-left:50%;
	min-height:100%;
}
div#pageSetup.main {
	background-image:url(../aieg-images/main_background.gif);
	background-repeat:repeat-y;
}
div#pageSetup.ecms {
	background-image:url(../aieg-images/ecms_background.gif);
	background-repeat:repeat-y;
}

div#pageSetup.about {
	background-image:url(../aieg-images/about_background.gif);
	background-repeat:repeat-y;
}

div#pageSetup.gallery {
	background-image:url(../aieg-images/gallery_background.gif);
	background-repeat:repeat-y;
}
div#pageSetup.artists {
	background-repeat:repeat-y;
	background-image:url(../aieg-images/artists_background.gif);
}
div#pageSetup.outreach {
	background-repeat:repeat-y;
	background-image:url(../aieg-images/outreach_background.gif);
}


.column {
	width:200px;
	float:left;
	min-height:100%;
}
.grey {
	background-color:#f0f0f0;
}

.column img.logo {
	margin:10px 41px 11px 40px;
}

.column img.menu {
	padding:10px 10px 10px 10px;
	background-color:#ffffff;
}

.column div.content {
	margin:10px 10px 10px 10px;
	height:inherit;
}
.column div.menuContent {
	padding:10px 10px 0 10px; 
	background-color:#ffffff;
}


.column div.menuTop_ecms {
	background-color:#f0f0f0;
	width:180px;
	height:10px;
	background-repeat:no-repeat;
}

.column div.menuBottom_ecms {
	position:absolute;
	bottom:0px;
	width:180px;
	height:20px;
}

.column div.menuContent_ecms {
	background-color:#f0f0f0;
	padding:0 10px 10px 10px;
}

.column div.menuTop_about {
	background-color:#ff8000;
	background-image:url(../aieg-images/about_top.gif);
	width:180px;
	height:10px;
	background-repeat:no-repeat;
}
.column div.menuBottom_about {
	position:absolute;
	bottom:0px;
	background-color:#ffffff;
	background-image:url(../aieg-images/about_bottom.gif);
	background-position:top;
	background-repeat:no-repeat; 
	width:180px;
	height:20px;
}
.column div.menuContent_about {
	background-color:#ff8000;
	padding:0 10px 10px 10px;
}

.column div.menuTop_gallery {
	background-color:#3a3aba;
	background-image:url(../aieg-images/gallery_top.gif);
	width:180px;
	height:10px;
	background-repeat:no-repeat;
}
.column div.menuBottom_gallery {
	position:absolute;
	bottom:0px;
	background-color:#ffffff;
	background-image:url(../aieg-images/gallery_bottom.gif);
	background-position:top;
	background-repeat:no-repeat; 
	width:180px;
	height:20px;
}
.column div.menuContent_gallery {
	background-color:#3a3aba;
	padding:0 10px 10px 10px;
}

.column div.menuTop_artists {
	background-color:#cc2828;
	background-image:url(../aieg-images/artists_top.gif);
	width:180px;
	height:10px;
	background-repeat:no-repeat;
}
.column div.menuBottom_artists {
	position:absolute;
	bottom:0px;
	background-color:#ffffff;
	background-image:url(../aieg-images/artists_bottom.gif);
	background-position:top;
	background-repeat:no-repeat; 
	width:180px;
	height:20px;
}
.column div.menuContent_artists {
	background-color:#cc2828;
	padding:0 10px 10px 10px;
}

.column div.menuTop_outreach {
	background-color:#35ac35;
	background-image:url(../aieg-images/outreach_top.gif);
	width:180px;
	height:10px;
	background-repeat:no-repeat;
}
.column div.menuBottom_outreach {
	position:absolute;
	bottom:0px;
	background-color:#ffffff;
	background-image:url(../aieg-images/outreach_bottom.gif);
	background-position:top;
	background-repeat:no-repeat; 
	width:180px;
	height:20px;
}
.column div.menuContent_outreach {
	background-color:#35ac35;
	padding:0 10px 10px 10px;
}

#content {
	z-index:4;
	float:left;
	width:800px;
	background-color:#ffffff;
	margin-top:10px;
}
#content div.content {
	position:relative;
}

#IE6fix {
	position:absolute;
	width:1000px;
	left:-500px;
	margin-left:50%;
	height:2px;
	margin-bottom:-1px;
	line-height:2px;
	font-size:2;
	bottom:0;
	background-color:#ffffff;
}

.ecmsBG {
	background-color:#f0f0f0;
}
.ecmsSelected {
	background-color:#e0e0e0;
	color:#000000;
}
.aboutBG {
	background-color:#ff8000;
}
.aboutSelected {
	background-color:#FF9D00;
	color:#ffffff;
}
.galleryBG {
	background-color:#3A3ABA;
}
.gallerySelected {
	background-color:#484ADA;
	color:#ffffff;
}
.artistsBG {
	background-color:#CC2828;
}
.artistsSelected {
	background-color:#E13A29;
	color:#ffffff;
}
.outreachBG{
	background-color:#35AC35;
}
.outreachSelected {
	background-color:#24BA24;
	color:#ffffff;
}

.ecmsText, .normalText {
	color: #333333;
}


.aboutText, .about li {
	color: #ff8000;
}

.galleryText, .gallery li {
	color: #3A3ABA;
}

.artistsText, .artists li{
	color: #CC2828;
}

.outreachText, .outreach li {
	color: #35AC35;
}

/* thumbnails in the gallery */


.thumbRow {
	position:relative;
	clear:both;
	padding:0 0 10px 10px;
}
.clearBoth {
	position:relative;
	clear:both;
}
.thumbRowEnd {
	position:relative;
	font-size:1px;
	line-height:1px;
	width:1px;
}
.thumbDiv {
	position:relative;
	float:left;
	width:180px;
	height:auto;
	background-color:#ffffff;
}

.photoBorder {
	border:1px solid #000000;
	padding:5px;
}
.photoBorder .image {
	width:170px;
	height:100px;
	background-color:#f5f5f5;
	text-align:center;
	vertical-align:middle;
}

.thumbDescription {
	padding:5px;
}

.thumbDescription h3 {

}
.thumbDescription p {
	text-align:justify;
	
}
.thumbGutter {
	position:relative;
	float:left;
	width:20px;
}
