#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 {
	margin-left:10px;
	height:100%;
}

#NavigationBar {
	margin-left:0px;
	width:auto; height:auto;
	margin-bottom:0px !important; padding-bottom:0px !important;
	border-top:1px solid black;
	width:770px;
	padding:0px;
}
#NavigationBar p {padding-left:3px;padding-right:2px}
#NavigationBar ul {
	padding-left:0px; padding-top:0px; 
	margin-left:0px; margin-top:0px; margin-bottom:2px;
	height:auto;
	list-style:none;
}
#NavigationBar ul li {
	display:inline;
	list-style-type:none;
	float:left;
}
#NavigationBar ul.SubItems li a {
	background-color:transparent;
	text-align:right;
	padding:1px;
}
#NavigationBar ul li a {
	padding:5px 13px;
	border-right:1px solid black;
	text-decoration:none;
	display:block;
}
#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
-------------------------------------------------------------------------------*/
@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;
	}
}
