/*------------------------------------------------------------------ 
[Master Stylesheet] 
Project:    O'Kane Website Master Index CSS 

[Typography] 
All text: font-family: Arial, Geneva, sans-serif;
Body text: 0.8em

[Colours]
Dark Gray: 	#666666
Light Gray: #f2f2f2
Dark Blue: #003E7E


-------------------------------------------------------------------*/

#left {
 	width: 280px;
}

#content {
	float: left;
	width: 400px;
	border-left:1px dashed #c0bdba;
	border-right:1px dashed #c0bdba;
	padding:0 20px;
}


#right {
	width:220px;
}
