/*divs.css*/
/********************************************************************Universal*/
div#wrap,div#dev {
	width: 940px;
	margin: 0px auto;/*top, bottom: 0px // left, right: auto*/
}

div#wrap {
	min-height: 500px;
	margin: 33px auto 10px;/*top: 30px // right, left: auto // bottom: 10px*/
	padding: 0px 10px 20px;/*top: 0px // left, right: 10px // bottom: 20px*/
	border: solid 4px #f06523;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(js/ie-css3.htc);
	background-color: #eee;
}
/*div#wrap total width=960px (10px left&right padding)*/

div#share {
	width: 200px;
	height: 35px;
	float: right;
	margin: 25px 30px 0px 0px;
	text-align: center;
	font-size: 13px;
}

div#fbook {
	margin-bottom: 5px;
}

div#nav {
	background-color: #000;
	width: 150px;/*same width as li's*/
	margin-left: 10px;
	float: left;
}

div#content {
	width: 720px;
	margin-left: 195px;
}

div#built {
	margin: 10px auto 30px;
	text-align: center;
	font-size: 11px;
	color: #777;
}
/****************************************************************END Universal*/
/************************************************************************Index*/
div#slider {
	background-color: #999;
	width: 695px;
	height: 262px;/*vestigial, but keep.*/
	margin: 0px auto 0px 190px;
	text-align: center;
}

div#iContent {
	width: 920px;
	margin-top: 30px;
	padding: 0px 10px;
}

div#col1,div#col2 {
	width: 440px;
	margin: 0 auto;
}

div#col1 {
	float: left;
}

div#col2 {
	margin-left: 460px;
}

div#social {
	background-color: #f8f8f8;
	margin-top: 10px;
	padding-bottom: 3px;
	border: solid 1px #f06523;
}
/********************************************************************END Index*/
/*********************************************************************Programs*/
body#programs div#content,div#leftCol,div#rightCol {
	min-height: 910px;
}

div#leftCol {
	width: 500px;
	float: left;
}

div#rightCol {
	width: 200px;
	margin-left: 500px;
	padding-left: 20px;
}
/*****************************************************************END Programs*/
/************************************************************Personal Training*/
div#sqol {
	width: 260px;
	float: left;
	margin-top: 20px;
}

div#ptWords {
	margin: 20px 0 30px 260px;
	padding-left: 15px;
}

div#ptExtra {
	width: 750px;
	text-align: center;
}

div#ptExtra img {
	padding: 0 15px;
}

body#pt div#content {
	min-height: 550px;
}
/********************************************************END Personal Training*/
/*********************************************************************Trainers*/
/*div#yudoBio {
	text-align: right;
	height: 193px;
	margin: 20px 0;
	behavior: url(js/ie-css3.htc);
}*/

div#yudoBio {
	text-align: right;
	clear: right;
	height: 200px;
}

div.regBio {
	width: 720px;
	height: 243px;
	margin-bottom: 20px;
}
/*****************************************************************END Trainers*/
/******************************************************************Your Health*/
div#col1yh,div#col2yh {
	width: 350px;
}

div#col1yh {
	float: left;
}

div#col2yh {
	margin-left: 350px;
	padding-left: 20px;
}
/**************************************************************END Your Health*/
/**********************************************************************Contact*/
body#contact div#wrap {
	min-height: 660px;
}

div#form {
	width: 440px;
	float: left;
}

div.worldInfo {
	width: 280px;
	margin: 0px 0px 20px 440px;
	padding-bottom: 5px;
	border: solid 1px #999;
	-webkit-border-radius: 5px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 5px;
	-moz-border-radius-topleft: 0;
	border-radius: 5px;
	border-top-left-radius: 0;
}

div#map {
	width: 280px;
	float: right;
}
/******************************************************************END Contact*/
/*******************************************************************Foundation*/
div#top,div#bottom {
	height: 430px;
}

div#top {	
	margin-bottom: 20px;
}

div#bottom {	
	height: 470px;
}

div#button {
	width: 400px;
	height: 70px;
	margin-top: 30px;
	text-align: center;
}
/***************************************************************END Foundation*/
/**********************************************************************Gallery*/
body#gallery div#wrap, body#gallery div#dev {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

body#gallery div#wrap {
	margin-top: 33px;
	margin-bottom: 15px;
	border: solid 4px #f06523;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(js/ie-css3.htc);
	background-color: #eee;
}

body#gallery div#nav {
	background-color: #eee;
}

body#gallery div#content {
	text-align: center;
}

body#gallery div#dev {
	margin-bottom: 15px;
	text-align: center;
	color: #f06523;
	font-size: 10px;
}
/******************************************************************END Gallery*/
