/* Shutter Slave Styles */
body {
	margin: 0px;
	background:url(/images/background.png);
}

h1 {
	color: #000000;
	border-bottom: 1px dashed #ff7546;
	margin-bottom: 2px;
}

.transparent{
	filter:alpha(opacity=50);
	opacity: 0.5;
}

img { 
	border: 0px;
}

.maincont {
	width: 1020px;
	min-width:850px;
	margin: 0px auto;
	margin-top:5px;
}

.cont {
	background: url(/images/overlay.png);
	width:200px;
	height:133px;
	float: left;
	margin: 2px;
}

.hiddenPic {
	display:none;
}

.headercont {
	width: 1083px;
	height: 300px;
	margin: 0px auto;
}

.headersetcont {
	width: 1083px;
	height: 100px;
	margin: 0px auto;
}

img.header {
	margin: 0px auto;	
}

.portfoliocont {
	background: url(/images/portfolio-overlay.png);
	width:508px;
	height:339px;
	float: left;
	margin-right: 4px;
}

.eventscont {
	background: url(/images/events-overlay.png);
	width:508px;
	height:339px;
	float: left;
}

.settitle {
	width: 100%;
	display: block;
	text-align: center;
}

.categorytitle {
	width: 100%;
	display: block;
	text-align: center;
}

.categorycont {
	width:336px;
	height:224px;
	float: left;
	margin: 2px;
}

.pagenum {
	cursor: pointer;
	margin-left: 3px;
	margin-right: 3px;
}

.smallcont {
	width: 100%;
	margin-top: 5px;
}

#footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer a {
	font-family: Verdana, Geneva, sans-serif;
	color: white;
	font-weight: bold;
}