* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

p {
font-size:12px;
line-height: 16px;
}

h1 {
font-size:18px;
font-weight:bold;
line-height: 28px;
}

#wrapper { 
 margin: 0 auto;
 width: 917px;
}

#faux {
 margin-bottom: 0px;
 overflow: auto; 
 width: 100%
}

#header {
 width: 917px;
 height: 253px;
 margin: 30px 0px 0px 0px;
 background: url(images/head.jpg);
}

#navigation {
 margin: 0px 0px 0px 40px;
 padding: 223px 0px 0px 0px;
 display: block;
 color: #FFFFFF;
}

#leftcolumn { 
 display: inline;
 margin: 0px;
 padding: 0px;
 width: 21px;
 min-height: 350px;
 float: left;
 background: url(images/s-left.jpg) no-repeat;
}

#content { 
 float: left;
 margin: 10px;
 padding: 0px;
 width: 855px;
 display: inline;
 position: relative;
 text-align: justify;
}

#rightcolumn { 
 display: inline;
 position: relative;
 margin: 0px;
 padding: 0px;
 width: 21px;
 min-height: 350px;
 float: right;
 background: url(images/s-right.jpg) no-repeat;
}

#footer { 
 width: 917px;
 height: 30px;
 clear: both;
 background: url(images/foot.gif);
 margin: 0px;
 padding: 0px;
 color: #FFFFFF;
}

#ftext {
 text-align: right;
 padding: 7px 30px 0px 0px;
 font-size: 10px;
}

.navigation a:link {
 float: left;
 display: block; 
 width: auto; 
 height: 20px; 
 padding: 7px 10px 3px 10px;
 
 color: white; 
 background: none;
 /*border-left: solid thin #CCCCCC;*/
 border-right-color: #CCCCCC;
 border-right-width: thin;
 border-right-style: solid;
 text-decoration: none;
 filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1; 
}

.navigation a:hover {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;  
}

.navigation a:visited {
  float: left;
 display: block; 
 width: auto; 
 height: 20px; 
 padding: 7px 10px 3px 10px;
 color: white; 
 background: none;
 /*border-left: solid thin #CCCCCC;*/
 border-right-color: #CCCCCC;
 border-right-width: thin;
 border-right-style: solid;
 text-decoration: none;
 filter: alpha(opacity=100);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
 -moz-opacity: 1.00; opacity:1; 
}

.navigation a:visited:hover {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;   
}

.navigation a:active {
 color: black; 
 background: white; 
 filter: alpha(opacity=30);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
 -moz-opacity: 0.30; opacity:0.3;   
}

.clear { clear: both; background: none; }