/* CSS Document */

a {
color:#0033FF;
text-decoration:none;
outline:none;
}
a:hover {
color:#FF9900;
outline:none;
}
p {
color:#666666;
font-size:0.85em;
margin:0 0 5px 0;
padding:0;
line-height:135%;
}
p.con2 {
margin:0 15px 0 0;
font-size:12px;
text-align:right;
color:#333333;
}
p.con2 a {
font-size:12px;
text-align:right;
color:#333333;
}
p.con2 a:hover {
font-size:12px;
text-align:right;
color:#333333;
}


.container {
width:715px;
margin:10px auto 0 auto;
padding:0;
background-image:url(../img/pub/shadow.jpg);
background-repeat:repeat-y;
}
h1#mainpic{
margin:0;
padding:0;
height:335px;
width:715px;
background-image:url(../img/pub/cover.jpg);
background-repeat:no-repeat;
text-indent:-9999em;
outline:none;
display:block;
}
h1#mainpic a{
margin:0;
padding:0;
height:335px;
width:715px;
outline:none;
display:block;
}
.main {
width:700px;
margin:0 15px;
padding:0;
    overflow: hidden;
}

.main:after {
    content: "";

    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .main {
    height: 1em;
    overflow: visible;
}
/**/
#footer{
clear:both;
height:51px;
width:715px;
text-indent:-9999em;
background-image:url(../img/pub/footer.jpg);
background-repeat:no-repeat;
}
.boldred {
font-size:1.2em;
color:#FF0000;
font-weight:bold;
}
