
* { padding: 0; margin: 0; }

body {
 font-family: Trebuchet, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#454444;
 line-height:17px;
}

strong {font-weight:bold;}

h1 {color:#0d7fa6; font-size:16px; font-weight:bold; margin:15px 0 15px 10px;}

p{margin:15px;}

a {color:#0d7fa6;}

ul {margin:10px; width:500px; list-style-type:square; font-size:14px;}

ul ul li{list-style-type:circle; margin-left:30px; }

li{margin:5px 0 5px 0; list-style-type:square; margin-left:30px;}

#wrapper { 
 margin: 0 auto;
 width: 950px;
}

#faux {
 background: url('images/column-bg.gif');
 margin-bottom: 5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 950px;
 margin-top: 10px;
}

#header a{
 display:inline;
 margin:0px;
}

#navigation {
 color: #333;
 margin: 0px;
}

#leftcolumn { 
 display: inline;
 color: #333;
 width: 233px;
 float: left;
 border: 1px solid #fff;
 border-bottom:0px;
}

#rightcolumn { 
 float: right;
 background-color:#eee;
 color: #333;
 width: 711px;
 display: inline;
 position: relative;
}

#footer { 
 width: 950px;
 clear: both;
 color: #333;
 background: #333;
 margin: 0px 0px 10px 0px;
 text-align:right;
 border: 1px solid #fff;
}


/*---------- Classes ---------*/

.clear { clear: both; background: none; }
.smallText {font-size:11px; color:#888;}
.smallText a {color:#ccc; text-decoration:none;}
.smallText a:hover {text-decoration:underline;}
.headerImage {margin:10px 0 5px 15px;}