@charset "utf-8";
/* CSS Document */

body {
margin: 0 0 0 0;
padding: 0 0 0 0;
background-image: url(../img/jpgs/body_bg.jpg);
background-repeat: repeat-y;
font-family: Arial, Helvetica, sans-serif;
}

/* Main Layout */

#Wrap {
width: 866px;
height: auto;
margin: 0 auto;
margin-top: 15px;
border: 1px solid #cccccc;
}

#Header {
width: 866px;
height: 149px;
float: left;
background-image: url(../img/jpgs/header.jpg);
background-repeat: no-repeat;
}

#Menu {
width: 866px;
height: 37px;
float: left;
}

#Breadcrumb {
width: 856px;
height: 22px;
float: left;
background-image: url(../img/jpgs/breadcrumb.jpg);
background-repeat: no-repeat;
padding-top: 8px;
padding-left: 10px;
}

#Content_body {
width: 826px;
height: auto;
float: left;
background-color: #ffffff;
padding: 20px;
}

#Content {
width: 806px;
height: auto;
float: left;
border: 1px solid #cccccc;
padding-left: 10px;
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
} 

#Footer {
width: 856px;
height: auto;
float: left;
padding-left: 10px;
padding-top: 5px;
padding-bottom: 5px;
background-color: #ffffff;
}

#Wrap_pop {
width: 800px;
height: auto;
margin: 0 auto;
margin-top: 15px;
border: 1px solid #cccccc;
}

/* Font */

.breadcrumb {
color: #ffffff;
font: "Times New Roman", Times, serif;
font-size: 12px;
}

.header {
color: #c47a47;
font-size: 20px;
font-weight: bold;
}

.bodyfont {
color: #666666;
font-size: 12.5px;
line-height: 20px;
}

.footer {
color: #666666;
font: "Times New Roman", Times, serif;
font-size: 12px;
}

a:link {
color: #c47a47;
text-decoration: none;
font-weight: bold;
}

a:visited {
text-decoration: none;
color: #c47a47;
font-weight: bold;
}

a:hover {
text-decoration: underline;
color: #c47a47;
font-weight: bold;
}

a:active {
text-decoration: none;
color: #c47a47;
font-weight: bold;
}
