* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	background-color: #877e6d;
	font-size: 14px;
	color: #545454;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	height:100%;
}

div.main {
	width: 900px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
	background-image: url(_images/border-bottom.jpg);
}


.content {
	width: 798px;
	background-color: #ffffff;
	vertical-align:top;
	padding-bottom: 25px;
}

.content h1{
	margin: 10px 0 20px 20px;
	
}

.content h1 p{
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 20px;
}

.content h1 p.imgright {
	width: 275px;
	float: right;
	margin-right: 30px;
}

.bold {
	font-weight: bold;
}

ul {
	list-style-type: disc;
}

ul li {
	font-size: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 400px;
	line-height: 20px;
	font-weight: normal;
	margin-left: 17px;
}

.left{
	background-image: url(_images/border-leftbg.jpg);
	background-repeat: repeat-y;
	width:52px;
	vertical-align: top;
}

.right{
	background-image: url(_images/border-rightbg.jpg);
	background-repeat: repeat-y;
	width:50px;
	vertical-align: top;
}


.bottom{
	background-image: url(_images/border-bottom.jpg);
	background-repeat: repeat-y;
	position:absolute;
	width:900px;
	bottom:0; /* stick to bottom */
}

.bottom p{
	text-align: center;
	padding-bottom: 15px;
	font-size: 12px;
}

img.logo2 {
margin: 0 0 20px 290px;
}

img.logo3 {
margin: 10px 0 10px 0;
}



form{
	margin-bottom: 10px;
}

form p{
	margin-bottom: 10px;
}

textarea, input {
	border: 1px solid #545454;
}
	


a:link {
	text-decoration: none;
	color:#aa9773;
}

a:visited {
	text-decoration: none;
	color:#aa9773;
}

a:active {
	text-decoration: none;
	color:#aa9773;
}

a:hover {
	text-decoration: underline;
	color: #877e6d;
}