/* Cornbelt Running club site redesign in 2005 */
/* Frank Bay - webmaster frankbay4@gmail.com    */
/* Pete Devlin - site re-design                */
/* updated August 28,2008                        */
/* F.Bay 09-09-16 Removed #hp-photo and #special sections. W3C errors and unused */
/* F.Bay 13-04-01 Removed #new, #hp-header Only in index.html  */
/* F.Bay 14-05-17 Changed red to #9c0204 to match new logos  */
/*  #footer unused. */
/* Remove extra 0 0 0 from img {border: 0;} W3C error */

body {
	background-color: inherit;
	background: url(img/cbrc_embossed.gif);
	color: black;
	margin-left: 4%; margin-right: 4%;
	font-family: Arial, Geneva, sans-serif;}

#header {
	background-color: inherit;
	color: #9c0204;
	font-size: x-large;
	margin-top: 0px;
	text-align: center;}

#nav {
	background-color: inherit;
	color: black;
	font-variant: small-caps;
	font-size: medium;
	text-align: center;
	text-decoration: none;
	padding: 2px 5px 2px 5px}

#content {
	background-color: inherit;
	color: black;
	text-align: left;
	padding-top : 2px;
	padding-right : 5px;
	padding-bottom : 2px;
	padding-left : 0px;}

#photos {
	background-color: transparent;
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;}

#contacts {
	background-color: inherit;
	color: black;}

#legal {
	background-color: inherit;
	color: black;
	font-size: x-small;}

h1 {
	background-color: inherit;
	color: #9c0204;
	text-align: center;
	padding: 10px 0px 0px 30px;}

h2 {
	background-color: inherit;
	color: black;
	text-align: center;
	margin-top: 0px;
	padding: 2px 2px 2px 2px;}

h3 {
	text-align: center;
	margin-top: .1em;
	margin-bottom: .1em;}

p {
	margin-top: .25em;
	margin-bottom: .5em;}

li {
	padding: 4px 0px 4px 0px}

.store {font-weight: 600; font-variant: small-caps;}

.emphasis {
	font-style: italic;}

.strong, bold {
	font-weight: bolder;}

.center {
	text-align: center;}

.underline {
	text-decoration: underline;}

a:link {
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;}

a:visited {
	background-color: inherit;
	font-weight: bold;
	text-decoration: none;
	color: green;}

a:hover {
	background-color: inherit;
	text-decoration: underline;
	color: red;}

a:active {
	background-color: inherit;
	text-decoration: none;
	color: red;}

img {
	border: 0;
	}

