body {
	margin:0;
	padding:0 0 10px 0;
	background:#ABD185;
	color:#333;
}

body, th, td, li, div, h2 {
	font: 14px Arial, Helvetica, sans-serif;
}

div, ol {
	display:block;
}

p {
	margin:8px 0 18px 0;
}

th {
	text-align:left;
	font-weight:700;
	white-space:nowrap
}

form {
	margin:0;
	padding:0;
}

img {
	border:0;
}

a {
	color:#900;
	text-decoration:underline;
}

a:hover {
	color:#000;
	background-color:#C1FF07;
	text-decoration:none;
}

h1 {
	font: 26px trebuchet ms, century gothic, arial;
	margin-top:0;
	padding-top:0;
	font-weight:700;
}

h2 {
	color:#990000;
	font-weight:700;
	margin:18px 0 8px 0;
	padding:0;
}

h3 {
	font-size:1.2em;
	font-weight:700;
	margin:0;
	padding:14px 0 0 2px;
}

#wrapper {
	position:relative;
	width:919px;
	margin:0 auto;
	background:#fff;
	border-bottom:1px solid #fff; /* required safari */
	
}

#banner {
	position:relative;
	width:919px;
	height:282px;
	background:url(../images/bg_banner.jpg) no-repeat;
}

#banner_lt {
	position:absolute;
	top:16px;
	left:158px;
	width:338px;
	height:111px;
	background:url(../images/logo_ysf.gif) no-repeat;
}

#banner_lt a {
	display:block;
	width:326px;
	height:111px;
}

#banner_lt a:hover {
	background-color:transparent;
}


#banner_rt {
	position:absolute;
	top:34px;
	right:34px;
	width:164px;
	height:205px;
	background:url(../images/logo_banner_gillette.gif) no-repeat;
}

#banner_rt a {
	display:block;
	width:164px;
	height:205px;
}

#banner_rt a:hover {
	background:transparent;
}

#banner_corner {
	position:absolute;
	top:0;	
	left:-32px;
	width:32px;
	height:22px;
	background:url(../images/bg_banner_lt_corner.gif) no-repeat;
}

#nav {
}

#content {
	width:919px;
	overflow:hidden;
}

.content_lt {
	float:left;
	width:435px;
	margin: 18px 0;
	padding:0 0 0 24px;
}
#subtitle {
	text-align: center;
	display: block;
}


.content_rt {
	float:right;
	width:410px;
	margin: 18px 0;
	padding:0 24px 0 0;
}

.content_lt_int {
	float:left;
	width:858px; /* nh, changed to a full width since .content_rt_int is not used yet, orig 600px here */
	margin: 30px 0 18px 0;
	padding:0 0 0 24px;
}

.content_rt_int {
	display:none /* nh, currently not used */
	float:right;
	width:220px;
	margin: 87px 0 18px 0;
	padding:0 24px 0 0;
	font-size:12px;
}

.content_rt p, .content_lt_int p {
	line-height:160%;
}

.content_rt_int p {
	line-height:150%;
}

.content_bot {
	margin: 18px 24px;
}

.box_1 {
	margin-left:20px;
}
.box_2 {
	margin-left:20px;
}

.box_3 {
	margin-left:20px;
}
.box_1  a:hover, .box_2  a:hover, .box_3 a:hover {
	background-color:transparent;
}

.box_photo {
	position:relative;
	width:388px;
	height:238px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	overflow:hidden;
}

#box_ew {
	background:url(../images/home_ew_photo.jpg) no-repeat;
}

#box_ei {
	background:url(../images/home_ei_photo.gif) no-repeat;
}

.bu_letsgo {
	position:absolute;
	bottom:24px;
	right:24px;
}

#footer {
	width:919px;
	margin:0 auto;
}

#footer_top {
	width:919px;
	height:152px;
	background:url(../images/ftr.gif) no-repeat;
}

#footer_bot {
	font-size:12px;
	color:#556842;
	padding:24px;
}

.clear {
	clear:both;
	padding:0;
	margin:0;
	border:0;
	height:0;
	overflow:hidden;
}

.hdr {
	padding:0 0 14px 0;
	margin:0;
}

.hdrhome {
	padding-top:35px;
}

.hdrimg {
	height:30px;
}

.required {
	font-size:12px;
	font-weight:700;
	color:#CC0000
}

.error {
	font-size:11px;
	color:#CC0000
}

.helptext {
	font-size:11px;
	color:#666
}

.divider {
	border-top:1px solid #ccc;
	margin-top:10px;
	padding-bottom:10px;
	height:1px;
	overflow:hidden;
}	
