body, html {
	margin: 0px;
	background-color: #ffcccc;
	font-family: Century Gothic, Arial, sans-serif;
	font-size:14px;
	font-weight: normal;
	color:#003366;
}

a:link {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	color: #000000;
	text-decoration: none;
	background-color: #ffffcc;
}

.summary {
	font-weight: bold; font-style: italic;
	color: #003366;
}

#top {
	width: 100%; height: 126px;
	background-image: url(images/mbb-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}

#summary {
	width: 100%; height: 40px;
	background-image: url(images/runner-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 13px;
}

#contain {
	width: 100%;
	background-color: #ff9999;
	text-align: left;
	font-size: 14px;
}

#left {
	width: 20%;
	vertical-align: top;
	float: left;
	font-size: 12px;
	display: block;
}

#main {
	width: 80%;
	background-color: #ffffff;
	vertical-align: top; font-size: 13px;
	display: block;
	float: left;
}

#main a {
	color: #0000ff;
	text-decoration: underline;
}

#main a:hover {
	text-decoration: none;
	color: #000000;
	background-color: #ffcc66;
}



.menu_link {
	display: block;
	height: 20px;
	background-color: #009999;
	text-align: left;
	font-size: 12px; font-weight: bold; color: #ffffff;
	padding: 5px 0 0 8px;
	margin: 5px 4px 5px 2px;
}

.menu_link a:link {
	color: #ffffff;
}

.listing {
	display: block;
	width: 210px; height: 70px;
	border: none;
	background-color: #ffcccc;
	color: #000000;
	text-align: center;
	padding: 5px;
	margin: 5px;
	float: left;
	vertical-align: top;
}

.photo_description {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 13px; font-weight: normal; font-style: italic;
	color: #666666;
	margin: 10px 0 5px 0;
}

#footer {
	font-size: 11px;
	text-align: center
}

#footer a {
	color: #0000ff;
}

#footer a:hover {
	text-decoration: underline;
	color: #000000;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, serif;
	font-style: italic; color: #993366; font-weight: bold;
	color: #003366;
}

h1 {
	font-size:30px;
	margin: 15px 0 5px 0;
}

h2 {
	font-size:26px;
	margin: 15px 0 5px 0;
}

h3 {
	font-size:22px;
	margin: 15px 0 5px 0;
}

h4 {
	font-size:20px;
	margin: 15px 0 5px 0;
}

#menu a {
	  text-decoration:none; 
	  background-color:#ffcccc; 
	  padding: 2px;
	  padding-left: 4px;
	  padding-bottom: 3px;
	  font: 12px Verdana, Arial, Helvetica, sans-serif;
	  color:#0000ff; 
	  display:block; 
	  width:10em; 
	  border:1px solid #fff;
	  border-color:#eee #777 #444 #ddd;
	  margin: 0 0 0 0;
	  width: 100%;
	  }
	
#menu a:hover {
	  background-color:#ffffcc; 
	  top:3px;
	  left:4px;
	  right:4px;
	  color:#000;
	  border-color:#444 #ddd #eee #777;
	  width: 100%;
  }
  
#copyright {
	width: 100%; height: 40px;
	background-image: url(images/runner-bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 11px;
}

