/* CSS Document */
/* done for browser compatibily */
html, body, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, textarea {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	line-height: 20px;
	color: #FFFFFF;
	text-align: center;
	background-color: #771F20;
	margin-top: 10px;
}
h1 {
	color: #CCCCCC;
	text-align: right;
	font-size: 24px;
	font-weight: bolder;
	height: auto;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* Page Layout*/

#navbarbot {
	color:#000000;
	font-size: 83%;
}
#navbarbot a {
	color: #010101;
	text-decoration: none;
}
#navbarbot a:hover {
	background: #F7E0DF;
	color: #000000;
}
.clearit{
clear: both;
}
.clearRight{
clear: right;
}
.clearLeft{
clear: left;
}
#container {
	width: 760px;
	text-align: center;
	height: 500px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/solidBkgr.gif);
	margin-top: 0px;
	margin-bottom: 0px;
}

#container #navbottom {
	clear: both;
	margin-left: 10px;
	text-align: left;
	color: #010101;
}
#container #copy {
	float: right;
	width: 400px;
	margin-top: 33px;
	text-align: left;
	background-color: #A13029;
	color: #FFFFFF;
	margin-right: 20px;
	padding: 15px;
	margin-left: 10px;
	border: 3px none #3B1E1F;
	line-height: 18px;
	margin-bottom: 22px;
	font-size: 85%;
}
h2 {
	font-size: 120%;
	margin-bottom: 6px;
}

#container #navbarbot .hello {
	margin-left: 25px;
}
#contactimg {
	float: right;
	height: 200px;
	margin-top: 180px;
	margin-right: 58px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

