/* DEFAULT DEFINITION */
html { font-size:100%; }
body { margin:0; padding:0; font:0.69em Arial, Verdana, Helvetica, sans-serif; color:#404040; background:#fff; text-align:left; }
img, p, ul, li, table, td, fieldset, form, legend, h1, h2, h3, h4, h5, h6, dl, dt, dd { margin:0; padding:0; border:0; font-size:1em;  }
li { list-style:none; }
table { border-collapse:collapse; }
a { outline:0 none; }
.floatLeft { float:left; }
.floatRight { float:right; }
.alignLeft { text-align:left; }
.alignRight { text-align:right; }
.offleft { position:absolute; left:-5000px; width:2000px; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block;}/*ie7*/
.clearfix {display:block;}
* html .clearfix {height:1%;}
object { outline:none; } /* FF3 */

/* FORMS */
input, select, textarea, button { font:1em Arial, Verdana, Helvetica, sans-serif; color:#333; }
.inputText, textarea  { border:1px solid #7f9db9; padding:2px; }
textarea { overflow:auto; }
select { border:1px solid #7f9db9; padding:1px; }


/* Begin Images */
p img { padding:0; }
/*	Using 'class="alignright"' on an image will (who would've
thought?!) align the image to the right. And using 'class="centered',
will of course center the image. This is much better than using
align="center", being much more futureproof (and valid) */
img.centered { display:block; margin-left:auto; margin-right:auto; }
img.alignright { padding:0; margin: 0 0 2px 10px; display:inline; } 
img.alignleft { padding:0; margin: 0 10px 2px 0; display:inline; }
.alignright { float:right; }
.alignleft { float:left; }
.justify { text-align:justify; }
/* End Images */

h2 { padding-left:20px; font-size:14px; font-weight:bold; color:#fff; line-height:30px; }

/************** CONTENT HOME ****************/
#content { float:left; margin-top:0px; width:740px; }
#content .left { float:left; width:369px; margin-right:13px; }  
#content .right { float:left; width:358px; }

