/* CSS Document */

body{padding:0;margin:0;}


#content{
width:100%;}

img{border:none;}

#banner{
margin-left:auto;
margin-right:auto;
padding-bottom:60px;
display:block;
}
#banner img{
padding-left: 50px;
}

#content{
margin-left:auto;
margin-right:auto;
width:900px;
height:600px;
/*padding-top:40px;*/
}

#leftside{
display:block;
float:left;
width:260px;
height:600px;
}

#rightside{
display:block;
float:right;
width:550px;
height:600px;

}

#speech{
float:right;
height:200px;
padding-bottom:100px;
}

#details{
float:right;
font-family:Arial, Helvetica, sans-serif;
height:180px;
font-size:14px;
line-height:1.4;
text-align:right;
padding-right:50px;
background-image:url(images/bar.png);
background-repeat:no-repeat;
background-position:right;
}

#tdetails{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
color:#59a1b4;
line-height:1.6;

}