#header{
    width:100%;
    height: 80px;
}

.logo{
 float:left;
 width: 500px;
 height: 50px;
 padding-top: 10px;
}

.logo a,
.logo a:hover,
.logo a:visited{
	color: #0000c0;
 font-family: Impact, Arial, sans-serif;
	font-size: 28pt;
	margin: 10px 0 0 10px;
	font-weight: bold;
	vertical-align: middle;
text-decoration: none;
}

.sub_header{
    background: #EDF3FE;
    width:100%;
    height: 30px;
    border-top: 1px #0000c0 solid;
    margin-bottom: 10px;
    text-align: right;
    font-size: 0.8em;
    padding-top: 3px;
}

.sub_header form{
 float:left;
}

.hot_list{
    text-align: left;
    margin-left: 150px;
    font-size: 0.8em;
    margin-top: 150px;
    line-height: 150%;
}

#left {
    float:left;
    width:48%;
    border-right: 1px solid #999999;
    padding-right: 15px;
    margin:0;
}

#center {
    float:right;
    width:48%;
    padding-left: 15px;
    margin:0;
}

.sub_footer{
    clear:both;
    float:left;
    background: #EDF3FE;
    width:100%;
    height: 60px;
    border-top: 1px #0000c0 solid;
    border-bottom: 1px #0000c0 solid;
    margin-top: 15px;
    text-align:center;
    padding-top: 25px;
}

.sub_footer a{
    padding: 5px;
    border: 1px #0000c0 solid;
    background: #FFFFFF;
    text-decoration: none;
}

.sub_footer a:hover{
    background: #DFDFDF;
}

#footer{
    clear:both;
    font-size: 12px;
    padding: 5px 280px 0 280px;
}

.ad{
    text-align: center;
    margin: auto;
}

p{
    font-size: 87%;
    line-height: 140%;
}

p.link{
    color: #006600;
    margin:0;
    width:auto;
    border-bottom: 1px #999999 dashed;
}


.main{
    text-align:center;
    margin: 110px auto;
}

.main h1{
    color: #0000C0;
    font-size: 45px;
}

img{
    border:none;
}

a{
    color: #0000c0;
}

a:hover{
    color: #0000FF;
    text-decoration: none;
}


