* {
margin: 0;
padding: 0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,adress {
margin: 1px 0;
}
li,dd {
margin-left: 25px;
}
fieldset {
padding: 2px;
}

body{
background-image: url("../images/layout/topback.png");
background-repeat: repeat;
font-family: "Helvetica", "Arial", "Verdana";
color: #333;
text-align: left;
}

a{
font-family: "Verdana";
color: #333;
text-decoration: none;
}
a:hover{
border-bottom: 1px dashed #f66b6b;
}
p{
padding: 2px 0;
margin: 0;
}
p.top_header{
font-style: italic;
}
p.top_qoute{
text-align: right;
font-family: "Verdana";
font-size: 12px;
}
table, tr, td{
margin: 0;
padding: 0;
border: none;
}
td.active{
background-color: #eee;
}
ul{
list-style-type: disc;
}

#top1{
border-bottom: 1px solid #343945;
background-image: url("../images/layout/topback.png");
background-repeat: repeat;
font-family: "Times New Roman";
font-size: 17px;
color: #343945;
}
#logo{
width: 280px;
height: 150px;
margin-top: 10px;
margin-left: 740px;
background-image: url("../images/layout/logo.png");
background-repeat: no-repeat;
text-align: left;
}
* html #logo{
background-image: url("../images/layout/logo.gif");
background-repeat: no-repeat;
}
#nav{
background-image: url("../images/layout/nav_transp.png");
background-repeat: no-repeat;
}
* html #nav{
background-image: url("../images/layout/nav_transp.gif");
background-repeat: no-repeat;
}
div.nav_active, div.nav_idle, div.nav_active a, div.nav_idle a{
font-family: "Helvetica";
font-size: 12px;
}
div.nav_active, div.nav_idle
{
height: 28px;
padding-left: 8px;
padding-right: 8px;
}
div.nav_text{
padding-top: 6px;
}
div.nav_active{
background-color: #343945;
}
div.nav_active a{
color: #f66b6b;
text-decoration: none;
}
div.nav_idle a{
color: #555;
}
div.nav_idle a:hover{
color: #f66b6b;
text-decoration: none;
}
#back{
background-image: url("../images/layout/topback.png");
background-repeat: repeat;
}
#left{
padding: 1px 0 0 1px;
font-size: 13px;
background-color: #fff;
border-bottom: 1px solid #343945;
}
#infobox{
background-color: #fff;
}
#infobox_headline{
padding: 2px 5px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
color: #444;
}
#infobox_headback{
padding: 2px 7px;
text-align: right;
text-transform: uppercase;
font-size: 46px;
color: #f66b6b;
}
#infobox_content{
margin: 2px 5px;
padding: 2px 0;
border-top: 1px solid #f66b6b;
background-color: #fff;
text-align: right;
}
#right{
padding: 0 1px 0 1px;
background-color: #fff;
}
#content{
padding: 5px 10px;
background-color: #343945;
line-height: 1.6;
font-size: 12px;
color: #fff;
}
#content p.headline, div.headline{
padding: 4px 0 2px 0;
text-transform: uppercase;
font-size: 13px;
font-weight: bold;
letter-spacing: 1px;
color: #f66b6b;
}
#content a{
color: #f66b6b;
}
#content img{
float: right;
margin: 5px 0 5px 5px;
border: 1px dashed #f66b6b;
}
#footer{
padding: 2px 0 2px 490px;
border-top: 1px solid #343945;
background-image: url("../images/layout/topback.png");
text-align: left;
text-transform: none;
font-size: 10px;
color: #343945;
}
#footer a{
font-size: 10px;
color: #f66b6b;
}