/*=================== HOMEPAGE RULES ======================*/

/* OVER-RIDE CONTAINER POSITION FOR HOMEPAGE TO RELATIVE */
#container{
	position:relative;
	height:550px;
}

#homeleft{
	position:absolute;
	top:170px;
	left:10px;
	width:490px;
	height:350px;
}

#homeright{
	position:absolute;
	top:170px;
	left:520px;
	width:204px;
	height:350px;
	font-size:.9em;
	line-height:1.5em;
}

#homeright a{padding:0px; margin:0px;}

#homeright a:link {color:#660000;text-decoration:underline;}
#homeright a:visited {color:#660000;text-decoration:underline;}
#homeright a:hover {color:#660000; text-decoration:none;}
#homeright a:active {color:#660000;text-decoration:underline;}



