@charset "utf-8";
/* CSS Document */

img{ 
	border: none;
	}

body{
	font-family: Tahoma;
	background-color: #999;
	text-align: center;
	}

#wrapper{
	width: 1024px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	}
	
a:link{
	text-decoration: none;
	color: #666;
	}
	
a:hover{
	text-decoration: none;
	color: #ed1a3b;
	}
	
a:active{
	text-decoration: none;
	color: #666;
	}
	
a:visited{
	text-decoration: none;
	color: #666;
	}
	
#sidebar{
	width: 325px;
	float: left;
	margin-left: 20px;
	margin-top: 25px;
	}
	
/* SITE CONTENT */

#contentHead{
	width: 675px;
	float: left;
	height: 100px;
	background-image: url(images/banner.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	
#brochureHead{
	width: 675px;
	height: 25px;
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color:#ed1a3b;
	text-align:center;
}

#brochureHead a:link{
	color: #FF3;
}

#brochureHead a:visited{
	color: #FF3;
}

#brochureHead a:hover{
	color: #CCC;
}

#brochureHead a:active{
	color: #FF3;
}

#content{
	width: 675px;
	float: left;
	margin-top: 25px;
	}
	
.genericContent{
	font-size: 12px;
	}

.oneColumn{
	margin-right: 15px;
	float: left;
	font-size: 12px;
	width: 660px;
	}

.twoColumn{
	width: 315px;
	margin-right: 22px;
	float: left;
	font-size: 12px;
	}

.threeColumn{
	width: 210px;
	margin-right: 15px;
	float: left;
	font-size: 12px;
	}
	
.classTitle{
	color: #ed1a3b;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
.classTeacher{
	font-weight: bold;
	}

.eventTitle{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16px;
	}
	
.eventInfo{
	font-size: 14px;
	}
	
.members{
	font-size: 14px;
	line-height: 24px;
	}
	
.upperMembers{
	font-size: 18px;
	line-height: 24px;
	}
	
.bigRed{
	font-size: 24px;
	font-weight: bold;
	color: #ed1a3b;
}

.italic{
	font-style: italic;	
}

.goGreen{
	color: #093;
	font-weight: bold;
	font-size: 16px;
}
	
/* INDEX ONLY STYLES */
#indexWrap{
	width: 1024px;
	height: 550px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	}
	
#indexHead{
	padding-top: 150px;
	float: left;
	width: 1024px;
	height: 140px;
	}
	
/* NAVIGATION */
#mainNav{
	width: 125px;
	float: left;
	text-align: right;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	border-right: 2px solid #ed1a3b;
	padding-right: 16px;
	}
	
#subNav{
	float: left;
	text-align: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 30px;
	padding-left: 16px;
	}
	
.navSpace{
	margin-left: 270px;
	}
	
.activePage{
	color: #ed1a3b;
	}
		
/* FOOTER */
#footer{
	width: 1024px;
	font-size: 10px;
	color: #666;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #ffffff;
	}
	
#footer a:link{
	text-decoration: none;
	color: #666;
	}
	
#footer a:hover{
	text-decoration: none;
	color: #ed1a3b;
	}

#footer a:active{
	text-decoration: none;
	color: #666;
	}
	
#footer a:visited{
	text-decoration: none;
	color: #666;
	}

/* EVENING AT MARKEIM STYLES */
#eamacWrapper{
	width: 675px;
	height: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	}

#artdiningStrip{
	float: left;
	width: 48px;
	height: 618px;
	background-image:url(images/art_dining_entertainment.gif);
	background-repeat: no-repeat;
	background-color: #231f20;
	}
	
#eamacColumn{
	float: left;
	width: 346px;
	height: 750px;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 10px;
	}
	
#eamacPicture{
	float: left;
	width: 675px;
	height: 618px;
	background-color: #FFFFFF;
	background-image:url(images/eamac_Dec09_small.png);
	}
	
#eamacFooter{
	float: left;
	width: 800px;
	font-size: 10px;
	background-color: #FFFFFF;
	text-align: left;
	}
	
.centerAlign{
	text-align: center;
	font-size: 16px;
	}