/* WIDE CSS Document */
.wide #logo, .wide #logonm {
	position: relative;
	height: 45px;
	width: 180px;
	margin-left: 100px;
	padding-top: 40px;
}
.wide #logo a span, .wide #logonm a span {
	background: url(images/pag-logo-wide.png) no-repeat;
	height: 80px;
	width: 180px;
}
.wide #logonm a span {
	background: url(images/pag-logo-name-wide.png) no-repeat;
}
.wide #logo a:hover span, .wide #logonm a:hover span {
	background-position: 0 -84px;
}
.wide #Column1{
	width: 280px;
	font-size:1.3em;
}
.wide #Column2{
	margin-left: 280px;
	font-size:1.3em;
}
.wide .menu {
	width: 255px;
	border-right: 3px solid #e6e6e6;
}
.wide .menu li a{
	margin-right: -3px;
	padding-top: 0.5em;
}
.wide .menu li a:hover, .wide .menu li.current_page_item a{
	background: url(images/marker-wide.png) no-repeat right center;
}