/* CSS Document */
.img{
	display:block;
	border:none;
}
.header_copy{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	margin-top:2px;
	margin-bottom:4px;
	margin-left:6px;
}
.copy{
	text-align:left;
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:6px;
	padding-right:11px;
}

.left_box{
	margin-top:11px;
	margin-left:13px;
	position:absolute;
	width:260px;
	height:178px;
	float:left;
}
.left_box_narrow{
	margin-top:11px;
	margin-left:13px;
	position:absolute;
	width:176px;
	height:178px;
	float:left;
}
.right_box{
	width:297px;
	float:right;
}
.right_box_wide{
	width:382px;
	float:right;
}
.bottom_border{
	clear:both;
	background-color:#3300CC;
	height:1px;
}
.links_window{
	background-image:url(http://christysports.com/static_images/splash_links_mid.jpg);
	width:577px;
}
.links_top{
	background-image:url(http://christysports.com/static_images/splash_links_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:30px;
}
.links_box{
	float:left;
	width:372px;
	
}
.links_header{
	text-align:left;
	border-bottom:solid 1px #CCCCCC;
	padding-top:6px;
	padding-bottom:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-left:10px;
	margin-bottom:2px;
}
.links_pic{
	float:left;
	padding-top:2px;
	padding-left:14px;
	width:100px;
	height:75px;
}
.links_list{
	padding-left:10px;
	margin-left:110px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.links_separator{
	height:1px;
	font-size:1px;
	clear:both;
}
.text_right{
	float:right;
	width:200px;
	border-left:solid 1px #CCCCCC;
}
.links_bottom{
	background-image:url(http://christysports.com/static_images/splash_links_bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	height:30px;
	clear:both;
}
.splash_link{
	text-decoration:none;
	color:#120B7C;
}
a:hover.splash_link{
	text-decoration:underline;
	color:#0033FF;
}


