
body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p {
	font-size:1.2em;
	margin-bottom:0.8em;
}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	margin-bottom:0.8em;
	color:#251c63;
}

h1 { font-size:1.8em; }
h2 { font-size:1.6em; }
h3, h4, h5, h6 { font-size:1.4em; }


#container {
	width:769px;
	padding:0;
	margin:8px auto;
	background:url(images/page.gif) repeat-y;
	border:1px solid #666;
}

#header {
	width:769px;
	height:108px;
	margin:0;
	padding:0;
	background:url(images/header.gif) top no-repeat;
}

#navigation .browse {
	background: #aa7f30;
	font-size: 18px;
	padding:3px 3px 3px 10px;
	color:#FFFFFF;
	border-bottom:8px white solid;
}

#navigation .child1 {
	width:75px;   height:76px;
	background: url(images/newfaces/bboy.gif) no-repeat;
	position:absolute;
	bottom:-5px; right:-10px;
	z-index:10;
}

#navigation .child2 {
	width:70px;   height:78px;
	background: url(images/newfaces/blongirl.gif) no-repeat;
	position:absolute;
	bottom:-5px; left:-10px;
}

#navigation .child3 {
	width:80px;   height:80px;
	background: url(images/newfaces/brboy.gif) no-repeat;
	position:absolute;
	bottom:-5px; right:-10px;
}

#navigation .child4 {
	width:72px;   height:84px;
	background: url(images/newfaces/bgirl.gif) no-repeat;
	position:absolute;
	bottom:-5px; left:-10px;
}

#navigation .child5 {
	width:84px;   height:82px;
	background: url(images/newfaces/blonboy.gif) no-repeat;
	position:absolute;
	bottom:-5px; right:-10px;
	
}

#navigation .child6 {
	width:65px;   height:82px;
	background: url(images/newfaces/brgirl.gif) no-repeat;
	position:absolute;
	bottom:-5px; left:-10px;
	
}

#navigation {
	width:247px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
}

#navigation ul {
	width:212px;
	margin:0 auto;
	padding:20px;
}

#navigation ul li {
	margin:6px;
	padding:0;
	height:30px;
	line-height:30px;
	list-style-type:none;
	font-size:1.1em;
	background:url(images/menu.gif) no-repeat #0094de;
	position:relative;
	
	}

#navigation ul li a {
	margin:0;
	padding:0;
	width:140px;
	font-weight:bold;
	font-size:1.1em;
	margin-left:27px;
	margin-right:6px;
	text-decoration:none;
	color:#fff;
}

#navigation ul li a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#navigation ul li.blue { background:url(images/menu.gif) no-repeat #0094de;}
#navigation ul li.pink { background:url(images/menu.gif) no-repeat #ff00cc;}
#navigation ul li.red { background:url(images/menu.gif) no-repeat #ff0000;}
#navigation ul li.green { background:url(images/menu.gif) no-repeat #79d40e;}
#navigation ul li.orange { background:url(images/menu.gif) no-repeat #ff6600;}
#navigation ul li.greenblue { background:url(images/menu.gif) no-repeat #0094de;}
#navigation ul li.sub {
	background:none;
	font-size:0.7em;
	height:24px;
	line-height:24px;
	margin:0 6px;
	background: url(images/b1.gif) no-repeat 12px 6px;

}

#navigation ul li.sub a {
	color:#333;
}



#content {
	padding:0 0 0 255px;
	margin:0;
}

#content #top {
	padding:4px;
	margin:0;
	
	background-color: #fff9ce;
	/*background:#e7f3f8 url(images/fade.gif) repeat-x top;*/
	border-bottom:8px solid white;
}

#content #top h2 {
	margin-bottom:0.2em;
}

#content #top a {
	color:#0033CC;
	font-size:125%;
	line-height:1.3em;
}

#content  p {
	padding:5px;
	margin:0;
	margin-bottom: 0.75em;
}

#content #title {
	background: #aa7f30;
	font-size: 18px;
	padding:3px 3px 3px 10px;
	color:#FFFFFF;
	border-bottom:8px solid white;
}

#content #txt {
	padding:4px;
}


#footer {
	width:769px;
	height:72px;
	margin:0;
	padding:0;
	clear:both;
	background:url(images/footer.gif);
}

#footer p {
	text-align: center;
	font-size:1.1em;
	margin:0 0 0 0;
	padding:46px 0 0 0;
	color:white;
}

#footer p a {
	color:white;
}

.scrolltext {
	color: #006600;
	font-size: 20px;
	font-weight: bold;
}


/* Fix's #container not clearing inner floats in firefox */
.floatfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* Hides from IE-mac \*/
* html .floatfix {
height: 1%;
}
/* End hide from IE-mac */