body {
	font-family: arial, verdana;
	margin: 0px;
	background: #8a582f;
	font-size: 80%;
}

#container {
	width: 780px;
	margin: 20px auto;
}

#header {
	position: relative;
	height: 90px;
}
#header img {
	margin-left: 10px;
}

#phoneno {
	position: absolute;
	font-size: 120%;
	top: 0px;
	right: 60px;
	color: white;
	font-weight: bold;
	letter-spacing: 2px;
}

#breadimg {
	margin:auto;display:block;padding:10px 0px;
}

#nav {
	position: absolute;
	bottom: 0px;
	right: 10px;
	float: right;
}
#nav ul {
	list-style: none;
	float: right;
	margin: 0;
}
#nav ul li {
	float: left;
	height: 22px;
	width: 81px;
	background: url(images/tab.jpg) no-repeat;
	margin: 0px 1px;
	text-align: center;
	font-size: 85%;
	padding-top: 8px;
}
#nav ul li a {
	color: #8a582f;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}


#content {
	background: white url(images/top.jpg) no-repeat top;
	clear:both;
}

#right {
	float: left;
	width: 230px;
	padding-right: 10px;
	padding-left: 10px;
}

#center {
	float: left;
	width: 490px;
	padding-left: 20px;
	padding-right: 10px;
}
#center p a {
	text-decoration: none;
	color: #8A582F;
}

#footer {
	clear: both;
	font-size: 85%;
	text-align: center;
	height: 60px;
	background: white url(images/bottom.jpg) no-repeat bottom;
}
#footer {
	margin: 0px;
	padding: 10px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {
height:1%;
}
*+html .clearfix {
height:1%;
}
.clearfix {
display:block;
}

h1 {
	color: white;
	font-size: 130%;
	position: absolute;
	top: 25px;
	right: 60px;
	margin: 0px;
}

h2, h3, strong {
	color: #8a582f;
}

h2 {
	font-size: 150%;
}

label {
	float: left;
	width: 120px;
	margin: 5px 0px;
}

input, select {
	margin: 5px 0px;
}

img {
	border: none;
}
