#Content img,
#ContentWithSidebar img {
	border: 2px solid #766;
}

a img{
	border:2px solid #766;
}

a img:hover {
	border: 2px solid #33188c; /* purple - a img:hover */
}

/*****************************************/

html>body#home #Layout {
	min-height : 580px;
}

html>body#classes #Layout {
	min-height : 800px;
}



#home #Content {
	padding : 18px;
	padding-bottom : 10px;
	
}


#home #Content #PhotoAndCredit {
	margin : 0 auto;
}

#home #ContentContainer {
 	position : relative;
}

#home #Content #HomeContent {
	padding-top : 16px;
	margin-left : 6px;
	margin-bottom : 18px;
	min-height : 200px;
}

#home #Content .noFeaturedContent#HomeContent {
	width : auto;
}

#home #Content .showFeaturedContent#HomeContent {
	width : 600px;
	padding-right : 10px;
	
}

#home #FeaturedContentContainer {
 	position : absolute;
 	top : 16px;
 	left : 620px;
 	width : 240px;
 	height : 100%;
 	overflow : hidden;
}

#home #FeaturedContent {
	position : relative;
	border: 1px solid #272243;
	padding: 10px 10px;
 	height : 90%;
}

#home .centered#FeaturedContent {
	text-align: center;
}

/*******************************************/

/* classes page */
#classes #ContentWithSidebar {
	
	position : relative;
    width : 620px;
    height : 100%;
    
	padding : 26px;
	padding-right : 10px;
    
	clear : both;
}


/* classes page */
#classes #SidebarContainer {
 	position : absolute;
 	top : 0px;
 	left : 680px;
 	width : 210px;
 	height : 100%;
 	
 	overflow : hidden;
}
		
/* classes page */
#classes #SidebarContainerRelative {
	position : relative;
	width : 100%;
	height : 100%;
}


#BackToClasses {
	font-size : 8pt;
	text-align : right;
	padding-bottom : 12px;
}
 
/*******************************************/

#SidebarContainer .sidebarBox {
	position : relative;
	border : 1px solid #aaa;	
	text-align : center;
	padding-top : 1em;
	padding-bottom : 1em;
	padding-left : 0.6em;
	margin-top : 30px;
	width : 200px;
 	background-color : #e3e0d7; 	/* creme - bg darker */
}

#SidebarContainer .sidebarBox .title 
{
	text-align : center;
	margin-bottom : 1em;
}

#SidebarContainer .sidebarBox#OngoingList .title {
}

#SidebarContainer #Downloads {
}

#SidebarContainer #Downloads a img{
	border : none;
	vertical-align : middle;
	opacity : 1.0;

}

#SidebarContainer #Downloads a:hover img{
	opacity : 0.7;
}

#SidebarContainer #OngoingList {
}


#SidebarContainer .childThumbnail {
	float : none;
	margin : 0 auto;
}

#SidebarContainer p.eventShortWhenWhere {
	text-align : center;
}


#SidebarContainer .childThumbnail a.childThumbnailAnchor {
}

#SidebarContainer .childThumbnail a.childThumbnailAnchor img {
}

#SidebarContainer p.eventShortSpecifics {
	margin-bottom : .2em;
}

#SidebarContainer p.eventShortTitle {
	text-align : center;
	font-weight : bold;
}



#classes #PaypalFormContainer {
	margin : 0 auto;

	}

#classes #PaypalFormContainer form {
	margin : 0 auto;
	width : 150px;
}

.eventFullListing .image_float_left#PhotoAndCredit {
	margin-right : 2em;
}

.eventFullListing .image_float_right#PhotoAndCredit {
	margin-left : 2em;
}


