/* External Style Sheet for screen: Young's Point Personal Training */
/* Site Design: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */

body 
{
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: black;
	min-width: 770px; /* prevents design collapse (header) on small window resize */
}
.no_display, #print_only
{
	display: none;	
}
/* =================<CONTAINER DIVs>==================== */
#top
{
	background: black url('../images/bg_top_home.jpg') no-repeat;
	background-position: top center; 
	height:	220px;
}
#top_about
{
	background: black url('../images/bg_top_about.jpg') no-repeat;
	background-position: top center; 
	height:	220px;		
}
#top_training
{
	background: black url('../images/bg_top_training.jpg') no-repeat;
	background-position: top center; 
	height:	220px;		
}
#top_yoga
{
	background: black url('../images/bg_top_yoga.jpg') no-repeat;
	background-position: top center; 
	height:	220px;		
}
#top_contact
{
	background: black url('../images/bg_top_contact.jpg') no-repeat;
	background-position: top center; 
	height:	220px;		
}
#middle 
{
 	background: black url('../images/bg_mid.gif') repeat-y;
 	background-position: center;
 	padding: 0;
}
#bottom 
{
	background: black url('../images/bg_bottom.gif') no-repeat;
	background-position: bottom center;
	height: 81px;
}
#wrapper
{

}
#container
{
	padding: 0;
	position: relative;	/* necessary for absolute positioning of nav div */
	width: 770px;
	margin: 0 auto;
}
#three_column_container
{
	background: url('../images/container_bg.gif') no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;	
}	
/* =================</CONTAINER DIVs>==================== */

/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	height: 34px;
	width: 770px;
	margin: -25px auto 0 auto;
	position: relative;
	z-index: 100;
}
#navlist
{
	text-align: center;
	padding: 0px 0 0 0px;		
}
#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding:  0 22px;
	font-size: 14px;
}
#navlist a
{
	padding: 0px 0 8px 0;
	border: none;
}
#navlist a:link, #navlist a:visited
{
	color: #f6f6f6;
	font-weight: bold;
	text-decoration: none;
}
#navlist a:hover
{
	border: none;
	color: black;
}
#active a:link, #active a:visited, #active a:hover, #navlist a:hover
{
	border: none;
	background-image: url('../images/nav_marker.gif');
	background-repeat: no-repeat;
	background-position: 0 15px;	
	color: #f6f6f6;
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ============</HORIZONTAL NAVIGATION>============ */

/* ---------------<CONTENT DIVs>-------------- */
#content
{
 	position: relative; /* necessary for z-index layering effect */
	margin: 0 210px 60px 210px;
	padding: 10px 20px 0 20px;
	color: #f2f2f2;	
	background: transparent;
	z-index: 10;
}
h1
{
	margin: 16px 0 16px 0;
	font-size: 14px;
	font-family: Arial;
}
h2
{
	margin: 14px 0 4px 0;
	font-size: 12px;
}
p
{
	margin: 20px 0;
	line-height: 175%;
	font-family: Arial;
	font-size: 1.1em;
}
#content ul.standard
{
	margin: -4px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 16px;	
}
ul.standard li
{
  background: transparent url('../images/bullet.gif') no-repeat;
  padding: 0 0 0 20px;
  background-position: 0px 4px;	
	line-height: 150%;	
}
ul.none
{
	margin: -4px 0 0 0;
	list-style-type: none;
	padding: 0 0 0 16px;
	line-height: 200%;					
}
.nowrap
{
	white-space: nowrap;	
}
#banner_img
{
	position: absolute;
	top: -220px;
	right: 0;
	width: 363px;
	height: 180px;
}
/* ---------------</CONTENT DIVs>-------------- */
/* --------------<LEFT SIDEBAR>---------------- */
#left_sidebar
{
	float: left;
	width: 210px;
	position: relative;
	z-index: 100;
}
.left_sidebar_img
{
	padding: 8px 0 8px 16px;	
}

/* --------------</LEFT SIDEBAR>---------------- */
/* --------------<RIGHT SIDEBAR>---------------- */
#right_sidebar
{
	float: right;
	width: 210px;
	position: relative;
	z-index: 100;
}
.right_sidebar_img
{
	padding: 8px 0 8px 0;	
}
/* --------------</RIGHT SIDEBAR>--------------- */
#footer
{
	clear: both;
	height: 80px;
	padding-top: 1px;
}
#contact-bar
{
	background: url('../images/contact-bar_bg.gif') no-repeat;	
	background-position: center 6px; 
	color: black;
	width: 331px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 210px;
	padding: 5px 0 0 22px;
}
#footnote
{
	font-size: 9px;
	padding: 0 0 0 0;
	color: #f2f2f2;
	margin-left: 22px;
}	
#footnote p
{
	line-height: 100%;	
}
#design_credit
{
	padding-left: 308px;	
}
/* ===<ANCHORS>=== */
a:link
{
	color: #c87f47;
	text-decoration: underline;

}
a:visited
{
	color: #c87f47;
	text-decoration: underline;
}
a:hover
{
	color: #c87f47;
	text-decoration: none;	
}
#footnote a:link, #footnote a:visited, #footnote a:hover
{
	color: #f2f2f2;
	text-decoration: underline;
}
#footnote a:hover
{
	text-decoration: none;	
}


/* ===</ANCHORS>=== */




