/*Missouri WaterSKi Federation CSS*/
written by Bradley Beach 2007

html { width: 100%; height: 100%; }

body 	{

	width:100%;
	height: 100%;
	background:#565656 url(images/bg.jpg) top left repeat-x;
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Verdana, Lucida Sans, Sans-Serif;
	font-size:12px;
	font-weight:normal;
	font-style:normal;
	letter-spacing: 0px;
	color: #fff;

	}

.content {
	background:#252525;
	color: #d7d7d7;
	padding: 16px 10px 0 16px;
	letter-height: .2em;
	line-height: 1.6em;
	vertical-align:top;
	}
.content h1{
	color: #c41130;
	font-size: 18px;
	}

#next_tournament {
	color: #fff;
	width:600px;
	background: #636363;
	border: 2px solid #c41130;
	padding: 10px 5px 15px 5px;
	margin: 25px;
	align: center;
	}
#next_tournament a{
	color: #fff;
	}
	
#links a{
	color: #c2c2c2;
	font-size: 11px;
	/*padding: 3px 0px 0px 1px;*/
	line-height: 1.8em; 
	}
#links a:hover{
	color: #c41130;
	text-decoration: none;
	font-weight: bold;
	border-top: solid 1px #d7d7d7;
	border-bottom: solid 1px #d7d7d7;
	}
	
#footer {
	color: #252525;
	font-size: 10px;
	}
#footer a{
	color: #252525;
	}

#footer_nav a {
	color: #fff;
	font-size: 11px;
	}
