
/* austinStyle.css */

body {
	background: #ddd;
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 20px;
}

li {
	line-height:210%;
}

a:hover {
	color:#999;
	text-decoration:none;
}

#splash {
	/* just for ie5/6q */
	text-align:center;
} 

#splash img {
	background: #fff;
	display: block; margin: 0 auto;
	border: 10px solid #000;
	padding: 10px;
} 

#splash table {
	margin: 0 auto;
	text-align:left;
}

#nav {
	list-style-type: square;
}

#nav li ul {
	list-style-type: none;
}

#nav li ul li {
	padding-left: 24px;
	background: url(soccerball.gif) no-repeat 0 50%;
}

