/* GENERAL STYLES */
body, html, div, form {
	margin: 0px auto;
	padding: 0px;
	font: normal 8px/11px sans serif;
	text-align: left;
	}
	
img {
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-width: 0px;
	}
	
body {
    text-align: center;
    background-color: #413000;
    }
    
    
/* Top Half of the Site */    
#x0-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    background: #d3cab7 url('/image/TopBarSlice.jpg') repeat-x top center;
    text-align: center;
    }
    
div.y0-wrapper {
    width: 954px;
    text-align: left;
    }
    
    
/* Header Section */
div.header-container, div.header-top, div.header-bottom {
    width: 954px;
    height: 185px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    background: url('/image/HeaderSlice.jpg') repeat-y top center;
    }
    
div.header-top {
    background: url('/image/HeaderTop.jpg') no-repeat top center;
    }
    
div.header-bottom {
    background: url('/image/HeaderBottom.jpg') no-repeat bottom center;
    }
    
div.header-content-container, div.header-content {
    width: 870px;
    height: 111px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.header-content-container {
    padding: 64px 42px 10px 42px;
    margin: 0px;
    }
    
/* ---------- Logo and Navigation */
div.header-content-left, div.header-content-right {
    width: 625px;
    height: 111px;
    float: left;
    overflow: hidden;
    display: block;
    }
    
div.header-content-left {
    width: 245px;
    clear: left;
    }
    
div.navigation-container, div.navigation, div.navigation-left, div.navigation-right {
    width: 625px;
    height: 45px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.navigation-container {
    padding: 66px 0px 0px 0px;
    margin: 0px;
    }
    
div.navigation {
    background-color: #e36f1e;
    }
    
div.navigation-left {
    background-image: url('/image/NavigationLeft.jpg');
    background-repeat: no-repeat;
    background-position: left;
    }
    
div.navigation-right {
    background-image: url('/image/NavigationRight.jpg');
    background-repeat: no-repeat;
    background-position: right;
    }
    
div.nav-buttons-container, div.nav-buttons {
    width: 586px;
    height: 45px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block;
    }
    
div.nav-buttons-container {
    padding: 0px 20px 0px 19px;
    margin: 0px;
    }
    
div.button-container {
    float: left;
    overflow: hidden;
    display: inline;
    }
    

/* Middle Body of Site */
div.middle-body-container, div.middle-body-slice, div.middle-body-top, div.middle-body-bottom, div.middle-body-bottom-sub {
    width: 954px;
    float: left;
    clear: left;
    overflow: hidden;
    display: block; 
    }
    
div.middle-body-container {
    padding: 0px 0px 47px 0px;
    margin: 0px;
    }
    
div.middle-body-slice {
    background: url('/image/MiddleBodySlice.jpg') repeat-y top center;
    }
    
div.middle-body-top {
    background: url('/image/MiddleBodyTop.jpg') no-repeat top center;
    }
    
div.middle-body-bottom {
    background: url('/image/MiddleBodyBottom.jpg') no-repeat bottom center;
    }
    
div.middle-body-bottom-sub {
    background: url('/image/MiddleBodyBottomSub.jpg') no-repeat bottom center;
    }
    
    
/* Bottom Half of the Site */
#x1-wrapper {
    width: 100%;
    height: 100%;
    float: left;
    background: #413000 url('/image/BottomBarSlice.jpg') repeat-x top center;
    text-align: center;
    }
    
div.y1-wrapper {
    width: 954px;
    text-align: left;
    }
    
div.footer-container, div.footer {
	width: 878px;
	float: left;
	clear: left;
	overflow: hidden;
	display: block;
	}
	
div.footer-container {
	padding: 21px 36px 50px 40px;
	}
	
div.footer-left, div.footer-right {
	width: 454px;
	float: left;
	overflow: hidden;
	display: inline;
	text-align: right;
	}
	
div.footer-left {
	width: 424px;
	clear: left;
	text-align: left;
	}
	
div.search-container, div.search-container-sub {
	width: 230px;
	height: 27px;
	float: right;
	overflow: hidden;
	display: block;
	padding: 0px 0px 12px 0px;
	}

div.search-container-sub {
    width: 545px;
    float: left;
    }
	
div.search-bar, div.search-bar-sub, div.search-button {
	width: 39px;
	height: 27px;
	float: left;
	overflow: hidden;
	display: inline;
	}
	
div.search-bar, div.search-bar-sub {
	width: 191px;
	clear: left;
	background: url('/image/SearchBar.jpg') no-repeat top center;
	}

div.search-bar-sub {
    background: url('/image/SearchBarSub.jpg') no-repeat top center;
    }
	
div.other-info-container {
	width: 454px;
	clear: both;
	overflow: hidden;
	display: block;
	text-align: right;
	}

/* EDITOR PROPERTIES */
