html {
	height: 100%;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;	
	background-image:url('../images/background7.jpg');
	background-repeat: repeat-x;
	background-color: #FFEFD6;
	/*background-color: #A86A21;*/
	background-position: 0 0;
}

#container {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 100%
	float: left;	
}

#title {
	height: 30%;	
	width: 1000px;
	margin-top: 10px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;	
	border: 0px solid #FFEFD6;
}

#center_container {
	height: 70%;
	width: 100%;
	float: left;
}

#content_container {
	margin-left: auto;
	margin-right: auto;
	height: 608px;
	width: 1000px;
	border: 3px solid #FFFFFF;
	/*background-color: #52220B;*/
	/*background-color: #852414;*/
	/*background-color: #A86A21;*/
	background-color: #A28219;
	/*background-color: #FFEFD6;*/
}

#navigation {
	height: 26px;
	width: 100%;
	float: left;
	display: inline;	
	border: 0px solid #E95107;
}

#middle {
	height: 555px;
	width: 100%;
	float: left;
	display: inline;	
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	/*
	background-image:url('../design/border.jpg');
	background-repeat: repeat-x;
	*/
	/*border-image:url('../design/border.jpg') 2 2 repeat;*/
}

#separator {
	height: 4px;
	width: 93%;
	margin-top: 15px;
	/*background-image:url('../design/border.jpg');
	background-repeat: repeat-x repeat-y;*/
}

#middle_center {
	height: 508px;
	width: 90%;
	margin-top: 0px;
	padding: 5px 5px 5px 20px;
	border: 0px solid #E95107;
	background-color: #FFFFFF;
	color: #502800;
	text-align: left;
}

#middle_content {
	border: 0px solid #E95107;
}

#home_title {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 25px;
	text-align: center;
	border: 0px solid #E95107;
}

#home_photo {
	width: 230px;
	padding-top: 0px;
	display: inline;
	float: left;
	border: 0px solid #E95107;
}

#home_content {
	width: 70%;
	float: left;
	border: 0px solid #E95107;
}

#contact_photo {
	width: 500px;
	margin-left: 25px;
	display: inline;
	float: left;
	border: 0px solid #E95107;
}

#contact_content {
	width: 30%;
	float: left;
	margin-left: 40px;
	text-align: center;
	border: 0px solid #E95107;
}

#footer {
	width: 100%;
	float: left;
	display: inline;	
	text-align: center;
	vertical-align: top;
	margin-top: 0px;	
	padding-top: 3px;
	padding-bottom: 4px;
}

#dot {
	float: left;
	display: inline;
}

img { 
	border: 0px;
}

img.picture { 
	padding-right: 20px;
}

a {
	border: 0px;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFFFFF;
}

a.content {
	border: 0px;
}

a.content:link {
	color: #502800;
}

a.content:visited {
	color: #502800;
}

a.content:active {
	color: #502800;
}

ul.dbt {
	margin-top: 20px;
	margin-left: 0px; 
	padding-left: 25px;
	border: 0px solid #E95107;
}

li.dbt {
	margin-bottom: 10px;
	border: 0px solid #E95107;
}

ul.nav {
    list-style-type: none;
    margin: 0;
    padding-left: 15px;
    overflow: hidden;
}

li.nav {
    float: left;
}

li.clicked {
    float: left;
    display: block;
    height: 21px;
    font-weight: 900;
	font-size: 12px;    
	padding-top: 6px;
	padding-left: 28px;
	padding-right: 28px;
    color: #F1C32B;
    background-color: #A28219;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px solid #E95107;    
}

a.nav:link, a.nav:visited {
    display: block;
    height: 21px;
    font-weight: 900;
	font-size: 12px;    
	padding-top: 6px;
	padding-left: 28px;
	padding-right: 28px;
    color: #FFFFFF;
    background-color: #A28219;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    border: 0px solid #E95107;
}

a.nav:hover, a.nav:active {
    background-color: #311800;
}
