html,body {
margin:0;
padding:0;
}

body {
text-align:center;
background-image:url(/images/bg.jpg);
background-repeat:repeat-x;
background-position:top left;
background-color:#3b9ad4;
font-size:12px;
}


div#container {
text-align:left;
width:768px;
margin:0 auto;
background-color:#e5e1e0;
}

div#navigation {
float:left;
padding:0;
width:208px;
}

div#footer {
background:#ccc;
color:#666;
clear:both;
padding:10px;
text-align:right;
}

div#header {
background-image:url(/images/header_bg.jpg);
background-repeat:repeat-x;
background-position:bottom left;
background-color:#3ca8e8;
color:#FFF;
clear:both;
width:100%;
height:82px;
border-bottom:2px solid #45a5e1;
}

div#carosel {
height:250px;
color:#FFF;
clear:both;
width:100%;
}

div#top_navigation {
color:#FFF;
clear:both;
width:100%;
height:45px;
background-image:url(/images/top_nav_bg.gif);
background-repeat:repeat-x;
background-position:top left;
border-top:2px solid #2b93da;
}

div#content {
float:right;
width:528px;
background-color:#FFF;
padding:6px;
}
