body{
	font-family : Trebuchet MS, Helvetica, sans-serif;
	font-size :97%;
	background-image : url(../fx/bg.gif);
	background-repeat : repeat-y;
	background-color: White;
	color: Navy;
}
div.header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 760px;
}
div.menu{
	position: absolute;
	z-index:10;
	top: 110px;
	left: 0px;
	width: 155px;
	height: 330px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;
}
div.menu ul{
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
}
div.menu li{
	line-height : 15px;
	margin-bottom: 10px;
}
div.menu a:link{
	color: Navy;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
div.menu a:visited{
	color: Navy;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
div.menu a:hover{
	color: #CC0000;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
div.menu a:active{
	color: Navy;
	background-color : transparent;
	text-decoration : none;
	font-weight: bold;
}
p.address{
	position: absolute;
	top: 219px;
	width: 116px;
	color: Navy;
	font-size : 1em;
	background-color : transparent;
	margin-left: 10px;
	margin-top: 30px;
	padding: 4px 8px 4px 8px;
	border: 1px solid Silver;
}
div.content{
	position: absolute;
	z-index: 20;
	top: 100px;
	font-size: .9em;
	left: 185px;
	width: 560px;
}
.content li{
		line-height : 150%;
}
.content img {
	margin: 0px 0px 20px 20px;
}
p{
	margin-top: 10px;
	margin-bottom: 10px;
	line-height : 140%;
}
h1{
	font-size : 1.3em;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	width: 500px;
	position: relative;
	z-index: 20;
	margin-left: 0px;
	padding-left: 20px;
	margin-top: 20px;
	margin-bottom: 25px;
	background-image : url(../fx/h1dots.gif);
	background-repeat : no-repeat;
	background-position : left;
}
h4{
	font-size : 1.1em;
	font-family : Trebuchet MS, Helvetica, sans-serif;
	background-image : url(../fx/h1dots.gif);
	background-repeat : no-repeat;
	padding-left: 20px;
	background-position : left;
}

a:link {
	font-weight : normal;
	color : #FF9900;
	text-decoration : none;
}
a:visited {
	font-weight : normal;
	color : #FF9900;
	text-decoration : none;
}
a:hover {
	font-weight : normal;
	color : #CC0033;
	text-decoration : underline;
}
a:active {
	font-weight : normal;
	color : #FF9900;
	text-decoration : none;
}
p.logo{
	position: absolute;
	top: 450px;
	width: 160px;
	margin-left: 15px;
}
p.likeit{
	position: absolute;
	top: 470px;
	width: 106px;
	color: #A9A9A9;
	font-size : .9em;
	background-color : transparent;
	margin-left: 15px;
	margin-top: 30px;
	padding: 4px 10px 4px 10px;
	border: 1px solid Silver;
}
p.likeit a:link{
	color: #A9A9A9;
	font-weight : bold;
	text-decoration: underline;
}
p.likeit a:visited{
	color: #A9A9A9;
	font-weight : bold;
	text-decoration: underline;
}
p.likeit a:hover{
	color: #CC3300;
	font-weight : bold;
}
input, textarea{
	border : 1px solid White;
	background-color : #CCCCFF;
}
input.button{
	background-color: #000066;
	border : 1px solid White;
	color: white;
}
table.prices{
	position: relative;
	left: 0px;
	top: 0px;
	width: 560px;
	margin-bottom: 5px;
}
td.tablehead{
	padding: 4px 10px 4px 10px;
	background-color : #CCCCCC;
	color: #000000;
	font-weight: normal;
}
td.tdleft{
	position: relative;
	width: 140px;
	padding: 4px 10px 4px 10px;
	font-size : 1em;
	background-color : #CCCCFF;
	color: #000000;
}
td.tdright{
	position: relative;
	width: 380px;
	padding: 4px 10px 4px 10px;
	font-size : 1em;
	background-color : #006699;
	color: #ffffff;
}
td.tdone{
	position: relative;
	width: 180px;
	padding: 4px 10px 4px 10px;
	font-size : 1em;
	background-color : #006699;
	color: #ffffff;
}
td.tdbed{
	position: relative;
	width: 100px;
	padding: 4px 10px 4px 10px;
	font-size : 1em;
	background-color : #006699;
	color: #ffffff;
}
td.tdprice{
	position: relative;
	width: 115px;
	padding: 4px 10px 4px 10px;
	font-size : 1em;
	background-color : #006699;
	color: #ffffff;
}
p.address{
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	width: 120px;
	font-size : 1em;
	color: #666;
}