html, body {
	background-color: #FED683;
	margin: 0;
	padding: 0;
	color: #333;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
p table.small {
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}
img {
border: none;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333;
}
a:active, a:hover {
	text-decoration: none;
	color: #ff0000;
}
h1, h2, h3, p {
margin: 0 0 10px 0;
}
h1 {
font-size: 18px;
font-style: normal;
color: #21206B
}
h2 {
font-size: 14px;
font-style: normal;
}
h3 {
font-size: 12px;
font-style: normal;
color: #21206B;
}
#container {
background: #fff;
width: 880px;
position: relative;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
border-left: 1px solid #21206B;
border-right: 1px solid #21206B;
border-bottom: 3px solid #21206B;
}
#banner {
background: #fff url(../images/random/22.jpg) no-repeat top right;
height: 85px;
padding-left: 30px;
}
#content {
padding: 30px;
margin: 0;
}
/* nav */
#dropnav {
	background: url(../images/bg_nav_down.jpg) repeat-x top left;
	clear:both;
	height: 28px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#nav {
	text-align: left;
	font-size: 11px;	
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#nav ul {
	border: 1px solid #21206B;
	padding: 0;
	margin: 0;
}

#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 15px;
}

#nav a {
	display: block;
	width: auto;
	text-decoration: none;
}

#nav a.daddy {
	color: #21206B;
	padding-bottom: 7px;
}

#nav a.kiddie {	
	color: #21206B;
	padding: 3px 0 4px 10px;
	width: 118px;
	margin: 0;
}
#nav a:hover.kiddie {
	color: #fff;
}
#nav li {
	float: left;
	margin: 0;
	padding: 7px 9px 0 9px; 
	width: auto;
}
#nav li a {	
	color: #21206B
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 130px;
	margin-left: -10px;
	background: white;
}

#nav li li {
	padding: 0;
	border-left: 1px solid white;
	border-right: 1px solid white;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: url(../images/bg_nav_up.jpg) repeat-x top left;
}

#nav li li a:hover, #nav li li a.sfhover {
	background: #21206B;
}
/* nav */
