@charset "UTF-8";

#mainContent {
	text-align:left;
}
#container  {
	text-align: left;
	padding: 0px;
}
#header  {
	padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	width: 974px;
	height: 83px;
	background-color: #CCCCCC;
	background-image: url(/tv/ypp/images/header-youngpeoples.gif);
	background-repeat: no-repeat;
}
.content_block_l{
	margin: 10px 0 10px 10px;
}
.content_block_m{
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 5px;
}
.content_block_r{
	margin: 10px 10px 10px 0;
}
.rte-header {
    background:url(/tv/ypp/images/header-youngpeoples.gif);
	height:83px;
}
#rte-masthead-search {
	margin-top: 23px;
}
#container {
	/* these styles overwrite Global.css*/
	border:none;
	margin:0 7px;
}
.container_main {
	background:#CCCCCC; 
	/*padding:0;*/ 
}
#NavLinks {
	margin: 0px;
	padding: 0px;
	height: 53px;
	background-color: #FFFFFF;
}
.floatleft {
	float: left;
	margin-right: 7px;
}
#NavLinks #TextLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 210px;
	margin-top: 25px;
	float: right;
	padding-right: 10px;
}
#NavLinks  #TextLinks a {
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
#NavLinks  #TextLinks a:hover {
	text-decoration: underline;
}
#footer  {
	background-color: #DDDDDD;
	background-image: url(/tv/ypp/images/footer-youngpeoples.gif);
	background-repeat: no-repeat;
	margin: 0px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#footer  p  {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
}
