body {
	background: #f8f8f8;/*; color: #441000;*/
	font-family: Century Gothic, sans-serif; /*cool green color: #c4f045;*/
	font-size: 10px;
}

h3	{ 
	font-size: 15pt;
	margin-bottom: 1px;
		font-weight: normal;
		font-family: Kabel Bk BT, Century Gothic, sans-serif;
}

.intro {
/*	text-align: right;*/
vertical-align: bottom;
}

p {
	font-size: 10pt;
	/*border: 1px solid black;
	*/
}

p.other {
	text-align: left;
}

a:link, a:visited {
color: black;
	
	text-decoration: none;
	font-family: Kabel Bk BT, sans-serif;
	font-size: 13pt;
}

a:hover, a:active {
	color: #6c8701;
	font-family: Kabel Bk BT, sans-serif;
	font-size: 13pt;
}

#block {
/*	background: white;*/
	width: 100%;
	margin-top:50px;
		font-size: 10px;
}

#block2 {
	background: url("images/room.jpg") top left;
	background-repeat: no-repeat;
	height: 300px;
	margin: 10px;
	margin-left: 250px;
	width: 100%;
		border-top: 1px solid black;
	border-bottom: 1px solid black;
}

#text {
	border: 1px solid black;
	padding-top: 45px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width:300px;
	height: 300px;
	position:absolute;
	left: 595px;
	top: 25px;
	background: url(images/pixel4.png);
}

* html #text {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='images/pixel4.png',sizingMethod='scale');
	height: 375px;
}

#text2 {
	border: 1px solid black;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 10px;
	padding-right: 10px;
	width: 740px;
}

#links {
	font-family: "Kabel Bk BT";
	font-size: 10pt;
	width:750px;
}

td {
	border-bottom: 1px solid white;
}

.couch {
	width: 250px;
}


