﻿/* stylesheet Michael's School of Beauty */

body {
	margin: 0;
	padding: 0;
	background: black;
}

a, a:link, a:active, a:visited {

	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: #C0C0C0;
}

a: hover{

	color: #CB8D56;
}

img {
	border: 0;
	vertical-align: middle;
}

td {
	font-weight: bold;
	
}
/* - - - - - - - Layout - - - - - */

#wrapper {
	
	width: 800px;
	margin: 0 auto;
	padding: 0;
	background: black;
}

#masthead {
	width: 800px;
	height: 196px;
	background: black url('../images/header2.jpg') no-repeat scroll left top;
}

#addressBar {
	width: 760px;
	padding: 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: white;
	text-align: center;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

#imageBox {
	width: 800px;
	height: 560px;
	margin: 30px 0 0 0;
	background: transparent url('../images/Image12c.jpg') no-repeat scroll left 20px;
}

modelDiv{
	width: 367px;
	height: 550px;
	padding: 0;
	margin: 0;
	float: left;
}

#slideshow {
	width: 250px;
	height: 220px;
	padding: 0;
	margin: -400px 60px 0 0;
	float: right;
}


#page_container {
	width: 800px;
	margin: 0 auto;
	padding: 0;	
	background: transparent url('../images/background.jpg') repeat-y scroll left top;

}

#page_content {
	width: 800px;
	min-height: 288px;
	margin: 0px 0 0 0;
	padding: 0;
	background: transparent url('../images/backImg.jpg') no-repeat scroll left top;
}

/*#header {
	width: 800px;
	height: 115px;
	margin: 0;
	padding: 0;
	background: transparent url('../images/header.jpg') no-repeat scroll left top;
}*/

#bottom {
	width: 800px;
	height: 140px;
	background: black url('../images/bottom.jpg') no-repeat scroll center top;
}

#footer {
	clear: both;
	width: 800px;
	height: 250px;
	margin: 0 auto;
}

.footer {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	color: white;
	color: #c0c0c0;
	text-align: center;
}

.contactBox{
	width: 700px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 9pt;
}

.addressLeft{
	width: 325px;
	float: left;
	margin-left: 20px;
}

.addressRight{
	width: 325px;
	float: right;
	margin-right: 20px;
}


.text {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11pt;
	font-style: normal;
	font-weight: normal;
	line-height: 18pt;
	color: white;

}

.content {
	
	width: 580px;
	margin-left: 140px;
	padding: 0px 40px 20px 30px;
}

.pageTitle{

	font-family: Script MT Bold,"Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: white;
}


.title {
	font-family: Script MT Bold,"Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #EDC755;
	
}

.boldText {
	font-weight: bold;
}

.centerText {
	text-align: center;
}

.italText {
	font-style: italic;
}

.copyright{
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	line-height: 12pt;
	color: #c0c0c0;
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

