/* HTML Rules
-------------*/
/*a:active, a:focus, a:hover, a:visited, {
	color: Yellow;
}*/

body {
	background-color: black;
	font-family:Verdana, Tahoma, sans-serif;
	background-image:url("../images/bg-chalk.jpg");
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-position:center;
	}
#topleft {
position: relative;
top: -220px;
left: -50px;
}	
	

#container {
	margin: 1em auto;
	width: 850px;
	background:#ebece6;
	}
	
#dmcontent {
	background:#ebece6;
	padding: 15px;
}
	
.roster {
	width: 390px;
	margin: 10px;
	padding: 10px;
	border: black dotted 1px;
	float: left;
}

.roster p {
	font-weight:lighter;
	font-style:italic;
	}

.roster ul li {
	font-size: 14px;
	}
.roster img {
	width: 150px;
	heigh: 210px;
	float: left;
	padding: 15px 5px 10px 5px;
}

.roster h3 {
	font-size: 18px;
	font-weight:bold;
}

ul, li {
	list-style-type: none;
}
		
h1 {
	background-image:url("../images/ball.png");
	background-repeat:no-repeat;
	color: #6F8733;
	padding-left: 50px;
}
h2 {
	font-family: ;
	color: White;
	background: #6F8733;
	}

#footer {
	border-top: #6F8733 solid 3px;
	clear:both;
	text-align: right;
	font-size: 75%;
	padding-right: 15px;
	margin-top: 15px;
}

#footer a {
	border: none;
	}

#nav1 {
padding: 2px;
background: black;
align: left;
margin: 1em;
width: 15%
}	

#header {
background: black;
border:0;
}

#friends {
border: 0;
padding: 2;
color: white;
}

#bio {
border: 1;
padding: 2;
color: white;
}
.photocat {
margin: 8px;
float:left;
width: 150px;
text-align:center;
}

.photocat img {
	height: 110px;
	border:none;
	}
	
.photocat a {
	border:none;
	}	
	

.schedule {
text-align: center;
}

td.date {
width: 80px;
}

.runs {
width: 10px;
}

.teams {
width: 60px;
}

.result {
width: 5px;
}
	

/* Nav Bars
*/


