/* Garage Sale Resource */

body
{
	width: 100%;
	margin:2px 0px;
	padding:0px;
	padding-top: 0px;
	text-align: center;
	background: #fff;
	font-family: Verdana, Arial, Times, Georgia;
	font-size: medium;
}

div#siteNav
{
   border-top: 1px solid black;
   border-bottom: 1px solid black;
	font: medium Verdana, sans-serif;
	text-align: center;
	margin: 10px 0px 10px 0px;
}

div#siteNav a
{
   border: 1px solid blue;
   padding: 2px 20px 2px 20px;
   background: white;
   color: #fff;
   text-align: center;
   font: bold 1em sans-serif;
   text-decoration: none;
}

div#siteNav a:hover
{
	background: #ccc;
}

div#content
{
	width: 800px;
	margin:0px auto;
	padding: 0px;
	background: white url('../img/garagesaletrans5.jpg') no-repeat;
	background-size: auto 100%;
	text-align:left;
}

.title
{
	margin: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 15px 10px 15px 10px;
	text-align: center;
	background: lightgreen;
	color: black;
	letter-spacing: 0.5em;
	font: bold 2em serif;
	vertical-align: middle;
	text-transform: uppercase;
   text-decoration: none;
}

#subtitle
{
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0px 10px 0px;
	background: lightgreen;
	color: black;
	text-align: center;
	font: italic georgia;
	vertical-align: middle;
	margin-top: 20px;
}

h1
{
	font-size: 1.4em;
}

h2
{
	font-size: 1.2em;
	text-align: center;
}

div#content h3
{
	margin-bottom: 0.25em;
	font-style: italic;
	text-align: center;
}

div#content p
{
	margin: 0 1em 1em;
	text-align: left;
	background: transparent;
	color: #000;
}

div#content p#disclaimer
{
	padding: 0px 20px 0px 20px;
	color: red;
	font-size: smaller;
	font-weight: bold;
}

div#content a:link {color: #00f;}

div#content a:visited {color: #00a;}

div#content a:link:hover {color: #000;}

div#content a:visited:hover {color: #000;}

div#footerNav
{
	border: 1px solid black;
	text-align: center;
}

div#footerNav a
{
   padding: 0px 10px 0px 10px;
   color: #fff;
   text-align: center;
   text-decoration: none;
}

div#copyright
{
	margin: 20px 0 0 0;
	clear: both;
	font-size: smaller;
	text-align: center;
}

.clear
{
	position: absolute;
	clear: both;
}
