/* CSS Document */

h2, h3 {
	margin:10px 5px 3px 0px;
	clear:both;
	}

h2 {
	font-size:12pt;
	}

#col1 p {
	margin:3px 5px 10px 0px;
	}
	
#container img {
	margin-bottom:10px;
	}

/* Sportsman Image & Links */	
#sportsman {
	font-weight: bold;
	font-size: 10pt;
	width: 390px;
	height:150px;
	padding-top:100px;
	background-image:url(../images/homepage_ads/sportsman.jpg);
	}

#sportsman ul {
	margin-top:0px;
	padding-top:0px;
	}
	
#sportsman li {
	line-height:10px;
	letter-spacing:1px;
	list-style-image:url(../images/homepage_ads/arrow_bullet.png) !important;
	list-style-image:url(../images/homepage_ads/arrow_bullet.gif);
	margin-bottom:13px;
	margin-left:2px;
	padding-left:2px;
	}
	
#sportsman a {
	color:#110708;
	text-decoration:none;
	}

#sportsman a:hover {
	color:#990000;
	}


