/* homepage css rules */

#header h1{
	margin:0;
	padding:0;
	height:136px; /* height of red banner */
	text-indent:-9999px;
	background:#CC243E url(../images/logo.gif) center center no-repeat;
}

#content{
	margin-top:40px;
	width:470px;
	overflow:hidden;
}
#nav{
	width:135px;
	float:left;
}
#intro{
	width:310px;
	float:right;
}
#intro h3{
	margin:0;
	padding:0;
	height:23px;
	text-indent:-9999px;
	background:url(../images/welcome.gif) no-repeat;
}

#intro p{
	margin:0 0 10px 0;
	font-family:Arial, sans-serif;
	font-size:1.2em;
	line-height:1.2em;
}
#footer{
	margin:50px 0 0 0;
	height:1%; /* IE6 */
	background:url(../images/home_footer.gif) top center no-repeat;
	border:none;
	clear:both;
}
#footer p{
	margin:5px 0 0 0;
}
#footer div{
	margin:140px auto 0 auto;
	width:772px;
	height:1%; /* IE6 */
	/*border-top:1px solid #000;*/
}