/* -------Layout CSS------- */

.clear { clear: both; margin: 0; padding: 0; }
#content_prop { height: 420px; float: left; width: 1px; }
#content_prop_clear { clear: both; height: 1px; overflow: hidden; }
.devnotes { color: red; font-size: 14px; font-weight: bold; }


html, body, div {
	padding: 0; margin: 0; border: none;
}

body {
	width: 100%;
	font: 76% normal Helvetica, Verdana, Tahoma, Arial, sans-serif;
	background: url('../images/body.gif') repeat;
	color:#4B381E;
}
td{
color:#4B381E;
}
#outer_wrapper {
	text-align: center;
	background: url('../images/outer_wrapper.gif') top repeat-x;
}

#page {
	text-align: left;
	width: 776px;
	margin: 0 auto;
}

#header {
	width: 776px;
	height: 237px;
	background: url('../images/header1.jpg') top no-repeat;
	position: relative;
}

#navbar {
	width: 776px;
	height: 47px;
	background: url('../images/navbar.jpg') top no-repeat;
	overflow: visible;
	position: relative;
	z-index:5;
}

#sidebar {
	float: left;
	width: 230px;
	height: 377px;
	padding: 0;
	background: url('../images/sidebar_fill.gif') left repeat-y;
	overflow: visible;
	position: relative;
	z-index: 1;

}

#sidebar_wrap {
	padding-left: 40px;
	padding-right: 10px;
	min-height: 200px;
	background: url('../images/sidebar_top.gif') top left no-repeat;
}

* html #sidebar_wrap {
	height: 200px;
}
#sidebar_pad{
	padding:25px 5px 10px 15px;
	font-size:90%;
	color:#4A361D;
	position: relative;
	z-index: 500;

}

* html #sidebar_wrap {
	padding-bottom: 0.5em;
}

#content_wrapper {
	width: 100%;
	background: #fbf9f8 url('../images/content_wrapper.jpg') right repeat-y;
}

#content_wrapper_two {
	width: 100%;
	height: 100%;
	background: transparent url('../images/content_wrapper_two.gif') left repeat-y;
}

#content {
	width: 500px;
	padding: 10px 10px 0px 20px;
	margin-left: 230px;
}
#content_index_pad {
	padding: 0px 20px 30px 5px;
}

#content_footer {
	clear: both;
	width: 776px;
	height: 27px;
	background: url('../images/content_footer.jpg') bottom no-repeat;
	position: relative;
}

#sidebar_bottom {
	background: url('../images/sidebar_bottom.gif') bottom no-repeat;
	height: 319px;
	width: 201px;
	position: absolute;
	left: 34px;
	top: -319px;
}


#photo {
	position: absolute;
	top: 56px;
	right: 0px;
}
