#wrapper_extra {
	overflow:hidden;
}

/* Added with V2 layout */
#header, #wrapper, #footer {
	width:770px !important;
	margin:0px auto !important;
	border-left:1px solid black;
	border-right:1px solid black;
}

/* Added with V2 layout */
#header {
	position:relative;
	left:0px;
}
#centrecontent {
	width:640px;	/* 12px less than overall width */
	/* Removed for LayoutV2
		float:right;
	*/
	height:100%;
	/* Added next two for layout V2 */
		margin-left:127px;
		* margin-left:131px;
}

#NavigationBar {
	position:relative;/*ie needs this to show float */
	width:120px;
	float:left;
	background-color:transparent;
	/*
		Remvoe for layout V2
		padding-top:167px;/*needed to make room for header
	*/
	/* Added next two for layout V2 */
	margin-left:-769px;
	padding-left:5px;

	padding-bottom:17px;/* needed to make room for footer */
	height:100%
}
#NavigationBar p {padding-left:3px;padding-right:2px}
#NavigationBar ul {
	list-style:none;
	padding-left:0px; 
	padding-top:0px; margin-top:0px;
	margin-left:0px;
	height:100%;
}
#NavigationBar ul li {
	border-bottom:white solid 1px;
	width:117px;
}
#NavigationBar ul.SubItems li a {
	background-color:transparent;
	text-align:right;
	padding:1px;
}
#NavigationBar ul li a {
	padding-top:5px; padding-bottom:5px;
	padding-left:5px;
	padding-right:3px;
	text-decoration:none;
	display:block;
	width:109px;
}
#NavigationBarBackground {
	position:absolute;
	top:0px; left:0px;
	height:100%;
	width:120px;
}
.PhotoThumbBox {
	text-align:center;
	border:1px solid black;
	padding:5px;
	width:150px;
	margin:10px;
}
.PhotoThumbBox img{
	margin:0px auto;
	display:block;
}
.NewsletterSignup {
	border:dashed 2px;
	text-align:center;
	font-size:120%;
	padding:5px;
	width:425px;
	margin-left:0px;
}

/*	Layout V2 Styles
-------------------------------------------------------------------------------*/
#centrecontent {
	width: 635px; /*width:67%; */
}
#NavigationBar {
	width:120px;
}
#centrecontent .verticalalign {
	width:635px;
}
#NavigationBar .verticalalign {
	width:120px;
}
@media all and (min-width: 0px){
	/* But Opera 9 does it right, so CSS3 hax to the max */
	div[id^="wrapper"] #centrecontent .verticalalign {
		width:635px !important;
	}
	div[id^="wrapper"] #NavigationBar .verticalalign {
		width:120px !important;
	}
}
.rssfeed{display:none;}