.mens_box { background-image: url('/images/mens_box.gif'); background-repeat: no-repeat; }
body
{
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
}

.mens a { color: #0B36A3; text-decoration: none;  }
.mens a:link { color: #0B36A3; text-decoration: none;  }
.mens a:active { color: #0B36A3; text-decoration: none;  }
.mens a:visited { color:  #0B36A3; text-decoration: none; }
.mens a:hover { color:  #0B36A3; text-decoration: none; }

.womens_box { background-image: url('/images/womens_box.gif'); background-repeat: no-repeat; }
.womens a { color: #D9A100; text-decoration: none;  }
.womens a:link { color: #D9A100; text-decoration: none;  }
.womens a:active { color: #D9A100; text-decoration: none;  }
.womens a:visited { color:  #D9A100; text-decoration: none; }
.womens a:hover { color:  #D9A100; text-decoration: none; }

.prof_box { background-image: url('/images/prof_box.gif'); background-repeat: no-repeat; }
.prof a { color: #6E9300; text-decoration: none;  }
.prof a:link { color: #6E9300; text-decoration: none;  }
.prof a:active { color: #6E9300; text-decoration: none;  }
.prof a:visited { color:  #6E9300; text-decoration: none; }
.prof a:hover { color:  #6E9300; text-decoration: none; }


.clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}

#homepageContent
{
	margin-left:auto;
	margin-right: auto; 
	width: 720px;
	text-align: left;	
}
 
.home_header_wrapper
 {
	height: 60px;
	width: 720px;  
	float: left;
}
 
.home_header
{
	float: left; 
}
 
.home_border_left
{
	width: 1px; 
	height: 100%;
	border-left: 1px solid #D9D9D9;
	float: left;
	display: inline;
	margin-right: -3px;
}
 
 .home_border_right
{
	width: 8px; 
	height: 100%;
	float: right;
	background-image: url('/images/border_right.jpg'); 
	background-repeat: repeat-y;
	display: inline;
	margin-left: -3px;
}
 
.home_flash_wrapper
{
	clear: both;
	height: 240px;
	margin: 0;
}

.home_flash_inner_wrapper
{
	float:left;
}

.home_flash
{
	margin: 0 6px 0 8px;
	padding: 15px 0 0 0;
	width: 690px;
}

.home_section_nav_wrapper
{
	height: 300px;
	width: 720px;    
	float: left;
}

.home_section_nav
{
	margin: 0 0 0 8px;
}

.home_nav_bucket
{
	width: 228px;
	margin: 0 -1px 0 0;
	float: left;
	position: relative;
}

.home_bucket_div .mens, .home_bucket_div .womens, .home_bucket_div .prof 
{
	font-family: arial, verdana, serif;
	font-size: 70%;
}

.home_bucket_div
{
	width: 200px;
	line-height: 16px;
	margin: 10px 10px 0 10px;
	position: absolute;
	left: 3px;
	top: 245px;
}

.mens_box, .womens_box, .prof_box
{
	height: 11px; 
	width: 11px;
	margin: 2px 5px 0 0;
	float: left;
}

.home_bucket_border_right
{
	background-image: url(/images/bucket_shadow.jpg);
	background-repeat: repeat-y;
	width: 5px;
	height: 300px;
	float: left;
	margin-right: -3px;
}

#home_bucket_bottom_border_wrapper
{
	width: 720px;
	float: left;
}

#home_bucket_bottom_border
{
	width: 700px;
	display: block;
	float: left;
}

.home_footer 
{ 
	clear: both;
	background-image: url('/images/border_footer.jpg'); 
	repeat: no-repeat;
}


