.footer {
clear:both;
}
html {
	margin: 0px;
	padding: 0px;
	background-image:  url(images/background-1.jpg);
	background-color: white;
	background-repeat: no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px black solid;
}
.top {
	height: 279px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	top: 0px;
	left: 0px;
}
.rightmenu {
	position: absolute;
	left: 812px;
	top: 280px;
}
.rightmenu a {
	padding-left: 12px;
	display: block;
	height: 23px;
	margin:0px;
	margin-top: 7px;
	background-color: white;
	background-image: none;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.rightmenu a:hover {
	background-image:url('images/blueline.gif');
}
hr {
	border-width: 1px 0px 0px 0px;
	border-color: #B9B9B9;
	border-style: solid;
}
small.path {
	font-family: CenturyGothic, "Myriad Pro", Arial, sans-serf;
	font-size: 10px;
	text-transform: uppercase;
	color: #777;
}
em {
	font-family: CenturyGothic, "Myriad Pro", Arial, sans-serf;
	font-size: 15px;
	font-variant: small-caps;
	color: #555;
	font-style: normal;
	letter-spacing: 0.5px;
}
form {
	padding-left: 5px;
	padding-bottom: 10px;
}
strong {
	color: #9b3216;
	font-weight: normal;
}
p {
	font-family: "Hoefler Text", Garamond, Georgia, serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	color: #333333;
}

h2 {
	font-family: "Hoefler Text", Garamond, Georgia, serif;
	font-size: 24px;
	line-height: 20px;
	color: #9b3216;
	font-weight: normal;
}
h3 {
	font-family: "Hoefler Text", Garamond, Georgia, serif;
	font-size: 24px;
	line-height: 20px;
	color: #9b3216;
	font-weight: normal;
	border-bottom: 1px #DCDCDC solid;
	margin-right: 10px;
	margin-bottom: 0px;
}
h3 a {
	text-decoration: none;
}
.main {
	width: 628px;
	padding: 15px;
	margin-left: 148px;
	margin-top: 0px;
	border-top: 1px #dcdcdc solid;
	border-left: 1px #dcdcdc solid;
	background-image:url('images/mainbackground.gif');
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 40px;
}
.bottom {
	width: 300px;
	margin-left: 5px;
	margin-right: 5px;
}
.bottom h2 {
	font-family: "CenturyGothic Bold", CenturyGothic, "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.bottom p {
	font-family: CenturyGothic, Arial, sans-serf;
	font-size: 10px;
	line-height: 15px;
	color: #E9E9E9;
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
.bottom ul {
	margin: 0px;
	padding: 0px;
}
.bottom ul li {
	margin: 3px;
	padding: 0px;
	font-family: CenturyGothic, Arial, sans-serf;
	font-size: 10px;
	line-height: 15px;
	color: #E9E9E9;
}
.bottom ul li a {
	font-family: "CenturyGothic Bold", CenturyGothic, "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	font-style: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.bottom p a {
	font-family: "CenturyGothic Bold", CenturyGothic, "Century Gothic", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
}
.right {
	float: right;
}
.bottomframe {
	clear:both;
	margin-left: 148px;
	margin-top: 0px;
	background-color: #A8A8A8;
	background-image: url('images/bottombackground.gif');
	background-repeat: repeat-x;
	width: 648px;
	border-right: 1px #A8A8A8 solid;
	padding: 7px;
}

a:link {
	color: #9b3216;
}
a:visited {
	color: #660000;
}
a:hover {
	color: #aa482d;
}
.textfield {
border: 1px #aaa solid;
background: white;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 5px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}
#lipsum img {
padding: 1px;
border: 1px black solid;}
.alignleft {
	float:left;
	clear: both;
	margin-right: 10px;
}
.alignright: {
	margin-left: 10px;
	float: right;
	clear: both;
}