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

body {
background: url(img/bg.gif);
margin: 0 auto;
font-family:arial,sans-serif;
color: #000;
font-size: 12px;
}

#top {
background: url(img/top.gif);
margin-top: 5px;
height: 147px;
}

#layout {
background: url(img/layout.gif) center repeat-y;
width: 774px;
margin: 0 auto;
text-align: center;
}

#header {
width: 774px;
height: 116px;
background: url(img/header.jpg) no-repeat;
text-align: center;
}

.header {
float: left;
padding: 30px 0px 30px 40px;
}

.description {
float: right;
padding: 35px 50px 0px 0px;
}

.subheader {
}

#content {
text-align: left;
padding: 0px 20px 0px 25px;
}

.left {
float: left;
text-align: left;
width: 336px;
height: 300px;
}
.right {
float: right;
text-align: left;
width: 385px;
padding-top: 7px;
}
.right img {padding-bottom:7px;}

.border {
width: 450px;
float: left;
padding: 0px 10px 10px 0px;
}

#footer {
padding-top: 25px;
width: 774px;
height: 21px;
color: #FFF;
background: url(img/footer.jpg) no-repeat;
}

#footer a {
color: #FFF;
text-decoration: none;
}

#footer a:hover {color: #bf832e;}

h1 {
display: inline;
font-size: 30px;
}

h2 {
display: inline;
font-size: 15px;
color: #ad452a;
}

h2 a {text-decoration:none; color:#ad452a;}

h3 {
display: inline;
font-size: 14px;
color: #bf832e;
}

a {color: #ad452a;}
a:hover {color: #bf832e;}

#clear {
clear: both;
}