* { padding: 0; margin: 0; }

body {
	font-family: "Century Gothic";
	font-size: 14px;
	background: #6c2f2c;
	color: #6C2F2E;
}

a{
	font-weight: bold;
	color: #6C2F2E;
}
a:hover{
	text-decoration: none;
}

.hd1 {
	font-size: 18px;
	font-weight: bold;}
	
#wrapper {
	margin: 0 auto;
	width: 950px;
	background-image: url(images/bgwrap.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;

}
#header {
	width: 950px;
	float: left;
	height: 195px;
}
#leftcolumn {
	width: 550px;
	float: left;
	padding-left: 40px;
}
#rightcolumn {
	float: right;
	height: auto;
	width: 300px;
	display: inline;
	padding-right: 50px;
	font-weight: bold;
}
#footer {
	width: 870px;
	height: 160px;
	clear: both;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	color: #F2EFC4;

}
.bttm{
	clear: both;
	float: left;
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 820px;
}
img {border:0px}
