@charset "utf-8";
/* CSS Document */
/* Contains Modifications to homepage type */

body { background-color:#b31313; }

#cover { background-color:#b31313; width:990px; height:625px; position:absolute; top:0px; left:0px; z-index:50;}


#BgContainer {
	width: 1002px;
	background:transparent url(../images/redBackground.jpg) top left no-repeat;  
}

#Container {
	height:598px;
}

#logo {
	background:transparent url(../images/redLogo.gif) left top no-repeat;
}

.typography p {
	line-height: 28px; 
 	color: #fff;
}

#Navigation ul li a.homelink {
	background:transparent url(../images/redhomelink.gif) left 4px no-repeat;
}
#Navigation ul li a.homelink:hover {
	background:transparent url(../images/redhomelinkOvr.gif) left 4px no-repeat;
}

