	
.margin{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:12px;
} /* end margin line */
	
.margin1{
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-shadow:0px 0px 1px #000;
	
	font-size:12px;
	background: #9FF;
	//display:block;
	
} /* end margin1 line */
	
a:link {
	font-weight: none;
	text-decoration: none;
	color: black;
	background: transparent;
	display:block;
} /* end anchor element styles */
	
a:visited {
	font-weight: none;
	text-decoration: none;
	color: light-blue;
	background: transparent;
} /*end visited hyperlink display styles */
	
a:hover {
	color:!important;
	font-weight: none;
	background: transparent;
	text-decoration: underline;
	
		
} /* end hover over hyperlink display styles */
	
a:active {
	color: yellow;
	background: transparent;
	font-weight: bold;
	text-decoration: none;
} /* end active hyperlink display styles */
	 
	
li {
	margin-bottom: 10px
} /*end list item styles */
	
	
#main_sub-block {
	width: 100%; //1080px;
	height: 540px;
	background: transparent;
			
	//background-color: #00CCCC;
	//background-color: pink;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//text-align: left;
	//width: 1074px;
	
	
	//border: 20px;
} /* end home_block styles */
	
	
#sports_division1 {
	float: left;
	align: left;
	width: 720px;
	height: 540px;
	
	
	background: transparent;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	//text-align: center;
	//margin: 0 auto;
} /* end sports_division1 styles */
	
	
#sports_left-column {
	float: left;
	align: left;
	width: 360px;
	height: 540px;
	background: transparent;
	
	//background-color: Pink;
	//background-color: #00CCCC;
	//text-align: left;
	//border: 2px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
} /* end sports_left-column layout styles */
	
	
#sports_right-column {
	float: right;
	align: right;
	width: 360px;
	height: 540px;
	background: transparent;
	
	//background-color: Pink;
	//text-align: left;
	//border: 2px;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
} /* end sports_right-column layout styles */
	
	
	
#sports_headlines {
	text-align: center;
	align: top;
	
	text-shadow: 1px 1px 1px #FFF;
	text-transform:uppercase;
	width: 340px;
	line-height: 20px;
	//border: 10px;
	border-radius: 7px 7px 0px 0px;
	
	/*start of background color*/
	
	background: rgb(226,226,217); /* Old browsers */
	background: -moz-linear-gradient(45deg,  rgba(226,226,217,1) 1%, rgba(0,204,204,1) 50%, rgba(226,226,217,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, right top, color-stop(1%,rgba(226,226,217,1)), 
	color-stop(50%,rgba(0,204,204,1)), color-stop(100%,rgba(226,226,217,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* 
	Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* Opera 11.10+ 
	*/
	background: -ms-linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* IE10+ */
	background: linear-gradient(45deg,  rgba(226,226,217,1) 1%,rgba(0,204,204,1) 50%,rgba(226,226,217,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2d9', endColorstr='#e2e2d9',GradientType=1 ); /* IE6-9 
	fallback on horizontal gradient */

	/*end of background color*/
	
	
	//valign: center;
	//background-color: pink, #157497;
	//background-color: #00CCCC;
	//background-color: white;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	
	//border: 0px;
} /* end sports_headlines styles */


#sports_headlines a:hover{


	border-radius: 7px 7px 0px 0px;
	
	/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/


} /* end sports_headlines a:hover styles */
	
#sports_message {
	width: 100%;
	height: 480px;
	background: transparent;
	
	
	
	//background-color: #00CCCC;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	//text-align: center;
	//margin: 0 auto;
} /* end sports_message styles */



	
#sports_pics {
	align: center;
	width: 340px;
	height: 180px;
	background: transparent;
	
	//background-color: pink, silver;
	//background-color: #00CCCC;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	
} /* end sports_pics styles */
	
	
	
#sports_main-message {
	text-align: justify;
	width: 340px;
	height: 280px;
	//background-color:  pink;//, gray;
	//background-color: #00CCCC;
	background-color: white;
	
	border-radius: 0px 0px 7px 7px;
	
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 20px;
	
	//border: 0px;
} /* end sports_main-message styles */

#sports_main-message a:hover .margin1{	

	/*start of background color*/
	
	background: rgb(207,231,250); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(207,231,250,1) 0%, rgba(99,147,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(207,231,250,1)), 
	color-stop(100%,rgba(99,147,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(207,231,250,1) 0%,rgba(99,147,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 ); /* IE6-9 */
	
	/*end of background color*/

} /* end sports_main-message a:hover .margin1 line */
	
	
	
#sports_google-ad {
	width: 100%;
	height: 100px;
	background: transparent;
	
	//background-color: pink;
	
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	
	//border: 0px;
	//align: center;
} /* end home_google-ad styles */