/*
Theme Name: Castoro Custom
Description: The custom wordpress theme assembled for castoro by Clever Concepts
Author: Clever Concepts
*/

ul {
	list-style: none;
	padding: 0;
}

#content {
	float: left;
	width: 460px;
	padding-right: 10px;
}

#sidebar {
	float: right;
	width: 150px;
}

#footer {
	clear: both; 
}
