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


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

div.site-head {
	height: 70px;
	width: 500px;
	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 {
	
	left: 720px;
	position: fixed;
	width: 80px;
	height: 95%;
	color: black;
	font-family: arial, helvetica, sans-serif;
	font-size: 14;
	border-style: dotted;
	border-width: thin;
	border-color: red;
}


a {
	text-decoration: none;
	font-variant: small-caps;
	font-size: 14;
	font-family: arial, helvetica, sans-serif;
	color: black;
}

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

div.page-head {
	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;
}

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 {
	height: 30px;
	width: 700px;
	font-size: 12;
	font-variant: small-caps;
	font-family: arial, helvetica, sans-serif;
	color: #FFC127;
	background-color: blue;
	margin-top:10px;
	float: left;
	margin-bottom:10px;
	}








