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

body {
background-image:url(img/red-bg.jpg);
background-repeat:repeat-x;
background-color: #6A0000;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
margin:auto;
}
a:link {
color: #f70000;
}
a:visited {
color: #f70000;
}
a:hover, a:active {
color: #000;
text-decoration:none;
}
.header {
background-image:url(img/header.jpg);
background-repeat:no-repeat;
width: 825px;
height: 186px;
padding: 12px;
display:block;
margin:auto;
}
.nav-tbl {
display:block;
width: 200px;
margin-top: 20px;
margin-right: 65px;
margin-left: 550px;
}
.nav1 a:link{
background-image:url(img/mark1.gif);
background-repeat:no-repeat;
line-height: 15px;
display:block;
color: #333333;
text-decoration:none;
margin: 2px;
margin-left: 20px;
padding-left: 20px;
font-size: 12px;
}
.nav1 a:visited {
background-image:url(img/mark1.gif);
background-repeat:no-repeat;
line-height: 15px;
display:block;
color: #333333;
text-decoration:none;
margin: 2px;
margin-left: 20px;
padding-left: 20px;
font-size: 12px;
font-weight:normal;
}
.nav1 a:hover, a:active {
color: #7d0000;
font-weight:bold;
}
.content {
background-image:url(img/main-bg.jpg);
background-repeat:repeat-y;
padding: 10px 10px 10px 35px;
width: 825px;
display:block;
margin: auto;
}
*html .content {margin-top: -10px;}
.content-tbl {
width:742px;
}
.footer {
background-image:url(img/footer-bg.jpg);
background-repeat:no-repeat;
padding: 8px 35px 3px 35px;
width: 825px;
height: 45px;
display:block;
color: #525138;
font-size: 10px;
maring: auto;
}
.foot-links, .foot-links a:link, a:visited{
font-size: 10px;
font-weight:bold;
color: #fff;
}
.title-box {
width: 490px;
display:block;
}
.title-box2 {
width: 670px;
display:block;
}
.right {
background-color: #E9E8E0;
width: 216px;
border: solid 1px #7f0000;
border-top: solid 10px #7f0000;
}
.address-box {
padding: 15px;
}
.sub-title {
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
font-weight: bold;
}