@charset "utf-8";
/* CSS Document */

body {
	background-color: #060005;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header {
	position:absolute;
	width:800px;
	height:148px;
	z-index:2;
	background-image: url(images/young_header_02.jpg);
	background-repeat: no-repeat;
	top: 0px;
	left: 100px;
	visibility: visible;
}
#navbar {
	position:absolute;
	width:800px;
	height:36px;
	z-index:2;
	background-image: url(images/young_navbkgd_05.jpg);
	background-repeat: repeat-x;
	left: 100px;
	top: 148px;
	visibility: visible;
}
#content {
	position:absolute;
	width:600px;
	height:1050px;
	z-index:3;
	background-color: #FFFFFF;
	left: 100px;
	top: 184px;
	visibility: visible;
}
#rightrail {
	position:absolute;
	width:182px;
	height:1050px;
	z-index:4;
	background-image: url(images/rail_bkgd_09.jpg);
	background-repeat: repeat-y;
	left: 700px;
	top: 184px;
	padding-bottom: 6px;
	padding-left: 6px;
	padding-right: 12px;
	visibility: visible;
}
#navbottom {
	position:fixed;
	width:800px;
	height:33px;
	z-index:5;
	background-image: url(images/young_navbkgd_05.jpg);
	background-repeat: repeat-x;
	left: 100px;
	bottom: 0px;
	vertical-align: middle;
	padding-top: 3px;
}
.HeaderText {
	color: #e09434;
	font-size: 25px;
	font-family: Arial;
}
.ContentLarge {
	font-family: Arial;
	font-size: 36px;
	color: #646464;
	font-weight: bold;
}
.ContentText {
	color: #646464;
	font-family: Arial;
	font-size: 12px;
}
.PhoneNumber {
	font-family: Arial;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
}
.RailHeader {
	font-family: Arial;
	font-size: 18px;
	color: 3C3C3C;
}
.RailText {
	font-size: 12px;
	color: #646464;
	font-family: Arial;
}
.bnavText {
	color: #3c3c3c;
	vertical-align: bottom;
	height: 33px;
	font-size: 10px;
	font-family: Arial;
}
.raillinks {
	font-family: Arial;
	color: #3c3c3c;
	font-size: 16px;
}