/* CSS Document */
body {
	margin:0px;
	background-image: url(images/kinetic_chain_sport.jpg);
	background-repeat: no-repeat;
	background-position:center top;
		background-color:#005DAB;

	}
	/*be nice to Netscape rule*/	
p, ul, ol, li, h1, h2, h3, a:link, a:visited, a:hover, a:active, td, .button {
font-family:Arial, Helvetica, sans-serif;
		color:#000000;

}
	/*general page rules*/

h1, h2, h3 {
	font-weight:bold;
}
h1 {
	margin:0;
	padding:5px;
	font-size:14px;
	text-align:center;
	color: #ffffff;
	font-weight:bold;

}
h2 {
	font-size:13px;
	margin:0 6px;
		text-align:center;
		font-weight:bold;
}
h3 {
	font-size:12px;
		margin:5px;
		font-weight:bold;


}
p {
	margin:10px;
	text-align: left;
	font-size:12px;
}
img {
	margin:0;
	padding:0;
	
	 
}
ul {
	list-style-type:none;
	font-size:.9em;
	margin:0 6px 12px 6px;
	padding:0;
	background-color: #CCCCCC;
}
ol {
	list-style-type: circle;
	font-size:12px;
}
a:link, a:visited, a:hover, a:active{
	text-decoration:none;
	font-weight:bold;
}
a:link, a:visited {
	color: #CC0000;
}
a:hover, a:active {
	color: #FF6600;
	}
	/*top nav styles*/
#topnav {
	display:block;
	margin: 106px 0 18px 0;
	text-align:center;
}
#topnav a:link, #topnav a:visited, #topnav a:hover, #topnav a:active {
margin:0 10px;
padding:3px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
}

/*nav2 styles*/
#nav2 {
	margin:0;
}
#nav2 ul, #nav2 li {
	list-style-type:none;
}
#nav2 a:link, #nav2 a:visited, #nav2 a:hover, #nav2 a:active {
	margin:15px 0 0 0;
	padding:0 3px;
	display:block;
}
#movie-container {
background-color:#333333;
}
.button {
text-align: center;
margin:40px 40px 0 600px;
padding:2px;
font-size:12px;
color:#ffffff;
font-weight:bold;

}
.button a:link, .button a:visited, .button a:hover, .button a:active {

display:block;
padding:2px;
color:#ffffff;

}

#footer {
	text-align: center;	
	margin:10px 0 0 20px;
	color:#FFFFFF;
}
.row {
text-align:center;
}
#nav {
text-align:center;
}