/* Start of CMSMS style sheet 'wtmsa-layout-css' */
/* LUBBOCK ADULT SOCCER LEAGUE */
/* layout.css */
/* author: patrick goff, patrickgoff.co.nz */
/* publisher: dreamtaxi */

body {font-family: "Times New Roman", Times, serif; font-size: 16px;}
#wrapper {width: 100%}
#page {width: 98%; margin: 0 auto;}
#header {width: 100%; background: #000; margin-top: 10px;}
	table.header {
		width: 100%;
		color: #fff;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		text-transform: uppercase;
	}
	table.header tr {}
	table.header td {width: 33%; height: 55px; text-align: center;}
	table.header td h1 {
		font-weight: normal;
		font-size: 1.5em;
		letter-spacing: 10px;
	}
	table.header td p a {display: inline; font-size: 0.9em; color: #fff;}
	table.header td a {display: block; width: 127px; height: 41px; margin: 0 auto;}
#sidebar {
	width: 115px;
	background: #000;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	padding: 0 0 15px 0;
        float: left;
}
	#logo {background: #fff; text-align: center; padding: 5px 0 3px 0;}
	#navigation {}
		#navigation ul {
			list-style: none;
			font-weight: bold;
			text-transform: uppercase;
			text-align: center;
		}
		#navigation ul li a {
			color: #fff;
			display: block;
			padding: 5px;
		}
		#navigation ul li a:hover { background: #333; }
	#yahoo { margin-top: 15px; text-align: center; }
		#yahoo a { color: #fff; }
	#update { margin-top: 15px; text-align: center; color: #fff; }
#content {
        margin: 10px 0 0 135px;
}
#content blockquote { margin: 16px 40px; }
#content h2 { margin: 19px 0; }
#content li { margin: 0 0 0 16px;}
#content p { margin: 16px 0; }
/* End of 'wtmsa-layout-css' */

