body {
	background-color: #fff; 
	margin-right: auto;
	margin-left: auto;
}


table {
	border-collapse:collapse;
}

/* MAIN LAYOUT */
.top {
	width: 100%;
	height: 100px;
	background-color: #2D2D2D;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	z-index: 1;
}

.content_back {
	height: 800px;
	display: block;
	position: relative;	
	background-color: #A0C8D4;
	top: 65px;
}

.title {
	position: absolute;
	width: 100%;
	top: -45px;
	left: 1px;
	color: #fffeff;
	z-index: 2;
	text-align: center;
	font: 50px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 3px;
}


.main {
	top: 67px;
	width: 900px;
	z-index: -2;
	display: inline-block;
	overflow: hidden;
	position: absolute;
}
.head {	
	text-align:center; 
	height: 50px;
}

.links {
	display: inline;
	position: absolute;
	top: 25px;
	left: 80px;
	z-index: 1;
}

.footer {	
	height: 30px;
	background-color: #faf7ef;
	position: relative;
	top: 65px;
	text-align: center;
	padding-top: 5px;
}



.copyright {
	display: inline-block;
	position: relative;
	z-index: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	width: 100%;
	background-color: #white;
	padding-bottom: 20px;
	padding-top: 20px;
	bottom: -20px;
}

.copyright a:link, .copyright a:visited, .copyright a:active , .copyright a:hover{
	color: #000;
	text-decoration: none;
}

.holder {
	position: relative;
	display: inline;
	right: 259px;
	font: 20px Georgia, "Times New Roman", Times, serif;
	opacity: 0.5;
	overflow: hidden;
}

#braxton-paul {
	display: inline-block;
	position: relative;
	top: 20px;
	width: 300px;
	font-size: 20px;
	text-align: center;
	left: 100px;
}

#wade-gordon-salon {
	display: inline-block;
	position: relative;
	top: 20px;
	width: 300px;
	font-size: 20px;
	text-align: center;
	left: 250px;
}

#wade-gordon-academy {
	display: inline-block;
	position: relative;
	top: 60px;
	width: 300px;
	height: 420px;
	font-size: 20px;
	text-align: center;
	left: 325px;
}

.textfield {
	font-size: 24px;
}

.login {
	display: inline;
	position: absolute;
	left: 425px;
	top: -45px;
	z-index: 1;
}

.textfield-small {
	font-size: 16px;
}


/* START ID STYLES */
#home_form {
	text-align: left;
	position: relative;
	left: 450px;
	overflow: hidden;
	top: -40px;
}

#share {
	font: italic 25px Georgia, "Times New Roman", Times, serif;
	letter-spacing: 4px;
}

#bold {
	color: black;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
}

/* FIRE FOX ONLY */
body, x:-moz-any-link, x:default { 
	overflow: hidden;
}

br, x:-moz-any-link, x:default { 
	line-height: 33px;
}


.photo {
	width: 225px;
	height: 225px;
	z-index: 3;
	margin-top: 10px;
	border-radius: 10px;
	
	box-shadow: 7px 7px 8px #818181;
	-webkit-box-shadow: 7px 7px 8px #818181;
	-moz-box-shadow: 7px 7px 8px #818181;
	filter: progid:DXImageTransform.Microsoft.dropShadow(color=#818181, offX=7, offY=7, positive=true);
	border: 10px solid #fffefe;
}


/* IE ONLY */
html>body br {
	line-height: 38px;
}