@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dad4cc;
	margin: 0px; padding: 30px;
	}
	
#page {
	margin-left: auto; margin-right: auto;
	width: 1028px;
	height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 12px #000000;
	background-color: #ffffff;
	}
	
#header {
	width: 1028px;
	height: 132px;
	background-color: #cac5a2;
	border-radius: 12px 12px 0px 0px;
	margin-bottom: 2px;
	}
	
#navigation {
	width: 1028px;
	height: 38px;
	background-color: #ba7d20;
	margin-bottom: 2px;
	}
	
#home-banner {
	width: 1028px;
	height: 380px;
	}
	
#home-content-wrapper {
	width: 1028px;
	height: 420px;
	}
	
#home-content-left {
	padding: 27px 0px 0px 23px;
	width: 488px;
	height: 393px;
	float: left;
	}
#home-content-left-wrapper {
	width: 488px;
	height: 393px;
	background: url(../images/bg-home-content.png) no-repeat;
	}	
#home-content-left-header {
    padding: 4px 0px 0px 23px;
	width: 437px;
	height: 36px;
	}

#home-content-left-header p {
    font-family: Arial, Geneva, san serif;
    line-height: 0px;
    font-size: 16px;
    color: #8b6339;
}
	
#home-content-left-body {
    padding: 2px 12px 0px 23px;
	width: 425px;
	height: 308px;
	}

#home-content-left-body p {
    font-family: Arial, Geneva, san serif;
    font-size: 16px;
    line-height: 175%;
    color: #ffffff;
}

#home-content-sep {
	width: 2px;
	height: 420px;
	float: left;
	}
	
#home-content-right {
	padding: 27px 0px 0px 23px;
	width: 488px;
	height: 393px;
	float: left;
	}
#home-content-right-wrapper {
	width: 488px;
	height: 393px;
	background: url(../images/bg-home-content.png) no-repeat;
	}	
#home-content-right-header {
    padding: 4px 0px 0px 23px;
	width: 437px;
	height: 36px;
	}

#home-content-right-header p {
    font-family: Arial, Geneva, san serif;
    line-height: 0px;
    font-size: 16px;
    color: #8b6339;
}

#home-content-right-body ul {
    margin-left: 0px; padding-left: 23px;
}
	
#home-content-right-body {
    padding: 2px 12px 0px 23px;
	width: 425px;
	height: 308px;
	}

#home-content-right-body ul.latestnews li, ul.latestnews a, ul.latestnews a:visited {
    font-family: Arial, Geneva, san serif;
    color: #ffffff;
    text-decoration: underline;
    line-height: 175%;
    font-size: 16px;
}

#home-content-right-body ul.latestnews a:hover {
    color: #cac5a2;
    text-decoration: none;
}

	
#footer {
	width: 1028px;
	height: 318px;
	background-color: #cac5a2;
	border-radius: 0px 0px 12px 12px;
	}
