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

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size:13px;
	line-height:20px;
	color:#4b291b;
	background-color: #4b291b;
	text-align:center;
}

a img { border:none; }

a:link, a:visited, a:active {
	color:#4b291b;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
hr { 
	border:0; 
	color:#4b291b; 
	background-color:#4b291b; 
	height:1px;
	margin-bottom:12px;
}
/****************** content wrapper *************/
#wrapper {
	background-image:url(images/bknd-content.jpg);
	background-repeat:repeat-y;
	width:930px;
	margin:0 auto;
	overflow:hidden;
}
/****************** navigation *************/
#navigation {
	width:930px;
	padding:8px 30px 6px 0;
	margin:0 auto;
	overflow:hidden;
	text-align:right;
	color:#bcd247;
	font-size:18px;
	background-image:url(images/bknd-header.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#navigation b, #navigation strong, #navigation bold {
	color:#d1c7b8;
	font-size:15px;
}
#navigation a:link, #navigation a:visited, #navigation a:active {
	text-decoration:none;
	color:#d1c7b8;
	font-size:13px;
	padding:2px;
}
#navigation a:hover {
	color:#bcd247;
}
/****************** homepage *************/
#homepage {
	background-image:url(images/bknd-homepage.jpg);
	background-repeat:no-repeat;
	height:525px;
	margin:0 15px;
	text-align:left;
}
#homelogo {
	padding:70px 0 0 60px;
	float:left;
}
#homepage p {
	padding:55px 0 0 80px;
	width:350px;

}
#homepage b, #homepage strong, #homepage bold {
	font-size:15px;
	font-weight:bold;
	padding-left:6px;
}

#calloutwrapper {
	width:900px;
	color:#d1c7b8;
	margin:0 auto;
	text-align:left;
}
#calloutwrapper a:link, #calloutwrapper a:visited, #calloutwrapper a:active {
	color:#d1c7b8;
}
#calloutwrapper a:hover {
	text-decoration:underline;
	color:#bcd247;
}
#calloutwrapper b, #calloutwrapper strong, #calloutwrapper bold {
	font-size:18px;
	font-weight:bold;
	color:#bcd247;
}

#left {
	float:left;
	width:150px;
	padding:0 20px 10px 20px;
	border-right:1px solid #bcd247;
}
#middle {
	float:left;
	width:350px;
	padding:18px 20px 10px 30px;
	border-right:1px solid #bcd247;
}
#right {
	float:left;
	width:250px;
	padding:12px 0 10px 30px;
}
	
/****************** interiors *************/
#interior {
	background-image:url(images/bknd-interiors.jpg);
	background-repeat:no-repeat;
	margin:0 15px;
	text-align:left;
	height:169px;
	background-position:top;
}
#logo {
	padding:35px 0 0 50px;
	float:left;
}

#content {
	width:500px;
	padding:0 60px 22px 65px;
	float:left;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}
#content ul {
	list-style:square;
	padding:0 0 12px 28px;
}
#content ol {
	padding:0 22px 18px 60px;
}
#content b, #content strong, #content bold {
	font-size:15px;
}
#content p, #halfleft p, #halfright p {
	margin-bottom:12px;
}
#content h1, #halfleft h1, #halfright h1 {
	font-weight:normal;
	font-size:22px;
	margin-bottom:12px;
	border-bottom:1px solid #4b291b;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#content h2, #halfleft h2, #halfright h2, #rightcolumn h2 {
	font-weight:normal;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#rightcolumn {
	float:left;
	margin:0 auto;
	width:200px;
	overflow:hidden;
	padding:22px;
	text-align:left;
	border:1px solid #4b291b;
}

#halfleft {
	width:365px;
	padding:0 60px 22px 65px;
	float:left;
	margin:0 auto;
	overflow:hidden;
	text-align:left;

}
#halfright {
	width:365px;
	padding:0 0 22px 0;
	float:left;
	margin:0 auto;
	overflow:hidden;
	text-align:left;

}
/****************** footer *************/

#footercontain {
	width: 900px;
	color:#795f4c;
	text-align:center;
	margin:0 auto;
	padding:80px 0 22px 0;
}

#footercontain a:link, #footercontain a:visited, #footercontain a:active {
	text-decoration:underline;
	color:#795f4c;
}
#footercontain a:hover {
	text-decoration:none;
}
