/* WE DON'T SERVE TEENS HOME PAGE STYLESHEET */

#header {
	height: 165px;
	background: #bdccce url(../images/family-lg.jpg) no-repeat top right;
	border-bottom: none;
}

#header h1,
#header p {
	margin: 0 140px 0 350px;
}

#header h1 {
	margin-top: 15px;
}


#content {
	padding: 15px 240px 0px 255px;
}

#tagBox {
	padding: 0px 15px 15px 275px;
	margin: -20px;
}

#right-sidebar {
	position: absolute;
	width: 207px;
	top: 170px;
	right: 20px;
	font-size: 12px;
	font-weight: bold;

}

#help {
	background-color: transparent;
	background-image: none;
}

#help h1 {
	background: transparent url(../images/help-top-rt.gif) no-repeat top;
}

#help ul {
	list-style-type: none;
	list-style-image: none;
	padding-left: 15px;
	background: transparent url(../images/help-bottom-rt.gif) no-repeat bottom;
}



.space {
	margin-bottom: 20px;
}



ul#links {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 10px;
	line-height: 1.5em;
	background-color: #79aabb;
}

ul#links li {
	display: inline;
	margin: 0 5px 0 0;
	border-right: solid 1px black;
	padding-right: 5px;
}

ul#links li.last {
	border-right: none;
}

ul#links a {
	color: black;
}

#links a:hover {
	text-decoration: underline;
}

ul#links a.espanol {
	color: #F6DD52;
}

