html, body { margin: 0; padding: 0; height: 100%; min-height: 100%; }
body { background-color: #7a7a7a; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #7a7a7a; }
form { margin: 0; padding: 0; }



/* IDs */

#top_row { width: 100%; height: 153px; background-image: url(../images/bg_top_row.gif); background-repeat: repeat-x; float: left; clear: both; }
#header { width: 726px; height: 153px; margin: 0 auto; }
#nav { width: 726px; margin: 11px 0 0 0; float: left; }
#wrapper { width: 726px; margin: 0 auto; padding: 0; }
#container { width: 726px; margin: 0; padding: 0; background-image: url(../images/bg_content.gif); background-repeat: repeat-y; float: left;}
#content_row { width: 100%; background-color: #FFFFFF; float: left; clear: both; }
#content-wrapper { width: 100%; background-color: #FFFFFF; background-image: url(../images/bg_content.gif); background-repeat: repeat-y; float: left; }
#bottom_row { width: 100%; height: 153px; background-image: url(../images/bg_bottom_row.gif); background-repeat: repeat-x; text-align: center; float: left; clear: both; }
#footer { width: 726px; margin: 15px auto; padding: 0; color: #cccccc; font-size: 10px; text-align: center; }



/* CLASSES */

.floatright { float: right; margin: 0; }
.floatleft { float: left; margin: 0; } 
.clearer { display: block; clear: both; height: 0; overflow: hidden; }
.error { color: #CC0000; }
.blue { color: #0073c7;}