@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	line-height: 17px;
	color: #333;
	margin: 0px;
	padding: 0px;
	background: #999;
}
p {
	margin: 0px 0px 8px;
	padding: 0px;
}
h1 {
	font-size: 25px;
}
.address {
	line-height: 18px;
	margin-left: 25px;
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 12px;
}
a { color: #12326D; }
a:link { color: #12326D; }
a:visit { color: #12326D; }
a:hover {
	color: #BB2026;
}
a:active { color: #12326D; }
.clear_it {
	clear: both;
	float: none;
}


#page_container {
	width: 100%;
}
#page {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background: #eee url(../images/page-bg.jpg) repeat-y;
}
#header {
	background: url(../images/discount-cycles-lincoln.jpg);
	height: 100px;
	width: 980px;
}
#header #tel_numbers {
	color: #fff;
	font-size: 18px;
	text-align: right;
	line-height: 19px;
	padding-top: 10px;
	padding-right: 30px;
	width: 300px;
	float: right;
}
#header #tel_numbers p {
	margin: 0px 0px 3px;
}
#content {
	margin-right: 30px;
	margin-left: 30px;
}

#footer {
	background: url(../images/page-footer.jpg);
	height: 86px;
	width: 980px;
}
#page_slug {
	width: 980px;
	text-align: center;
	margin: 10px auto;
}

.large {
	font-size: 19px;
	line-height: 25px;
	color: #333;
}
.medium {
	font-size: 15px;
	line-height: 17px;
}
.red {
	color: #B41F23;
}
.yellow {
	color: #FFD801;
}
