.scnLayout #leftCol {
	float:  left;
	width:  600px;
}

.scnLayout #rightCol {
	float:  right;
	width: 300px;
}

.scnLayout h2 {
	display: block;
	color: #fff;
	padding: 4px 6px;
}

.scnLayout h2.blueHD {
	background-color: #009bd3;
	
}
.scnLayout h2.greenHD {
	background-color: #309e2e;
	
}
.scnLayout h2.orangeHD {
	background-color: #e17000;
	
}

.scnLayout h2.nonStart {
	width: 300px;
	margin-left: 20px;
}

.scnLayout .borderBox {
	border: 1px solid #eeeeee;
	margin-bottom: 15px;
	position: relative;
}

.scnLayout .boxBtn {
	display: block;
	margin-top: 10px;
	text-align: right;
}


.scnLayout .boxText {
	text-align: justify;
	display: block;
	margin: 3px 6px;
}

.scnLayout .mainTextBox {
	text-align: justify;
	display: block;
	border-bottom: 1px solid #eeeeee;
	margin: 3px 6px;
	padding-bottom: 5px;
}







.scnLayout table#fitness {
	width: 90%;
}

.scnLayout table#fitness td {
	background-color: #eeeeee;
	vertical-align: top;
	padding: 8px;
	font: small "Helvetica Neue", Helvetica, Arial, Geneva, sans-serif;
}

.scnLayout table#fitness th {
	background-color: #309e2e;
	color: #fff;
	height: 25px;
	width: 20%;
	padding-left: 5px;
}

.scnLayout table#fitness p {
	font-weight: bold;
	margin: 0 0 5px;
}

.scnLayout table#address, table#admin{
	width: 80%;
}


.scnLayout table#address td{
	vertical-align: top;
	padding-bottom: 10px;
	width: 33%;
}

.scnLayout table#address td b {
	display: block;
	background-color: #009bd3;
	color: #fff;
	padding-left: 5px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.scnLayout table#address td span {
	display: block;
	background-color: #dddddd;
	color: #000;
	padding-left: 7px;
	padding-bottom: 4px;
	padding-top: 4px;
	height: 90px;
}

