#wrapper {
	border: 4px solid #4A2F26;
	width: 760px;
	font-size: 12px;
	background: center;
	text-align: center;
	margin: 0px auto;
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: #FFECD9 url(images/bk.jpg);
	margin: 0px auto;
	padding: 0px;
}


#header {
	background: #4A2F26 url(images/header.jpg) no-repeat center top;
	height: 120px;
	width: 760px;
}

#navbar {
	color: #330000;
	background: #CFB39E;
	height: 22px;
	width: 760px;
	border-bottom: 2px solid #4A2F26;
	float: left;
	font-size: 14px;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	white-space: nowrap;
	padding-top: 5px;
	border-top: 2px solid #4A2F26;
}
#navbar a:link {
	color: #330000;
	text-decoration: none;
}

#navbar a:hover {
	color: #330000;
	text-decoration: none;
	background: #FFFFFF;
}

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

#addressbar {
	color: #DBC5B5;
	background: #4A2F26 url(images/address.jpg) no-repeat center center;
	height: 20px;
	width: 760px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 1px;
}

p {
	text-align: justify;
}

#content {
	margin: 0px;
	padding: 0px 15px 15px;
	height: auto;
	width: 730px;
	float: left;
	background: #FFF8F0;
}
h2 {
	font-size: 16px;
	color: #330000;
}


#sidebar {
	margin: auto;
	padding: 0px;
	background: #FFF8F0;
	height: auto;
	width: 258px;
	text-align: center;
	vertical-align: top;
	float: right;

}
h1 {
	color: #330000;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding-top: 10px;
}




#footer {
	background: #4A2F26 url(images/footer.jpg) no-repeat center top;
	clear: both;
	height: 38px;
	width: 760px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #CFB39E;
	padding-top: 5px;
	border-top-style: solid;
	border-top-color: #4A2F26;
}

#footerleft {
	text-align: left;
	text-indent: 5px;
	float: left;
	height: 12px;
	width: 150px;
	font-size: 12px;
	padding: 7px;
}
#footerright {
	font-size: 11px;
	text-align: right;
	text-indent: 5px;
	float: right;
	height: 14px;
	width: 150px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 10px;
}
#footer a:link, a:visited {
	color: #FFCC99;
	text-decoration: none;
}
#content a:link, a:visited {
	color: #573B30;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	color: #FF9966;
	font-weight: bold;
	text-decoration: none;
}


#footer a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

