@media screen {

body {
	color: #d4d4d4;
	width: 40em;
	padding-left: 250px;
	font: small "Trebuchet MS", Helvetica, sans-serif;
	background: #444 url(images/Background.gif) repeat-y;
}

img {
	border-style: none;
}

h2 {
	color: #fff;
	font-size: 120%;
}

.menu {
	margin-top: 20px;
	margin-bottom: 4ex;
	width: 40em;
}



#at_link, at_link:link, at_link:visited {

	color: #a7a7a7;
	text-decoration: none;
		
}

#at_link:hover {
	color: #fff;

}



.menulist, menulist:link, menulink:visited {
	text-align: right;
	color: #a7a7a7;
	text-decoration: none;
	padding: 5px;
	border-bottom: thin solid #444;
	border-color: #565656;
}

.menulist:hover {
	border-bottom-color: #ff4a49;
	border-bottom-width: thin;
	color: #fff;
}

#MPphoto {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.logo {
	position: absolute;
	clear: both;
	top: 10px;
	left: 10px;
	border-style: none;
}

.side_photo {
	border-style: none;
	position: absolute;
	left: 10px;
	top: 120px;
	clear: both;
}


.first_large {
	font-size: 200%;
	float: left;
	margin-right: 3px;
	line-height: 85%;
}

#sidetext {
	position: absolute;
	left: 260px;
	bottom: 10px;
	top: auto;
	font-size: smaller;
}

}

@media print {

body {
	color: #000;
	padding-left: 0px;
	font: small "Trebuchet MS", Helvetica, sans-serif;
}

h2 {
	color: black;
	font-size: 120%;
}

.menu {
	margin-top: 20px;
	margin-bottom: 4ex;
	width: 40em;
}

.menulist, menulist:link, menulink:visited {
	text-align: right;
	color: #444;
	text-decoration: none;
	padding: 5px;
	border-bottom: thin solid #444;
	border-color: #fff;
	visibility: hidden;
}

.menulist:hover {
	border-bottom-color: #ff4a49;
	border-bottom-width: thin;
	color: #fe4a49;
}

#MPphoto {
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}

.logo {
	clear: both;
	top: 10px;
	left: 10px;
	border-style: none;
}

.side_photo {
	border-style: none;
	position: absolute;
	left: 10px;
	top: 120px;
	clear: both;
	visibility: hidden;
}

}
