@import url("generic.css");
@import url("content.css");
@import url("frameworkprint.css");


HTML,BODY {
	float:none;
	margin:0;
	overflow:visible;
	padding:0;
	width:100%;
	text-align: left;
}

#content {
	text-align: left;
	width: 550px;
	font-family: verdana;
}

#content P {
	line-height: 18px;
}


.tx-guestbook-form {
	display: none;
}

div#wrapper {
	width: 100% !important;
	overflow: visible !important;
	background: white !important;	
	text-align: left !important;
	margin: 0 !important;
}

.colmask3 .col1 { /* Content */
	overflow: visible !important;
	float: none;
	width: 80%;
	margin-left: 15px;
}  

.col2, .col3 {
	display: none ;
}


div#footer {
	clear: both;
}