/*************************/
/* Kenwood Community CSS */
/*************************/
/**************************************************** SITE STYLING ****************************************************/
html, body { height:100%; margin:0; padding:0; }
html { background:url('../images/html_bg.gif'); }
body { font:bold 16px Times New Roman; }
a { color:#496842; }
h2 { font-size:20px; }

#container { margin:20px auto; width:824px; }
#wrapper { float:left; width:100%; }
#header { float:left; width:100%; }
#header img { float:left; }
#content { background:url('../images/content_bg.gif') repeat-y; float:left; padding:0 5% 0 5%; width:90%; }
#footer { float:left; width:100%; }
#footer img { float:left; }

.left { float:left; }
.right { float:right; }
img.left { border:2px solid #496842; clear:both; float:left; margin-right:15px; }
img.right { border:2px solid #496842; float:right; margin-left:15px; }

.fifty { width:49%; }
.hundred { width:100%; }