@charset "utf-8";
/* CSS Document */

body{
background-color:#000000;
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
}

#logo_home{
border:0px solid #cccccc;
margin-top:130px;
margin-bottom:50px;
width:100%;
height:350px;
}
#home_links table tr td, #home_links table tr td a{
font-family:"Century Gothic";
font-size:15px;
color:#FFFFFF;
text-decoration:none;
}
#home_links table tr td a:hover{
text-decoration:underline;
color:#94EB0F;
}
#main_container{
width:100%;
height:100%;
border:0px solid #0066FF;
background-image:url(../images/lbg_main.jpg);
background-position:center;
background-repeat:repeat-x;
}

#top_banner{
padding-left:0px;
width:100%;
height:170px;
border:0px solid #FF0000;
background-image:url(../images/bg_top.png);
background-repeat:no-repeat;
background-position:center center;
}

.banner_img{
float:left;
margin-left:10px;
margin-top:20px;
width:152px;
height:129px;
}

.logo{
width:334px;
height:141px;
margin-right:35px;
margin-top:20px;
float:right;
background-image:url(../images/logo.png);
background-repeat:no-repeat;
background-position:center center;
}

.banner_underline{
position:absolute;
left:0px;
top:160px;
width:100%;
height:15px;
border:0px solid;
background-image:url(../images/top_line.png);
background-repeat:no-repeat;
background-position:center center;
}

#left_navigation{
margin-left:10px;
text-align:center;
float:left;
width:201px;
height:295px;
padding-top:5px;
border:0px solid #FFF000;
background-repeat:no-repeat;
background-position:center 5px;
}

#left_contact{
margin-left:10px;
margin-top:300px;
padding-left:5px;
padding-right:5px;
width:190px;
height:180px;
border:0px solid #FF0000;
}

#left_contact .title{
font-family:"Century Gothic";
font-size:13px;
font-weight:bold;
color:#B3D334;
}
#left_contact .content{
font-family:"Century Gothic";
font-size:12px;
font-weight:normal;
color:#B3D334;
}

#main_body{
float:right;
width:788px;
padding-left:1px;
height:480px;
border:0px solid #333333;
background-image:url(../images/bg_body.png);
background-repeat:no-repeat;
background-position:center center;
}

#main_body #content{
float:left;
margin-left:30px;
margin-top:10px;
width:375px;
height:450px;
overflow:hidden;
border:0px solid #333333;
text-align:justify;
}

#content .h1{
font-family:"Century Gothic";
font-size:48px;
line-height:60px;
font-weight:normal;
color:#000000;
border:0px solid;
background-image:url(../images/line_body.png);
background-repeat:no-repeat;
background-position:2px 52px;
}
#content .h2{
font-family:"Century Gothic";
font-size:16px;
font-weight:normal;
color:#FFFFFF;
border:0px solid;
}
#content p{
font-family:"Century Gothic";
font-size:12px;
font-weight:normal;
color:#FFFFFF;
border:0px solid;
}
#content p .bold{
font-family:"Century Gothic";
font-size:13px;
font-weight:bold;
color:#FFFFFF;
border:0px solid;
}

#a_img{
float:right;
margin-top:25px;
width:360px;
height:460px;
border:0px solid #FF0000;
}

#thumb tr td img{
border:1px solid #000000;
margin:5px;
}
#thumb tr td img:hover, #menu_tn:hover{
border:1px solid #ffffff;
}
#footer{
width:100%;
height:43px;
border:0px solid #FF0000;
background-image:url(../images/bg_footer.png);
background-position:center center;
background-repeat:no-repeat;
text-align:center;
}
#footer .links, #footer .links a{
font-family:"Century Gothic";
font-size:13px;
color:#000000;
text-decoration:none;
}
#footer .links a:hover{
text-decoration:underline;
}