@charset "utf-8";

/*style sheet for Reynolds Family Circle

©2013 Larry Joe Reynolds. */

/* -------- color guide ----------
#00007d : main blue
#e6e6e6 : background grey
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}

body {
	text-align:center;
	background: #e6e6e6 url(../_images/whtmarb.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}



#wrapper {
	position: relative;
	padding: 0;
	width: 930px;
	margin: 0 auto;
	text-align: left;
}
#topBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
	padding: 5px 0px;
	background: url(../_images/topbar_bg.gif) repeat-x;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	background: #00007d;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
}
a.footer:link {
	font-color: #ffffff;
	text-decoration: underline;
	color: #ffffff;
	font-weight: bold;
}
a.footer:visited {
	font-color: #ffffff;
	text-decoration: none;
	color:#ffffff;
	font-weight: bold;
}
a.footer:hover {
	font-color: #ff0000;
	text-decoration: none;
	color:#ff0000;
	font-weight: bold;
}