html {
	min-width: 800px;	
}
body {	
	margin: 0px;
	padding: 0px;
	padding-bottom: 80px; /*breathing room*/
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
.nav ul li a:focus {
	outline: none;
}
#homepage {
	margin: 0 auto;
	padding-top: 60px;
	width: 970px;
	height: 910px;
	text-align: left;
	background-image: url(../images/younited-logo.jpg);
	background-position: 50% -100px;
	background-repeat: no-repeat;
}
#homepage .left {
	float: left;
	margin-top: 50px;
	width: 700px;
}
#homepage .right {
	float: left;
	margin-top: 20px;
	width: 270px;
}
#homepage .watchfilmchange {	

	width: 267px;
	height: 36px;
	background-image: url(../images/watchfilmchange.png);
	background-repeat: no-repeat;
}
#homepage .mission {
	margin-left: 220px;
}
#homepage .mission, #homepage .mission a {
	display: block;
	width: 82px;
	height: 24px;
	background-image: url(../images/mission.gif);
	background-repeat: no-repeat;
}
#homepage .mission a:hover {
	display: block;
	width: 82px;
	height: 24px;
	background-image: url(../images/mission-ro.gif);
	background-repeat: no-repeat;
}
#homepage .programs {
	margin-left: 110px;
	margin-top: 80px;
}
#homepage .programs, #homepage .programs a {
	display: block;
	width: 101px;
	height: 24px;
	background-image: url(../images/programs.gif);
	background-repeat: no-repeat;
}
#homepage .programs a:hover {
	display: block;
	width: 101px;
	height: 24px;
	background-image: url(../images/programs-ro.gif);
	background-repeat: no-repeat;
}
#homepage .support {
	margin-left: 130px;
	margin-top: 90px;
}
#homepage .support, #homepage .support a {
	display: block;
	width: 105px;
	height: 33px;
	background-image: url(../images/support.gif);
	background-repeat: no-repeat;
}
#homepage .support a:hover {
	display: block;
	width: 105px;
	height: 33px;
	background-image: url(../images/support-ro.gif);
	background-repeat: no-repeat;
}
#homepage .contact {
	margin-left: 220px;
	margin-top: 90px;
}
#homepage .contact, #homepage .contact a {
	display: block;
	width: 86px;
	height: 24px;
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}
#homepage .contact a:hover {
	display: block;
	width: 86px;
	height: 24px;
	background-image: url(../images/contact-ro.gif);
	background-repeat: no-repeat;
}

#homepage .news, #homepage .news a {
	display: block;
	width: 60px;
	height: 24px;
	background-image: url(../images/news-ro.gif);
	background-repeat: no-repeat;
}
#homepage .news a:hover {
	display: block;
	width: 60px;
	height: 24px;
	background-image: url(../images/news-ro.gif);
	background-repeat: no-repeat;
}

#homepage .box {
	margin-top: 10px;
	width: 270px;
}
#homepage .box .center div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 10px;
}
#homepage .box .title {
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
#homepage .box .top {
	width: 270px;
	height: 10px;
	background-image: url(../images/box-top.png);
}
#homepage .box .center {
	min-height: 330px;
	background-image: url(../images/box-bg.png);
}
#homepage .box .bottom {
	width: 270px;
	height: 10px;
	background-image: url(../images/box-bottom.png);
}
#homepage .box .center a {
	font-size: 14px;
	line-height: 18px;
	color: #2664e2;
}
#homepage .box .center a:hover {
	font-size: 14px;
	line-height: 18px;
	color: #ff5800;
}
#page {
	margin: 0 auto;
	margin-top: 30px;
	max-width: 800px;
	text-align: left;
}
#page .logo {
	float: left;
	width: 160px;
}
#page .content {
	float: left;
	width: 620px;	
}
#page .content .header {
	margin-top: 52px;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
#page .content .header .tag {
	float: left;	
	font-size: 20px;
	color: #000;
	width: 200px;
}
#page .content .header .nav {
	float: left;
	width: 420px;
	font-size: 14px;
}
#page .content .header .nav ul {
	list-style-type: none;
	float: right;
	margin: 0px;
	padding: 0px;
}
#page .content .header .nav ul li {
	float: left;
	margin-left: 10px;
}
#page .content .header .nav ul li a {
	float: left;
	margin-left: 10px;
	text-decoration: none;
	color: #000;
}
#page .content .header .nav ul li a:hover, #page .content .header .nav ul li .selected {
	float: left;
	margin-left: 10px;
	text-decoration: none;
	color: #2664e2;
}
#page .content .footer {	
	margin-top: 30px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #777;
}
#page .pagecontent {
	margin-top: 40px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 14px;
	color: #000;
}
#page .pagecontent h1 {
	font-size: 24px;
	font-weight: 400;
	color: #424242;
}
#page .pagecontent .h2 {
	font-size: 18px;
	line-height: 24px;
	background-color: #fcc641;
	padding-top: 3px;
	padding-bottom: 3px;
}
#page .pagecontent {
	font-size: 14px;
	line-height: 18px;
	color: #424242;
}
#page .pagecontent a {
	font-size: 14px;
	line-height: 18px;
	color: #2664e2;
}
#page .pagecontent a:hover {
	font-size: 14px;
	line-height: 18px;
	color: #ff5800;
}
#page .sub {
	width: 274px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#page .sub .mid {
	background-color: #807f84;
	padding: 10px;
	font-size: 14px;
	color: #fff;
}
#page .sub .title {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-decoration: none;
}
#page .sub .title:hover {
	font-size: 18px;
	color: #fff;
	line-height: 25px;
	text-decoration: underline;
}
#page .sub .img {
	width: 260px;
	height: 126px;
	overflow: hidden;
	margin-left: 5px;
	margin-top: 2px;
	margin-bottom: 5px;
}
#page .pagecontent .story {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#page .story .title {
	font-size: 18px;
}
#page .story .subtitle {
	font-size: 16px;
	color: #807f84;
}
#page .pagecontent .story img {
	margin-right: 20px;
	margin-bottom: 40px;
}

#page .pagecontent .griditem {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e2e2e3;
	width: 170px;
	height: 110px;
	text-align: center;
}
#page .griditem .title {
	clear: both;
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#page .griditem .subtitle {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #807f84;
}
#page .pagecontent .griditem img {
	margin: 8px;
	text-align: center;	
}

#page_numbers {
	list-style-type: none;
	display: block;
	font-size: 12px;
}

#page_numbers .href{
	font-size: 12px;
	display: inline;
	margin-left: 2px;
}

#page_numbers .href a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 12px;
	width: 20px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #cccccc;
}

#page_numbers .href a:hover {
	color: #fff;
	font-size: 12px;
	border: 1px solid #f76c1d;
	background-color: #f76c1d;
}

#page_numbers .page{
	font-size: 12px;
	display: inline;
	margin-left: 2px;
	padding: 2px 6px 2px 6px;
	border: 1px solid #f76c1d;
	color: #ffffff;
	background-color: #f76c1d;
}

#page_numbers .backarrow {
	display: inline;
	margin-right: 6px;
}

#page_numbers .firstarrow {
	display: inline;
	margin-right: 6px;
}

#page_numbers .nextarrow {
	display: inline;
	margin-left: 6px;
}

#page_numbers .lastarrow {
	display: inline;
	margin-left: 6px;
}
