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

body {
background-image:url(../images/background.jpg);
background-repeat:repeat-x;
background-color: #c8a28b;
}

.container{
margin: 0 auto;
width: 874px;
}

.header {
padding-top: 25px;
text-align:center;
width: 874px;
height: 120px;
float: left;
}

.nav {
width: 874px;
height: 30px;
float:left;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-stretch:condensed;
font-weight:bold;
color: #FFFFFF;
font-size:12px;
}

.nav ul {
list-style-type:none;
padding: 3px;
margin: 3px;
}

.nav li{
display:inline;
padding: 0px 4px 0px 4px;
}

.outter_border_wrap{
width:874px;
height: auto;
}

.outter_border_top {
width: 874px;
height: 10px;
background-image: url(../images/outter_border_top.png);
background-repeat:no-repeat;
float:left;
}

.outter_border_middle {
width: 874px;
height: 520px;

background-image: url(../images/outter_border_middle.png);
background-repeat: repeat-y;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float:left;
}

.outter_border_bottom {
width: 874px;
height: 8px;
background-image: url(../images/outter_border_bottom.png);
background-repeat:no-repeat;
float:left;
}

.side_pic {
width: 277px;
height: 515px;
float: left;
padding: 0px 10px 0px 10px;
}

.body_border_wrap {
width: 563px;
height: 515px;
float: left;
}

.body_border_top {
width: 563px;
height: 11px;
background-image:url(../images/body_border_top.png);
background-repeat: no-repeat;
float: left;
}

.body_border_middle {
width: 563px;
height: 490px;
background-image:url(../images/body_border_middle.png);
background-repeat: repeat-y;
padding: 0px 15px 0px 15px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
float: left;
}

.body_border_bottom {
width: 563px;
height: 13px;
background-image:url(../images/body_border_bottom.png);
background-repeat: no-repeat;
float: left;
}

.footer {
width: 860px;
height: 15px;
text-align:right;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
float: left;
}

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
color: #000000;
}


a:link {color: #FFFFFF; text-decoration:none;}     /* unvisited link */
a:visited {color: #FFFFFF; text-decoration:none;}  /* visited link */
a:hover {color: #d5b29c; text-decoration:none;}   /* mouse over link */
a:active {color: #d5b29c; text-decoration:none;}   /* selected link */

.outter_border_middle a:link {color: #a25f4f; text-decoration:none;}     /* unvisited link */
.outter_border_middle a:visited {color: #a25f4f; text-decoration:none;}  /* visited link */
.outter_border_middle a:hover {color: #d5b29c; text-decoration:none;}   /* mouse over link */
.outter_border_middle a:active {color: #d5b29c; text-decoration:none;}   /* selected link */

