/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
}
body {
	background-color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.75em;
	color:#000000;
	margin:0;
	background-repeat: repeat-x;
}
a {
	color:#CC6666;
}
a:hover {
	border-bottom:1px solid #000;
}
li {
	list-style-image:url(images/bullet.gif);
	padding-bottom: 3px;
}
/* repeated code per header */
#headerimg, #headerimg span {
 width: 760px; height: 150px;
 background-image: url(images/gainmuscle.jpg);
 background-repeat: no-repeat;
}
 /* This is what moves the text under the span */
#headerimg span { 
	margin-bottom: -75px;
}
/* code for all styled headers */
h1 span {
 display: block;
 /* place the span on top */
 position: relative;
 z-index: 1;
}
h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-size:200%;
	padding-bottom:3px;
}
h3 {
	color:#000000;
	border-bottom:1px dashed #cccccc;
	font-size:200%;
	padding-bottom:3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-align: center;
}
#container {
	width:760px;
	margin:0 auto 0 auto;
}
#topcontainer {
	width:100%;
	clear:both;
	height: 150px;
	margin: 0px;
	padding: 0px;
}
.content {
	clear:both;
	width:720px;
	padding:10px 20px;
	background-color:#ffffff;
	margin:0 auto 0 auto;
	line-height:20px;
}
.footercontent {
	clear:both;
	width:760px;
	padding:5px 0;
	background-color:#CCCCCC;
	line-height:20px;
}
.footercontent p {
 	padding: 0 10px;
	color:#999999;
}
.footercontent a {
	font-weight:bold;
	text-decoration:none;
	color:#999999;
}
.footercontent a:hover {
	text-decoration:underline;
}

#footer {
	width:760px;
	margin:0 auto 0 auto;
	height:20px;
}
.highlight {
	color: #FF0000;
	background-color: #FFFF00;
	padding: 5px;
	text-align: center;
	margin-bottom: 15px;
}
.strikeit {
	text-decoration: line-through;
}
.centered {
	text-align: center;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	background-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .1em;
	border: medium dotted #FF0000;
}
