/* JTB USA CSS Document */

* {
padding:0;
margin:0;
}

body{
background-image:url('../img/bg.jpg');
font-family: "trebuchet ms", helvetica, sans-serif;
font-size: 100%;
}
img{
border:none;
}

#pagebody{
width:900px;
margin: auto;
background-color:#000;
}

#pagebody_content{
margin:1.5em;
background-color:#000;
}


#header{
height:350px;
background:url('../img/bg_header.gif') no-repeat;

}



#logo{
	position: absolute; 
	top:23px;
   height: 320px;
	margin-left:20px;
}


#content{
background-color:#FFFFFF;

padding:1.2em;
background:url('../img/bg_content.gif') repeat-y ;
}



#main{
float:left;
width:650px;
padding:5px;
}

#sidenav{
float:left;
width:200px;

}

#footer{
height:50px;
text-align:center;
background:url('../img/bg_footer.gif') no-repeat ;
}


.banner{
float: right;
margin-top:20px;
margin-right:20px;
}


.clear{
clear:both;
}

h1{
font-family: "trebuchet ms", helvetica, sans-serif;
font-size:1.4em;
color:#3ca7d9;
}

ul{
list-style:none;
padding:1.0em;
}


#sidenav ul{
padding:0;
}

#sidenav li{
border-bottom: 1px solid #eee;
line-height:30px;

}

#sidenav h2{

font-family: "trebuchet ms", helvetica, sans-serif;
font-size:1.0em;
color:#3ca7d9;
}

#sidenav li a{
display: block;
color:#666;
text-decoration: none;
background-color:#fdfdfc;
padding-left:5px;


}

#sidenav a:hover{
background:url('../img/bg_sidenav_hover.gif') no-repeat ;
}

.box{
padding:1.5em;
line-height:25px;
}
.box h2{
font-size:1.3em;
color:#075b90;

}
.box p{
color:#666666;
}
.box span{
float:right; 
text-align:right;
font-size:0.9em;
color:#0792d3;
}

.comment{
margin-left:4.0em;
width:80%;
line-height:20px;
background-color:#fdfdfc;
border:solid 1px #eee;
}
.comment h2{
background:url('../img/comment_s.gif') no-repeat;
font-size:1.0em;
color:#075b90;
padding-left:1.5em;
}
.comment p{
font-size:0.9em;
}

img.sidebanner{
margin-bottom:4px;
}