/* CSS Document for www.richardsonautocare.com, developed by Rob Kuelbs, 2010 */
/* Copyright 2010 Rob Kuelbs, all rights reserved. */
/* Unauthorized use or duplication of all or any parts of this code is prohibited */

body {
  margin:0;
  border:0;
  padding:0;
  height:100%; 
  max-height:100%; 
  background:#eee; 
  font-family:arial, verdana, sans-serif; 
  font-size:76%;
  overflow: hidden;
  max-width:700px;
  text-align:center;
  }
a:link {
	color: #990000;
}
a:visited {
	color: #666666;
}
a:active {
	color: #990000;
}
a:hover {
	color: #666666;
}
#header {
  position:absolute; 
  top:0;
  left:50%;
  width:700px; 
  height:115px; 
  overflow:hidden; 
  background:#ffffff;
  color:#fff;
  margin-left:-350px;
  }
#flash {
  position:absolute; 
  top:115px;
  left:50%;
  width:700px; 
  height:180px; 
  overflow:hidden; 
  background:#ffffff;
  color:#fff;
  margin-left:-350px;
  }
#footer {
  position:absolute; 
  bottom:0;
  left:50%;
  width:700px; 
  height:50px; 
  overflow:hidden; 
  background:#A90515;
  color:#A90515;
  margin-left:-350px;
  }
#content {
	position:absolute;
	top:115px;
	left:50%;
	bottom:50px;
	width:700px;
	overflow:auto;
	background:#ffffff;
	color:#000000;
	margin-left:-350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
  }
#txtcontent {
	position:absolute;
	top:115px;
	left:50%;
	bottom:50px;
	width:670px;
	overflow:auto;
	background:#ffffff;
	color:#000000;
	margin-left:-350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
  }
#contentflash {
	position:absolute;
	top:295px;
	left:50%;
	bottom:50px;
	width:700px;
	overflow:auto;
	background:#ffffff;
	color:#000000;
	margin-left:-350px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align:left
  }
.style1 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
a.foot:link {
	color:#AAAAAA;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:visited {
	color:#AAAAAA;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:hover {
	color:#FFFFFF;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
a.foot:active {
	color:#AAAAAA;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}