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


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

div.site-head {
	height: 70px;
	width: 350px;
	font-size: 30;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
	color: #FFC127;
	background-color: blue;
	float: left;
	margin-bottom:10px;
}

div.navbar {

	width: 250px;
	height:70px;
	float: left;
	background-color: #898989 ;
	color: white;
	font-family: arial, helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
	color: white;
	border-left-width: thick;
	border-left-color: #898989 ;
	border-left-style: solid;
}

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

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


div.page-head {
	background-color: #898989;
	color:white;
	float: left;
	width:200px;
	height:70px;	
	font-family: arial, helvetica, sans-serif;
	font-variant:small-caps;hh
	font-size:30;
	
}

div.main
{
	clear:both;
	width:500;
	background-color:yellow;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
	float:right;
	border-style: dotted;
	border-width: thin;
	border-color: red;
}
table.pricing {
	background-color: yellow;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-size: 16;
	border-style: dotted;
	border-width: thin;
	border-color: red;
	float: left;
	clear: left;
	width: 160px;
}

div.pricing-info
{
	background-color: yellow;
	margin: 10px;
	padding: 10px;
	font-style: italic;
	font-size: 10;
	border-style: dotted;
	border-width: thin;
	border-color: red;
	float: left;
	clear: left;
	width: 140px;
}

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

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

div.caption {
	border-bottom-style: dotted;
	width: 160px;
	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: 12;
	width: 700px;
	height: 20px;
}

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








