body {
	background-color: #db0101;
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	}

#top{	
	float: left;
	background-image: url(images/circus_01.jpg);
	width:1000px;
	height:146px;
	}

#shell {	
	width: 1000px;	
	margin-left: auto;
	margin-right: auto;
	}
#flash {
	float: center;
}
#contentshell {
	width: 828px;
	overflow: auto;
	padding: 0px;
	margin: 0px;
	float: right;

	}

#leftshell {
	margin: 0px;
	float: left;
	width: 172px;
	padding: 0px;
	height: 540px;

	}

#contentleft{
	float: left;
	width: 410px;
	padding: 2px;
}
#contentright {
	float: right;
	width: 414px;
	padding: 0px;
	}

a:visited {
	color: #66FF33;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	}

a:link {
	font-size: 18px;
	color: #FFFF33;
	text-decoration: none;
	}
a:hover {	
	font-size: 18px;
	color: #0033FF;
	text-decoration: none;
	}
a:active {
	font-size: 18px;
	outline: none;
	}

#menu ul {
	margin-left: -2.5em;
	}

#menu li{
	list-style-type: none;
	border: 1px black solid;
	float: left;
	width: 10em;
	background-color: #CCCCCC;
	text-align: center;
	}

#menu a {
	color: black;
	text-decoration: none;
	display: block;
	}
	
#menu a:hover {
	background-color: white;
	}
	
#menu li ul{
	display:none;
	}
	
#menu li:hover > ul{
	display: block;
	margin-left: -2em;
	}
#menu li li li{
	margin-left: 1em;
	}
