/*Global Template Overides*/

#otherTitle {
	height: 10px; 
	overflow: hidden;
}

#subNavigation {

}

#contentLeft {
	width: 730px;
}

#contentRight {
	display: none;
}

#navigation ul li a:hover, #navigation ul li.active a {
	padding-left: 20px;
	border-left: 5px solid #660099;
	color: #660099;

}
#contentLeft ul {
	list-style: none;
}
#contentLeft ul li{
	background: url('media/images/layout/bullet01.gif') no-repeat;
	background-position: 2px left;
	padding-left: 15px;
}

.galleryBox { height: 200px; }
.galleryWindow {
float: left; margin: 15px;  text-align: center;
}
.galleryWindow img {
padding-bottom: 50px;
border-bottom: 4px solid #660099;
}

.galleryWindow a, .galleryWindow a:visited, .galleryWindow a:hover {
font-weight: bold;
text-decoration: none;
color: #999999;
}