@import url('impr.css');
@import url('nav.css');
@import url('content.css');
* {
 margin: 0;
 padding: 0;
 border: 0;
}
html, body {
 font-family: georgia, trebuchet ms, sans serif;
 color: #483B3C;
}
a:link, a:active, a:visited {
 color: #780008;
 font-decoration: underline;
}
a:hover {
 color: #D4000E;
 font-decoration: underline;
}
#top_line {
 width: 100%;
 height: 159px;
 background: url('../img/top_line.jpg') repeat-x;
}
#header {
 width: 790px;
 height: 83px;
 background: url('../img/header.jpg') no-repeat;
}
#ct_top {
 width: 100%;
 height: 10px;
 background: url('../img/ct_top.jpg') no-repeat #FAF9F5;
 background-position: top left;
}
#ct_line {
 width: 100%;
 background: url('../img/ct.jpg') no-repeat #FAF9F5;
 background-position: top left;
}
.ct_image {
 width: 758px;
 height: 227px;
 padding: 20px 0 0 32px;
}
.ct_topic {
 width: 733px;
 height: 51px;
 margin: 0 0 0 32px;
 padding: 13px 0 0 25px;
 background: url('../img/ct_topic.gif') no-repeat;
 background-position: top left;
 font-size: 30px;
}
#ct {
 width: 733px;
 padding: 0 0 29px 32px;
 font-size: 16px;
 text-align: justify;
}
#bottom_line {
 width: 100%;
 height: 117px;
 background: url('../img/bottom_line.jpg') repeat-x;
}
#ftr_line {
 width: 790px;
 height: 117px;
}
#ftr_1 {
 width: 477px;
 height: 87px;
 float: left;
 padding: 30px 0 0 32px;
 background: url('../img/ftr_1.jpg') no-repeat;
 font-size: 12px;
}
#ftr_2 {
 width: 281px;
 height: 117px;
 float: left;
 background: url('../img/ftr_2.jpg') no-repeat;
}