body  {background-image:url(images/main_bg.gif); background-repeat:repeat-x; background-color:#4A719C; margin:0; padding:0; text-align:center; font-family:Arial; font-size:12px;}

#wrapper {width:729px; margin:0 auto; text-align:left;}
#allcontent {width:770px; float:left; margin-top:21px;}

/* Left Side
----------------------------------------------------------------------------*/ 
#left {
   width:378px;
   float:left;
}

#leftPic {
   width:378px;
   height:467px;
   float:left;
}
   
#leftTxt {
   width:225px;
   float:left;
   margin-left:64px;
   font-family:"Times New Roman";
   color:#fff;
   font-size:14px;
}   

/* Right Side
----------------------------------------------------------------------------*/ 
#right {
   width:351px;
   float:left;
}

#rightPic {
   width:351px;
   height:467px;
   float:left;
}
   
#rightTxt {
   width:225px;
   float:left;
   margin-left:52px;
   font-family:"Times New Roman";
   color:#000;
   font-size:14px;
}

/* Footer
----------------------------------------------------------------------------*/
#footer {
   width:729px;
   margin-top:35px;
   float:left;
   text-align:center;
   font-family:"Times New Roman";
   color:#000;
   font-size:14px;
}

/* Classes
----------------------------------------------------------------------------*/
a {color:#000; text-decoration:none;}
a:hover {color:#9D0A0E; text-decoration:underline;}
