body {
	font-family: Times, "Times New Roman", serif; 
	color: #082e51; 
	font-weight: bold;
	font-size: 13px; 
	line-height: 1.3;
	background: url(../images/splash_bkg.jpg) repeat;
}

a { color: #082e51; text-decoration: none; }
a:hover { color: #10599e; }

p { margin: 0 0 10px; padding: 0; color: #082e51; }

html,body {width: 100%; height: 100%; padding: 0; margin: 0;}

#wrapper{
	margin-top: 50px;
	background: #FFF url(../images/splashBar.jpg) repeat-x top left;
	height: 461px;
	width: 100%;
}

#pageWrap{
	width: 960px;
	margin: 0px auto;
	padding-top: 36px;
}

#logo{
	background: url(../images/memering_splashLogo.png) no-repeat center center;
	text-indent: -9000em;
	width: 960px;
	height: 154px;
	display: block;
}

#siteLinks{
	background: url(../images/shadowBkg.jpg) no-repeat;
	width: 960px;
	height: 251px;
	margin-top: 20px;
	display: block;
}

.qlinksGmc{
	float: left;
	padding-top: 45px;
	margin-left: 200px;
}

.qlinksNissan{
	float: right;
	padding-top: 45px;
	margin-right: 65px;
}

#siteLinks a{
	text-transform: uppercase;
	font-size: 18px;
	text-align: left;
	line-height: 45px;
	background: url(../images/arrow.jpg) no-repeat center right;
	padding-right: 20px;
}

#siteLinks span a{
	font-size: 16px;
	padding-right: 15px;
}

#footerWrap{
	width: 960px;
	margin: 0px auto;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#footer{
	margin-left:93px; 
	margin-top: 20px; 
	width: 960px;
	list-style: none;
}

ul#footer li{
	float: left;
	padding-right: 15px;
}

ul#footer li a:hover{
	color: #FFF;
}


