/* Three Column Layout */

/* centre column */

#centre-column {
display:inline;
float:left;
margin-right:5px;
margin-top:11px;
width:575px;
border-right: 1px dashed #858585;
margin-right:5px;
}

/* left column */
#left-column {
	float: left;
	display: inline;
	margin-right: 10px;
	width:200px;
	border:0px solid green;

}

/* right column */

#right-column {
	float: right;
	width: 170px;
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

#right-column div, #right-column p {
	margin: 0px;
	padding: 0px;	
}

#right-column div{
margin-bottom:10px;
}

#right-column h2 {
color:#000000;
font-size:12px;
font-weight:bold;
width:100%;
margin:0px;
padding:0px;
clear:both;
}

#right-column h3 {
color:#000000;
font-size:11px;
font-weight:bold;
width:100%;
margin:0px;
padding:0px;
clear:both;

}

#right-column h4 {
color:#000000;
font-size:11px;
font-weight:normal;
width:100%;
}
