/* CSS Document */

body{
	background-color: #000000;
	background-image: url(sideimages/sitebackground3.jpg);
	background-repeat: repeat-y;
	background-position: center top;	
}



#container {
	height: auto;
	width: 825px;
	margin: 0 auto;
	background-color: #000000;
}



#banner {
	height: 300px;
	width: 825px;
	background-color: #000000;
}


#content {
	height: auto;
	width: 825px;
	background-color: #000000;
	background-image: url(sideimages/bodybackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

#righcol {
	float: right;
	height: 380px;
	width: 220px;
	background-image: url(sideimages/index/newsbackground.jpg);
	background-repeat: no-repeat;
}

#leftcol {
	background-color:#000000;
	height: auto;
	width: 160px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #184A7D;

}


#middlecol {
	background-color:#000000;
	height: auto;
	width: 425px;
	float: right;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#righcolnews {
	float: right;
	height: 400px;
	width: 300px;
	background-image: url(sideimages/newssection/newsbackgorund.jpg);
	background-repeat: no-repeat;
}

#leftcolnews {
	height: autox;
	width: 400px;
}

#rightcolskphoto {
	background-color:#200000;
	float: right;
	height: auto;
	width: 150px;
}
#lefcolskatephoto {
	background-color:#000000;
	height: auto;
	width: 650px;
}

#rightcolskvideo {
	background-color:#200000;
	float: right;
	height: 550px;
	width: 220px;
}
#lefcolskatevideo {
	background-color:#000000;
	height: auto;
	width: 610px;
}

#footer {
	background-color:#000000;
	height: 75px;
	width: 825px;
}

.floatrightall {
	float: right;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #1C5996;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
a:visited {
	font-weight: bold;
	color: #6A92B9;
	font-weight: bold;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #00FF66;
	}