/* CSS Document */
*{
	padding:0px;
	margin:0px;
	}
	
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#fff url(repeatBg.png) repeat-x;
	}
	
.container{
	width:865px;
	padding:64px 0 0 135px;
	margin:0 auto;
	color:#53534a;
}
	
.landingWrapper{
	width:786px;
	background: url(splashBg.jpg) no-repeat;
	height:462px;
	padding-left:35px;
}

.landingWrapper h1{
	text-indent:-9000px;
	font-size:22px;
	margin-bottom:10px;
}

.landingLinks{padding:235px 0 22px;}

.landingLinks p{
	border-top:1px solid #dddddb;
	width:195px;
}

p.bottom{border-bottom:1px solid #dddddb;}
	
a.region{
	background:url(pinkArrow.gif) no-repeat 147px 16px;
	padding-right:10px;
	color:#53534a;
	font:14px/38px georgia, serif;
	text-decoration:none;
	width:100%;
	text-align:center;
	display:block;
}
	
.copyright{
	width:160px;
	padding-left:15px;
	text-align:center;
}

/*landing page*/

