body {
	background-color: transparent !important;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	font-weight: normal;
}

ul {
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
}

li {
	margin-right: 0px;
	margin-left: -5px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

#wrapper-drop {
	width: 554px;
	text-align: center; /* for centering layout in IE */
	margin-top: -5px;
	margin-left: 38px;
}

#content-drop {
	margin: 0 auto;  /* for centering layout in all browsers */
	text-align: left; /* reverting IE text align center */
	/* height: 400px; /* temporary to show how it would look with content.  Must expand up and down with content. */
	background-image: url(images/middle.png) !important;
	background-image: url(images/middle-ie6.png); /* IE6 background for png fix.  Doesn't support background repeat y */
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 15px;
	color: white;
}

#bottom-drop {
	background-image: url(images/bottom.png);
	background-repeat: no-repeat;
	width: 554px;
	height: 24px;
	margin: 0 auto;
}


/* additional stylesheet */
#nav {margin:0px; padding: 0px;}
#nav li {display:inline; padding: 0px;
	margin-right: -4px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}
#content-drop {padding-bottom:15px;}
#content-drop h3 {color:#53c1eb; font-size: 20px; margin:0 0 1em 0; font-family: Impact, Arial, Helvetica, sans-serif;}
#content-drop p {margin:0 0 1em 0;}
#content-drop #categories-wrap {margin:25px 0 0 0; height: 110px;}
#content-drop .categories {float:left; margin:0 18px; height: 110px;}