
body {
    background-color: #f4f4f4;
    background-position: center top;
    background-repeat: no-repeat;
    color: #373737;
    font-size: 14px;
    line-height: 160%;
}
body a {
    color: #6495ED;
    text-decoration: none;
}
body a:hover {
}
body p {
	font-size: 16px;
	line-height: 1.5em;
}
#page {
    min-width: 1024px;
    overflow: hidden;
}
#page .wrap {
    margin: auto;
    width: 980px;
}
#header {
}
#header .wrap {
    margin-bottom: 60px;
    overflow: hidden;
    padding-top: 80px;
    position: relative;
}
#logo {
    background-color: #c0b283;
    border-radius: 5px;
    left: 20;
    padding: 20px 20px;
    position: absolute;
    top: 0;
    z-index: 1;
}
#logo a {
}
#banner {
    border-radius: 5px;
    float: right;
    overflow: hidden;
}
#header .text {
    bottom: 0;
    color: #ffffff;
    left: 0;
    letter-spacing: 1px;
    margin: 20px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 1;
}
#header .lead {
    font-size: 16px;
    margin-bottom: 5px;
}
#header h1 {
    color: #000000;
    font-size: 12px;
}
#header h1 span {
}
#content {
    clear: both;
}
#content .box {
    position: relative;
}
#content .box li {
    clear: both;
    overflow: hidden;
}
#content .wrap {
    background-color: #dcd0c0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
#content .box .img {
    float: right;
}
#content .box .text, #content .sub .text {
    overflow: hidden;
    padding: 40px;
}
#content .box h2, #content .sub h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-color: #c0b283;
    color: #000000;
    font-size: 20px;
    height: 28px;
    line-height: 28px;
    text-indent: 1ex;
    margin-bottom: 30px;
}
#content .box .detail {
    margin-bottom: 80px;
}
#content .box .detail p, #content .sub .detail p {
    margin-bottom: 20px;
}
#content .box .btn {
    bottom: 0;
    left: 0;
    padding: 40px;
    position: absolute;
}
#content .box .btn a {
    background-color: #36190e;
    border-radius: 5px;
    color: #ffffff;
    float: left;
    padding: 5px 20px;
}
#content .box .btn a:hover {
    background-color: #c0b283;
    color: #373737;
}
#content .box .b1 {
    margin-bottom: 60px;
}
#content .box .b2, #content .box .b3 {
	margin: auto;
	width: 470px;
	float: left;
	clear: inherit;
}
#content .box .b2 .wrap, #content .box .b3 .wrap {
    float: left;
    margin-bottom: 60px;
    position: relative;
    width: 470px;
    z-index: 1;
}
#content .box .b2 .img, #content .box .b4 .img {
    float: left;
}
#content .box .b2 .text {
    clear: both;
}
#content .box .b3 {
	margin-left:40px;
}
#content .box .b3 .wrap {
    float: right;
}
#content .box .b4 {
	margin-bottom:60px;
}
#content .box .b4 .btn {
    margin-left: 490px;
}
#content .sub {
}
#content .sub .wrap {
}
#content .sub .text {
    padding: 40px 40px 20px;
}
#content .sub h2 {
}
#content .sub .detail {
}
#footer {
    clear: both;
}
#footer .menu {
    margin-top: 80px;
    position: absolute;
    text-align: center;
    top: 0;
    right: 270px;
    left: 0;
}
#footer .wrap {
    margin: 15px auto;
}
#footer .home {
    float: left;
    margin-left: 255px;
}
#footer .home a, #footer .box li a {
    font-size: 13px;
    margin: 0 10px;
    padding: 15px 0;
    width: 133px;
    display: block;
    background-color: #c0b283;
    border-radius: 5px;
}
#footer .home a {
    width: 90px;
    color: #000000;
}
#footer .box {
}
#footer .box li {
    background-image: url("../img/border.png");
    background-position: 0 center;
    background-repeat: no-repeat;
    float: left;
}
#footer .box a {
    color: #000000;
}
#footer .copy {
    clear: both;
    color: #222222;
    padding: 40px 0;
    text-align: center;
}
#footer .copy a {
    color: #6495ED;
}