

* { padding: 0; margin: 0; }

p {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
}
h1{
 font-family: Georgia,Arial, Helvetica, sans-serif;
 font-size: 20px;
 }
#wrapper { 
 margin: 0 auto;
 width: 960px;
}
#faux {
 background: url(bg.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 960px
}
#header {
margin-top:15px;
 color: #333;
 width: 960px;

}
#leftcolumn { 
 display: inline;
 color: #333;
 

 width: 250px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;

 padding: 0px;
 width: 700px;
 display: inline;
 position: relative;
}
#rightcolumn ul{
list-style-type:circle;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
margin-left:40px;
 }
#footer { 
 width: 960px;
 clear: both;
 color: #333333;
 background: #dedede;

 
}

a img { border:0 }

ul {
list-style-type:none;
margin-left:12px;
font-family: Arial, Helvetica, sans-serif;
margin-top:5px;
}
li.top {

font-size:18px;
line-height:27px
}
li.sub {
margin-left:10px;
font-size:14px;
line-height:21px
}
a{
color:#2160a7;
font-family:Arial;
}

a:hover,a.c {color:#44a14c}
.clear { clear: both; background: none; }