/* Master CSS Document */

@import url('header.css');
@import url('sidebar.css');
@import url('content.css');
@import url('footer.css');
@import url('searchform.css');
@import url('layouts.css');


* { margin:0;padding:0; }
a img { border:none; }
.clear { clear:both; }


html { 	height:100%; }

body {	min-height:100%; position:relative;	background:#3d6c91 url("/lib/img/structure/bg.jpg") repeat-x 0 0;
		font-family:Verdana, Arial, Helvetica, sans-serif; color:#fff; font-size:11px; line-height:14px; }
		
#wrap {	width:960px;  margin:0 auto; background: url("/lib/img/structure/wrapbg.gif") repeat-y 0 0; 
height:100%; min-height:900px; padding-bottom:5px; position:relative; }

table { padding:8px; }