#wrapper {
	width: 758px;
	margin-left: auto ;
	margin-right: auto ;
}

#header {
	width: 758px;
}

#nav_bar1 {
	height: 25px;
	background-image: url(images/youngs_bg1.gif);
	background-repeat: repeat-x;
	text-align: right;
}

#nav_bar2 {
	padding-left: 15px;
	padding-top: 8px;
	height: 23px;
	background-image: url(images/youngs_bg2.gif);
	background-repeat: repeat-x;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 13px;
	color: #fff;
}

#nav_bar2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#content_top_wrapper {
	width: 758px;
	background-image: url(images/dotted_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 3px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 900;
	font-size: 15px;
	color: #000;
}
#content_top {
	width: 728px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(images/youngs_bg3.gif);
	background-repeat: repeat;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 25px;
}

#main_wrapper {
	float: left;
	width: 758px;
	padding-top: 19px;
	background-color: #fcfcfc;
	background-image: url(images/dotted_line.png);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 21px;
}

#main_box {
	width: 228px;
	float: left;
	margin-left: 18px;
}

#main_box_titlebar {
	float: left;
	width: 228px;
	height: 28px;
}

#main_box_content {
	width: 217px;
	border-left: 5px solid #003650;
	border-right: 6px solid #003650;
	border-bottom: 6px solid #003650;
}

#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

#info_bar {
	width: 750px;
	margin-left: 4px;
	margin-right: 4px;
	background-image: url(images/youngs_bg3.gif);
	background-repeat: repeat;
	color: #023852;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer {
	width: 758px;
	background-color: #023852;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

body {
	overflow-x:hidden;
}

iframe {
overflow-x: hidden;
overflow-y: scroll;
} 