@import "sprites.css";

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 75%/1.4em Verdana, Arial, Sans-Serif;
	color: #000; 
	background: url(/images/2006/lcca_mp_sidetile.gif);
	behavior: url("/_includes/css/csshover2.htc");
	}
	
#container {
	width: 788px;
	margin: 0 auto;
	background: url(/images/2006/lcca_mp_bodytile.jpg) repeat-y;
	}
	
#header { }

#navigation {
	display: inline;
	margin: 0 0 0 21px;
	width: 149px;
	height: 355px;
	}

#navigation img {
	display: block;
	}
	
#member_promo, #club_promo, #news_promo {
	float: left;
	height: 103px;
	display: block;
	}

#member_promo {
	width: 217px;
	background: url(/images/2006/promo/lcca_mp_promo1.gif) no-repeat;
	}

#memberID {
	margin: 67px 0 0 15px;
	}
	
#memberSubmit {
	float: right;
	margin: -19px 6px 0 0;
	width: 22px;
	height: 22px;
	display: block;
	background: url(/images/2006/promo/lcca_button_go1.gif) no-repeat;	
	}

html>body #memberSubmit {
	margin: -19px 11px 0 0;
	}
	
#memberSubmit:hover {
	background: url(/images/2006/promo/lcca_button_go2.gif) no-repeat;	
}

#club_promo {
	width: 188px;
	background: url(/images/2006/promo/lcca_mp_promo2a.gif) no-repeat;
	}

#club_promo:hover {
	background: url(/images/2006/promo/lcca_mp_promo2b.gif) no-repeat;
	}
	
#club_promo_link {
	height: 103px;
	width: 188px;
	display: block;
	}

#news_promo {
	width: 191px;
	background: url(/images/2006/promo/lcca_mp_promo3a.gif) no-repeat;
	}
 
#news_promo:hover {
	background: url(/images/2006/promo/lcca_mp_promo3b.gif) no-repeat;
}
 
#news_promo_link {
	height: 103px;
	width: 191px;
	display: block;
	}

#content {
	float: left;
	margin: 1.5em 1em 1em;
	width: 550px;
	}
	
#footer { 
	clear: both;
	padding: 2.5em 0 0;
	background: url(/images/2006/lcca_mp_footer.jpg) repeat-y;
}

#footer #copyright {
	margin: 0 0 0 125px;
	padding-bottom: 1em;
	text-align: center;
	color: #42468F;
	font-size: .8em;
	font-weight: bold;
	}
	
p {
	margin: 0 0 1.5em;
	}

ul { margin: 0 0 2em;
	}
	
ul li {
	margin: 0 0 1em 2em;
	}

h2, h2 a {
	font-weight: bold;
	margin: 0 0 1em;
	color: #FF9769;
	}

h2 {
	font-size: 1.3em;
	margin-bottom: .25em;
	}
	
img { border: none; }
