/*
Roobyroo.co.uk
--------------
CSS definitions for two column fixed width centred website
*/

#rr_page {
	/* Define fixed width of page */
	width: 749px;
	text-align: center;
	margin: 16px auto;
	padding: 0px;
	
}

#rr_inner {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#rr_col_1 {
	/* Define width of column one (usually the navigation) */
	width: 230px;
	float: left;
	background-color: #FFFFFF;
	height: 700px;
}

#rr_col_2 {
	/*	the left margin of the second column should be equal or greater
		than the width of the first column	*/
	margin-left: 240px;
	background-color: #DDDDDD;
	padding: 0px;
}