@charset "UTF-8";
/* CSS Document */

/*Header */

#header {dispaly:none}
/*End Header */

/*Navigation Menu */

#nav_menu {display:none}

/*End Navigation */

a:link, a:visited {
	text-decoration: none;
	color: #000
}


/*Begin Footer Area */

#footer {display:none}

#contentarea {
	width:960px;
	height:400px;
	background-image: url(../images/assets/container/psbackground.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom:none;
	margin:0;
	padding:0;
}
#contentarealarge {
	width:960px;
	height:500px;
	background-image: url(../images/assets/container/psbackground1200.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom:none;
	margin:0;
	padding:0;
	background-attachment: scroll;
}

#contentareamedia {
	width:960px;
	height:900px;
	background-image: url(../images/assets/container/psbackground1500.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-bottom:none;
	margin:0;
	padding:0;
	background-attachment: scroll;
}
#clicktoenlarge p{display:none}

.mp_backlinks {display:none}

#printview_menu {
display:none;
}