/***************************************************************
Style Sheet for Rand & Rand Dentistry

Copyright 2009 by Rand & Rand Dentistry, All Rights Reserved
***************************************************************/



#footer {
	width:800px;
	margin:0 auto 0;
	text-align:left;
	background: url('v2/content-bg-bottom.gif') no-repeat;
}
#footerWrapper {
	position:relative;
	margin:0 auto 0;
	width:800px;
}
#footerContent {
	margin:0 auto;
	width: 800px;
	height: 50px;
}
#footerContent p {
/*	position: absolute;
	left: 333px;
	top: 70px;*/
	position: relative;
	left: 0px;
	top: 20px;
/*	text-align:center;*/
	font-size: 70%;
	color:black;
/*	float: center;*/
/*	align: center;*/
	text-align: center;
	font-weight: bold;
/*	background-color: #a2ac93;*/
}

#footerLinks {
	margin:0;
	padding:0 0 20px 0;
}
	#footerLinks ul {
		position: relative;
		left: 0px;
		top: 30px;
		margin:0;
		padding: 0;
		height:1em;
	}
		#footerLinks ul li{
			display:block;
			float:left;
			margin-left:30px;
			text-align:center;
		}
			#footerLinks a:link, #footerLinks a:visited {
				text-decoration:none;
				font-weight:bold;
				
				color:#193126;
			}
			#footerLinks a:hover, #footerLinks a:active {
				text-decoration:underline;
			}

.phoneNumber {
	position: relative;
	right: 30px;
	top: 15px;
	text-decoration:none;
	font-weight:bold;
	font-size: 120%;
	color:#193126;
}
