/* CSS Document */

body {
	color:#333;
	text-align: center;
	font: 12px Tahoma, Verdana, Arial;
	margin: 0px 0;
	background-color: #BAA378;
	background-image: url(images/backgrd.gif);
	background-repeat: repeat;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
a:link {
	color:#2C2416;
}
a:visited{
	 color:#2C2416;
}
a:active {
	color:#2C2416;
}
a:hover {
	color:#453823;
	text-decoration:none;
}	
#wrapper {
	text-align: left;
	width: 850px;
	margin: 0 auto;
	background-color: #FFF;
	border: 1px solid  #453823;
	background-repeat: repeat;
}
#masthead{
	height: 100px;
	background: url(images/masthead.gif);
}
#leftcolumn{
	float:left; 
	width: 150px;
}
#rightcontent {
	float:right;
	width: 650px;
	color: #333333;
	margin-top: 15px;
	padding-right: 30px;
	text-align: justify;
}
#footer{
	clear:both;
	height:60px;
	text-align: center;
	background-color: #BAA378;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDA67D;
}
#footer p {
	margin-top: 10px;
	font-size: 10px;
	color:#2C2416;
}
p {
	font-size: 12px; 
	color: #333;
}
#leftcolumn p{
	font-size: 12px; 
	color: #333;
	line-height: 1.2em;
}

#rightcontent p {
	font-size: 12px; 
	color: #333;
	line-height:1.2em;
}
h1 {
	color: #453823;
	font-size: 12px; 
}
h2 {
	font-size: 13px;
	color: #2C2416;
	margin: 5px;
}
hr {
	color: #2C2416;
	height: 1px;
	width: 500px;
	text-align: center;
}
.border {
	border: 1px solid #2C2416;
}
img {
border: none;
}
/* Menu */
#menu {
	width: 150px;
	text-align: left;
}
.menu {
	vertical-align: top;
	width: 145px;
	padding: 0px;
	border-right: 1px solid #B67721;
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu ul {
	border-bottom: 0px;
	background-color: #B67721;
}
.menu ul ul {
	padding-left: 10px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 2px 10px 2px 10px;
	color: #FFFFFF;
	display: block;
	background-color: #453823;
	text-decoration: none;
	border-bottom: 1px solid #CCCCCC;
}
.menu a:hover {
	background-color: #7F5417;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #BAA378;
}
.menu_current {
	font-weight: bold;
}
/*- Images */
.fpimage {
	border: 1px solid #CCCCCC;
}
.leftborder {
	border-left: 1px dashed #2C2416;
}
.login_table {
	border: 1px solid #D0D0D0;
	margin-top: 10px;
	margin-bottom: 5px;
	text-align: center;
	padding-bottom: 3px;
}
.login_table h1 {
	color: #000;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	margin: 3px 0px 3px 0px;
}
.login_table input {
	text-transform: uppercase;
	font-size: 10px;
	margin: 5px 0px 1px 0px;
	width: 100px;
}
.search_box {
	float: right;
	clear: right;
	width: 150px;
}
.search_string {
	width: 100px;
	height: 16px;
	font-size: 10px;
	vertical-align: middle;
	border: solid 1px #000;
}
.search_submit {
	width: 50px;
	height: 22px;
	font-size: 10px;
	vertical-align: middle;
}

#boxholder {
	text-align: center;
	background-image: url(http://www.renovationsperthhills.com/images/boxholder_r3_c1.gif);
	background-repeat: repeat;
	width: 145px;
	margin-left: 5px;
	}