/* @override http://medrepairs.mamp/screen.css */

body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 20px;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

p {
	margin: 10px;
}

#content-wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff;
	border-right: 1px solid #600;
	border-left: 1px solid #600;
}

#content {
	
}

#servicelist {
	color: #FFFFFF;
	background: #660000;
	border: 3px solid #000000;
	margin: 0 15px 15px 10px;
	padding: 5px;
	text-align: center;
	line-height: 1.5em;
	list-style-type: none;
}

#servicelist ul {
	list-style-type: none;
}

#servicelist li {
	list-style-type: none;
}

#masthead {
	background-image: url(images/masthead.jpg);
	width: 760px;
	line-height: 177px;
}

.addressblock {
	text-align: center;
}

.tagline {
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #660000;
}

#servicelist ul {
	margin: 0;
	padding: 0;
}

#footer {
	font-size: 12px;
	height: 50px;
	padding-top: 25px;
	padding-left: 10px;
	border-top: 2px solid #600;
}
