body {
	width: 800px;
	background-color: #FEFFE0;
	margin:20px;
}


p {
	padding-left: 10px;
	padding-right:10px;
	}

div.site-head,div.page-head{	background-color: white;	text-align:center;}

h1,h2,h4 {
	font-weight: normal;
	font-variant: normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

h1
{
font-size: 32pt;
}

div.site-head h2 {
	font-size: 14pt;
	margin: 5px;
}

div.site-head h1 {
	font-size: 28pt;
	margin: 5px;
}

div.site-head h3 {
	font-size: 16pt;
	font-style: normal;
	margin: 5px;
	font-weight: normal;
}

div.site-head,div.page-head,div.navbar{
	margin-bottom:1em;
	margin-top:2em;
	height:8em;
	border-color:#8c4c6c;
	border-top-style:solid;
	border-bottom-style:solid;
	}

div.site-head {
	width: 350px;
	color: blue;
	float: left;

}

div.page-head {
	font-family: arial, helvetica, sans-serif;
	width: 250px;
	float: left;
	color: black;
}



div.navbar {
	background-color: #F1F0DE;
	font-family: arial, helvetica, sans-serif;
	float: left;
	width: 200px;
}

a {
	border-left-color: #FFF8A5;
	border-left-style: solid;
	border-left-width: thick;
	color: blue;
	font-family: arial, helvetica, sans-serif;
	font-variant: small-caps;
	text-decoration: none;
}

a:hover {
	background-color:white;
	color:#898989;
}

a.this {
	border-left-color: #FF89A2;
	border-left-style: solid;
	border-left-width: thick;
}

a.plain {border-style:none;
	   font-variant:normal;
	   color:blue;}
a.footer {color:white;
	    border-left-color:black;}
	    
a.footer:hover{color:white;
		background-color:blue;
		border-left-color:red;}	    
	    

div.sidebar{float:left;
	        clear:left;}

div.main
{
	float:left;
	width:550;
	background-color:#fae881;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
	border-style: dotted;
	border-width: thin;
	border-color: red;
}
table.pricing {
	background-color: white;
	margin: 20px;
	padding: 10px;
	font-style: italic;
	font-size: 16;
	border-style: dotted;
	border-width: thin;
	border-color: red;
	float: left;
	clear: left;
	width: 180px;
}

div.pricing-info, div.accommodates, div.contact
{
	background-color: white;
	color: black;
	margin: 20px;
	margin-top:0px;
	padding: 10px;
	font-style: italic;
	font-size: 12;
	border-style: dotted;
	border-width: thin;
	border-color: red;
	float: left;
	clear: left;
	width: 160px;
}

div.contact p
{
font-size: 9pt;
}

img {
	float:left;
	clear:left;
	margin: 12px 12px 12px 20px;
	width:180px;
	background-color: #7EFFF0;
	border-style: dotted;
	border-width: thin;
	border-color: red;
}

img.right{float:right}
img.left{float:left}

div.caption {
	display: none;	
	border-bottom-style: dotted;
	width: 180px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	clear: left;
	float: left;
	border-color: red;
	border-width: thin;
	font-size: 12;
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
	color: red;
}


div.footer {
	float: left;
	margin-top: 10px;
	background-color: blue;
	color: #FFC127;
	font-family: arial, helvetica, sans-serif;
	font-variant: small-caps;
	font-size: 10;
	width: 100%;
	height: 20px;
}

h3 {
	font-style: italic;
	font-family: arial, helvetica, sans-serif;
}








