@charset "utf-8";
/* CSS Document */
#leftBox{
border:1px solid #a7844a; height:350px; float:left; width:460px;
}
#leftBox div.boxTitle{
background:#a7844a; color:#FFFFFF; padding:3px; font-weight:bold; text-align:center; font-size:14px;
}
#leftBox h2{
font-size:16px; font-style:italic; margin:0px;
}
#leftBox h2.top{
margin:10px 0px 0px 10px; 
}
#leftBox table.main{
margin:10px 0px 10px 0px;
}
#leftBox img{
border:1px dotted #333333;
border-left:none;
}
#leftBox table.menuHome{
/*border-left:1px dotted #333333;
border-right:1px dotted #333333;*/
border-top:1px dotted #333333;
margin:0px 0px 0px 0px;
text-align:left;
}
#leftBox table.menuHome td{
padding:0px 10px 0px 10px;
border-bottom:1px dotted #333333;
background:#fffbf0;


}
#leftBox table.menuHome td a:link, #leftBox table.menuHome td a:visited, #leftBox table.menuHome td a:hover, #leftBox table.menuHome td a:active{
text-decoration:none;
color:#000000;
font-weight:bold;
font-size:12px;
text-transform:uppercase;
}
#leftBox h2.title{
text-align:center; margin:0px 10px 10px 10px;
}
#leftBox h2.bottom{
text-align:right; clear:both;margin:0px 10px 0px 0px; padding:0px;
}
#leftBox div.left{
float:left; margin:10px;
}
#leftBox div.right{
float:right; margin:10px;
}
#spacerHome{
clear:both; height:20px;
}
#rightBox{
border:1px solid #d49e5e; height:350px; float:right; width:243px;
}
#rightBox div.boxTitle{
background:#d49e5e; color:#FFFFFF; padding:3px; font-weight:bold; text-align:center; font-size:14px;
}
#rightBox img{
/*margin:10px;*/ width:243px;border:none;
}
#bottomBox{
border:1px solid #7a6a46;clear:both;margin-top:0px;;
}
#bottomBox div.boxTitle{
background:#7a6a46; color:#FFFFFF; padding:3px; font-weight:bold; text-align:center; font-size:14px;
}
#bottomBox img{
float:left; margin:0px 10px 10px 0px;border:none;
}

div.boxTitle a:link, div.boxTitle a:visited, div.boxTitle a:hover, div.boxTitle a:active{
color:#FFFFFF;text-decoration:none;
}