* { padding: 0; margin: 0; }
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B4261A;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #B4261A;
	}
a:hover, a:active { 
	text-decoration: none; 
	border-bottom: 2px solid #000;
	color: #010E22;
	}
p {
	text-align: justify;
	margin-bottom: 10px;
}
h1 {  
	font-weight: lighter;
	margin-bottom: 15px;
	}
h2 {
	font-weight: lighter;
	margin-bottom: 15px;
}

body {
	font: 9pt/16pt verdana, arial, san serif; 
	font-size: 13px;
	background: #F5F5E9 url(../images/bg-1.gif) repeat; 
}
#wrapper { 
	margin: 0 auto;
	width: 740px;
	border: 10px solid #000000;
	margin-top: 10px;
	margin-bottom: 40px;
	background-color: #FFF;
}
#faux {
	background: url(faux-3-2-col.gif);
	margin-bottom: 10px;
	overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
	width: 100%
}
#header {
	text-align: right;
	color: #333;
	padding: 10px 15px 10px 10px;
	margin: 0px 0px 0px 0px;
}
#picture {
	color: #333;
	padding: 0px;
	margin: -35px 0px 0px 0px;
}
#leftcolumn { 
	display: inline;
	color: #000;
	margin:73px 10px 10px 40px;
	padding: 0px;
	width: 172px;
	float: left;
	font: lighter 8pt/10pt verdana, arial, san serif;
	text-align:left;
	border-right: 1px solid #CCC;
}
#leftcolumn p{ 
	text-align:left;
}
#rightcolumn { 
 float: right;
 color: #000;
 margin:0px 40px 10px 0;
 padding: 0px;
	width: 450px;
 display: inline;
 position: relative;
}
#footer {
	text-align: right;
 border-top: 1px solid #CCC;
}

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