/* profile.css -
   Stylesheet for profile.dwt template */

/* Import global styles */

@import url('global.css');

#mainframe {
	width: 700px;
}

#hostbox {
	margin-bottom: 40px;
	text-align: center;
	font-weight: bold;
	font-size: 70%;
}

/* Classes */

.banner img {
	display: block;
}

.hosturl {
	color: #333333;
}

.hostemailbox {
	border: 2px solid #663300;
	padding: 5px;
	width: 60%;
	margin: 20px auto;
}


@media print {

#header {
	display: none;
}

.backlink {
	display: none;
}

.hostemailbox {
	display: none;
}

}