/* split.css */

#columns{
	
}

#left{
	width: 350px;
	float: left;
}

#gallery{
	width: 300px;
	height: 450px;
	background: url(/media/split/default.jpg) no-repeat left top;
	overflow: hidden;
}

#right{
	width: 600px;
	float: left;
}

#right a{
	color: #7f5c51;
}

#right h1{
	color: #a17666;
}

#right h2{
	color: #a17666;
}

#right h3{
	color: #a17666;
}

#right h4{
	color: #a17666;
}

table.rates{
	
}

table.rates td{
	padding-right: 15px;
}


table.rates thead td{
	font-weight: bold;
}