html{
	padding: 0;
	margin: 0;
	font-size: 76%;
	background-image: url(images/bottomSlice.jpg);
	background-repeat: repeat-y;
}
body{
	padding: 0;
	margin: 0;
	font-size: 1em;
	font-family: Helvetica, Tahoma, Trebuchet MS, san-serif;
}
em{
	font-style: normal;
	font-weight: bold;
}
#header{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 190px;
	background-image: url(images/topSlice.jpg);
	background-repeat: repeat-x;
}
#header img{
	float: left;
}
#content{
	margin: 0 auto 0 200px;
	background-color: #fff;
	padding: 5px;
	padding-right: 25%;
	overflow: visible;
}
#sideNav{
	position: absolute;
	top: 190px;
}
#sideNav ul{
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 14px;
	list-style-type: none;
	width: 125px;
}
#sideNav ul li{
	position: relative;
	width: 125px;
	height: 32px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-position: 0 32px;
	text-indent: -500px;
}
#sideNav ul li a{
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -500px;
	height: 32px;					/*height and line-height settings cause IE6 to display*/
	line-height: 32px;				/*without putting a space between the buttons*/
}
/*the rollover image and normal image are included in the same .png file, so the rollover state
	simply moves the background image (known as the Pixy No-Preload Rollover).
*/
#sideNav ul li#home, #sideNav ul li#home a{
	background-image: url(images/buttons/homeButton.png);
}
#sideNav ul li#services, #sideNav ul li#services a{
	background-image: url(images/buttons/servicesButton.png);
}
#sideNav ul li#values, #sideNav ul li#values a{
	background-image: url(images/buttons/valuesButton.png);
}
#sideNav ul li#about, #sideNav ul li#about a{
	background-image: url(images/buttons/aboutButton.png);
}
#sideNav ul li a:hover{
	background-position: 0 32px;
}
h1{
	font-size: 2.25em;
	font-family: Georgia, serif;
	text-align: right;
	position: relative;
	right: 50px;
	color: #008;
}
#footer{
	margin: 5px auto 0 195px;
	padding: 0;
	color: #008;
	font-family: Georgia;
}
#footer span{
	margin: 0;
	padding: 0 10px;
}
#footer #address{
	padding-left: 0;
	border-right: solid 1px black;
}
#footer #phoneNumber{
	border-right: solid 1px black;
}
#spanish{
	font-weight: bold;
	text-align: right;
}
#quote{
	font-style: italic;
}
ul li{
	list-style-type: circle;
}
p{
	text-indent: 2em;
}
#picture{
	float: right;
	margin-right: -150px;
}