/* _________ Stylesheet for Silva 1.1 frontend _______________ */
/* _________ Silva users can insert their own frontend styles _________ */
/* _________ Styles modified here will affect the Silva preview  ______ */
/*
**  Instructions to set caching headers. Inside comments area to play nicer with CSS editors.
** ** 
** 
** 
** 
*/

body {
	background-color: #000099;
}
#box-standard {
	background: white url(http://www.circusminimus.com/images/corners_bottom_circuskids.gif) no-repeat bottom left;
	padding-bottom: 20px;
}
#box-standard h2 {
	background: white url(images/corners_top_circuskids.gif) no-repeat top left;
}
#pagenav-circuskids {
	margin: 0 auto 20px;
	padding: 0px;
	background: url(http://www.circusminimus.com/images/circuskids/logo_main.jpg) no-repeat center top;
	width: 460px;
	border: 1px solid #000099;
}
#pagenav-circuskids ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#pagenav-circuskids a  {
	background: url(http://www.circusminimus.com/images/circuskids/bullet_globe_off.jpg) no-repeat center center;
	display: block;
	padding: 18px;
	text-decoration: none;
	font: bold 14px "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #FFCC00;
	text-align: center;
}
#pagenav-circuskids a:hover, #pagenav-circuskids a:active  {
	background: url(http://www.circusminimus.com/images/circuskids/bullet_globe.jpg) no-repeat center center;
	color: white;
}
#circus-poeticus {
	float: left;
	margin-right: 180px;
}
#circus-musicus {
	float: left;
}
#circus-articus {
	float: left;
	margin: 40px 165px 0 10px;
}
#circus-peace {
	float: left;
	margin-top: 40px;
}
#circus-globe {
	float: left;
	/* margin: 40px 0 0 130px; */
	margin-top: 40px;
	width: 100%;
	clear: both;
}



/* end cascade */