body{
	background:url('../images/bg.jpg') 50% 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:0.9em;
	line-height:1.5;
	color:#333333;
	margin:0;
	padding:0;
}
#header{
	min-height:50px;
}
#header, #menuwrap{
	width:997px;
	margin:auto;
}
#contentwrap{
	width:997px;
	margin:auto;
	background:url('../images/content-bg.gif') 0 0 repeat-y;
}
#contentwrap.splash{
	background:url('../images/splash.jpg') 0 0 no-repeat;
}
/* IE Drop Shadow */
#contentwrap{
	margin:-4px auto 0;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#262626,direction=0,strength=4) 
					progid:DXImageTransform.Microsoft.Shadow(color=#262626,direction=90,strength=6) 
					progid:DXImageTransform.Microsoft.Shadow(color=#262626,direction=180,strength=7) 
					progid:DXImageTransform.Microsoft.Shadow(color=#262626,direction=270,strength=6);
}
/* Other Browsers Drop Shadow */
#contentwrap{
	-moz-box-shadow: 0 1px 12px 2px #121212;
	-webkit-box-shadow: 0 1px 12px 2px #121212;
	box-shadow: 0 1px 12px 2px #121212;
}
/* Other Browsers Rounded corners */
#contentwrap, .masktop, .maskbottom, div.jqGalleryWrap{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
}
/* IE Rounded Corners mask background image */
.masktop{
	background:url('../images/mask-top.gif') 0 0 no-repeat;
}
.maskbottom{
	background:url('../images/mask-bot.gif') 0 100% no-repeat;
}
.pagecontent{
	background:url('../images/swirl.gif') 4px 0 no-repeat;
	padding:20px;
}
div.pagecontent.splash{
	background:none;
}
div.pagecontent div:first-child{
	position:relative;
}
/* Menu Styles */
#menuwrap{
	height:32px;
	margin:10px auto 0;
	font-size:14px;
	position:relative;
	z-index:10;
}
#menuwrap ul{
	padding:0;
	margin:0;
	list-style:none;
}
#menuwrap li{
	display:inline;
	position:relative;
	padding:4px 12px 14px 14px;
	background:url('../images/menu-div.gif') 0 7px no-repeat;
}
#menuwrap li:first-child{
	background:none;
	padding:4px 12px 14px 8px;
}
#menuwrap li ul{
	width:auto;
	height:auto;
	position:absolute;
	left:-9999px;
	top:34px;
	background:#3C3C3C;
	padding:0 0 5px;
}
#menuwrap li:hover ul, #menuwrap li.sfHover ul{
	left:0;
}
#menuwrap li ul li, #menuwrap li ul li:first-child{
	display:block;
	padding:2px 12px;
	background:none;
}
#menuwrap li, #menuwrap li a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
}
#menuwrap li a:hover{
	text-decoration:underline;
}
/* Column Layouts */
div.columnswrap{
	overflow:hidden;
}
div.layoutcols2{
	background:url('../images/div.gif') 366px 0 repeat-y;
}
div.layoutcols2 div.col1, div.layoutformcols2 div.col1, div.layoutgallery2 div.col1{
	width:367px;
	float:left;
	min-height:562px;
}
div.layoutcols2 div.col2, div.layoutformcols2 div.col2, div.layoutgallery2 div.col2{
	width:590px;
	float:left;
	min-height:562px;
}