
* { padding: 0; margin: 0; }

body {
 font-size: 14px;
}
h1{ margin-bottom:20px; color:#036; border-bottom:3px solid #94a4bd; padding-bottom:6px; padding-left:10px; font-size:18px; text-align:left;}
#wrapper { border:1px solid #5e6669; 
 margin: 0 auto;
 width: 780px;
}
#faux { 
 margin-bottom: 5px;
 overflow: auto; 
 width: 100%
}
#header {
 color: #fff;
 padding: 102px 20px 0px 0px;
 height: 41px;
 background: #ABBEBE url(img/head.jpg) no-repeat;
 text-align:right;
 font-weight:bold;
}
#header a:link,#header a:visited{ color:#ffc;}
#leftcolumn { 
 display: inline;
 color: red; line-height:28px;
 padding: 80px 10px;;
 width: 160px; height:380px;
 float: left;
 background:#ede9e8 url(img/bg-left.jpg) left top no-repeat;
}
#leftcolumn a{ color:#C33; text-decoration:none;}
h3{ background-color:#36537b; line-height:30px; color:#fff; text-align:center;}
table,td,th{ text-align:center; padding:10px 0px;
    border:1px #bac2cf solid;
    border-collapse:collapse;
}
table{ margin:0 auto 15px auto;}
th{ background-color: #E8EBFD; font-weight:bold;}
#rightcolumn { 
 float: right;
 color: #333;
 padding: 40px 10px 0px 15px;background:#fff url(img/bg-right.jpg) left top no-repeat;
 width:575px;
 display: inline;
 position: relative; 
}
#footer { 
 width: 760px;
 clear: both;
 color: #333;
 background: #ABBEBE;
 text-align:center;
 padding: 10px;
}
.clear { clear: both; background: none; }
