/* REFLECTIONS OF HOME - CSS */

body {
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.jpg);
	text-align: center;
}

div#wrapper {
	width: 760px;
	margin: 0 auto 10px auto;
	text-align: left;
	min-height: 800px;
	height: auto !important;
	height: 800px;
	position: relative;
}

div#container {
	background: #FFF;
	position: relative;
	width:760px;
	min-height: 800px;
	height: auto !important;
	height:800px;
}

#content {
	width: 740px;
	margin: 10 10 10 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#spacer {
	height: 40px;
}

#header {
	background-image: url(../img/header.jpg);
	width: 760px;
	height: 213px;
}

#footer {
	width: 750px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	margin-top: 10px;
}

#breadcrumbs {
	background-color:#FFF;
	width: 760px;
	height: 40px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* FOOTER LINKS */
div#breadcrumbs a:link {color: #653D48; text-decoration: none;}
div#breadcrumbs a:visited {text-decoration: none; color: #653D48;}
div#breadcrumbs a:hover {text-decoration: underline; color: #999;}
div#breadcrumbs a:active {text-decoration: none; color: #653D48;}
