/* two column layout for landing pages */
#left_content {
	float: left;
}

ul.left_nav {
	font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

ul.left_nav a {
	display: block;
	line-height: 24px;
	width: 141px;
	color: #666;
	padding-left: 20px;
	text-decoration: none;
}

ul.left_nav a:hover {
	background-image: url('/images/landing_button_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	font-weight: bold;
}


ul#left_nav_sport a:hover {
	background-image: url('/images/landing_button_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
        color: #c60;
}

ul#left_nav_environment a:hover {
	background-image: url('/images/landing_button_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
        color: #336600;
}

ul#left_nav_brand a:hover {
	background-image: url('/images/landing_button_background.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;	
        color: #036;
}

#right_content {
	float: left;
	margin-left: 30px;
	width: 300px;
}


#landing_photo_area {
	position: absolute;
	top: 250px;
	background-image: url('/images/landing_photo_bracers.gif');
    width: 403px;
	height: 304px;
	padding: 6px 0 0 6px;
	margin-left: 350px;
}