body {
	background: url(../img/crouchbutler-background.jpg) fixed bottom repeat-x #f3f3f3;
	margin:0;
	padding:0;
	margin-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}
a {
	text-decoration:none;
}
#container {
	width:800px;
	height:540px;
	margin:0 auto;
	background-color:#e3e5e4;
}
#header {
	width:800px;
	list-style: none;
	line-height: 1;
	background-image:url(../img/header-bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	padding:0;
	margin:0;
}
#header ul {
	list-style: none;
	/*left:101px;*/
	height:70px;
	padding: 0;
	margin: 0;
	border-top:	1px #ccc solid;
	z-index:100;
}
#header a {
	text-align:center;
	display: block;
	color:#7b827b;
	font-size:80%;
	text-decoration: none;
	width:9em;
	font-size:13px;
	font-weight: normal;
	font-family:"Verdana";
	height:70px;
	line-height:1em;
	padding-bottom:0.3em;
	padding-top:45px;
	margin-bottom:-50px;
}
#header a:hover {
	/*font color*/
	display: block;
	text-decoration: none;
	color:#ffffff;
	background-image:url(../img/bghover.png);
	background-repeat:repeat-x;
}
#header a:visited {
}
#header li {
	float: left;
	color: #000000;
	font-size:13px;
	font-weight: normal;
	font-family:"Verdana";
	text-align:center;
}
#header li li {
	float:left;
}
#header li ul {
	display: block;
	position: absolute;
	left: -999em;
	height: auto;
	/*sub menu width*/
	width: 10em;
	font-size:14px;
	font-weight: normal;
	margin-top:0;
	padding-top:2px;	
	border-left:	1px #ccc solid;
	border-right:	1px #ccc solid;
	border-bottom:	1px #ccc solid;
	background-color:#e3e5e4;
}
#header li li a {
	display:block;
	height:30px;
	width:auto;
	text-align:left;
	border:none;
	line-height:1.2em;
	margin-bottom:0px;
	padding:10px 10px 0px 10px;
}
#header li ul a {
	width: 9.2em;
}
#header li ul a:hover {
	width: 9.2em;
	background-image:none;
	background-color:#981717;/*#7b817d;*/
}
#header li:hover ul, #header li li:hover ul, #header li li li:hover ul, #header li.sfhover ul, #header li li.sfhover ul, #header li li li.sfhover ul {
	left: auto;
}
#header li:hover, #header li.sfhover {
	color: #000000;
	position:static;
}
#header li ul ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 9.9em;
	margin-top : -3.1em;
	width:11em;
}
#header li ul ul a {
	width:11em;
	padding-top:0.5em;
}
#header li ul ul a:hover {
	width:10.4em;
	font-weight:normal;
}
#header li ul ul { /* third-and-above-level lists */
	left: -999em;
}
#header li:hover ul ul, #header li:hover ul ul ul, #header li.sfhover ul ul, #header li.sfhover ul ul ul {
	left: -999em;
}
#header li:hover ul, #header li li:hover ul, #header li li li:hover ul, #header li.sfhover ul, #header li li.sfhover ul, #header li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#bottom {
	height:20px;
	background:url(../img/footer-bg.png);
	text-align:right;
	color:#ffffff;
	font-size:80%;
	padding-top:7px;
	padding-right:5px;
}
#bottom a {
	color:#ffffff;
}
#bottom a:hover {
	text-decoration:underline;
	color:#ffffff;
}
#tagline {
	color:#ACACAC;
	font-size:11px;
	font-family:calibri, tahoma;
	text-align:center;
	margin-top:12px;
}
.logo {
	float:left;
	margin-top:0;
}
.logolink {
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
}
#flashcontent {
	margin:0;
	padding:0;
	background-color:#ffffff;
}
#flashcontent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:90%;
	margin-top:20px;
	margin-left:30px;
	padding-top:10px;
}
#flashcontent ul {
	text-align:left;
	margin-right:20px;
	padding:0;
	margin-left:40px;
}
#flashcontent ul li{margin-left:20px;}
#flashcontent ul li ul li {margin-left:30px;}
#flashcontent a {
	text-align:left;
	color:#666666;
}
#flashcontent a:visited {
	color:#666666;
}