/* CSS Document */
/* --------------------------------------
Chadfitness.com Style Sheet

Version 1.0

Author: Casey Sanitate 
Company: Narroway Graphics
Email: Casey@narrowaygraphics.com
Website: http://www.narrowaygraphics.com
Coding (c) Copyright Narroway Graphics 2009
-----------------------------------------*/

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

/*-----------------------------------------------------------------Typography*/
h1{
	font-size: 24px;
	font-weight: normal;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-size: 12px;
	font-style: italic;
	display: block;
	margin-top: 0px;
	font-weight: normal;
	margin-bottom: 0px;
}
h3{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 5px;

}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: -99999px;
	margin: 0px;
	height: 0px;
	width: 0px;

}
/*-----------------------------------------------------------------Div Classes*/
.gallery-images {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 10px;
	margin-right: 9px;
}
.copyright {
	display: block;
	width: 440px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 440px;
	text-align: right;
}
/*-----------------------------------------------------------------Site Construction*/
a{
	color: #FC9401;
	font-weight: bold;
}
body {
	background-image: url(../images/template/top-temp.jpg);
	background-repeat: repeat-x;
	background-color: #13181E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
}
#container {
	width: 880px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 {
	text-indent: -9999px;
	display: none;
}
#flash-header {
	height: 339px;
	margin-top: 22px;
}
#content-area {
}

/*-----------------------------------------------------------------Footer Contruction*/
#footer {
	background-color: #303D50;
}
#sitemap {
	width: 400px;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: -15px;
}
#sitemap li {
	display: inline;
	margin-right: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
#sitemap a:hover {
	text-decoration: underline overline;
}
#sitemap a {
	color: #FFFFFF;
	text-decoration: none;
}
#narroway {
}
#narroway a {
	color: #FC9401;
	font-weight: bold;
	text-decoration: none;
}
#profile-ace-cert {
	background-image: url(../images/pictures/ace-certified-rgb-logo.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 42px;
	width: 100px;
	float: right;
	margin-top: -10px;
}
