div#paper-start {
	margin-left: 0px;
	margin-right: 100px;
	background-image: url(../images/border_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}
div#paper-end {
	padding-left: 1em;
	padding-right: 50px;
	background-image: url(../images/border_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}
div#paper-bottom-start {
	margin-left: 0px;
	margin-right: 100px;
	height: 41px;
	background-image: url(../images/border_bottom_left.png);
	background-repeat: repeat-y;
	background-position: top left;
}
div#paper-bottom-end {
	height: 41px;
	padding-left: 40px;
	padding-right: 40px;
	background-image: url(../images/border_bottom_right.png);
	background-repeat: repeat-y;
	background-position: top right;
}
div#bottom-content {
	background-image: url(../images/border_bottom_mid.png);
	height: 41px;
}
div#paper {
	padding-top: 0px;
	background-image: url(../images/paper.png);
}
div#head {
	text-align: center;
	overflow: hidden
}
body {
	font-size: 105%;
	margin: 0px;	
	background-image: url(../images/back.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}
div#footer {
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
	font-size: smaller;
	background-image: url(../images/bg-top.jpg);
	background-repeat: repeat-x;
}
div#header {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: repeat-x;
	padding-top: 40px;
}
div#content p{
	padding-right: 3em;
}

/* Contains the entire tabbed section */
.tabbed {
	position: absolute;
	top: 0px;
	left: 30px;
	}

/* List of tabs */
.tabbed ul{
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	}
.tabbed ul.tabs li {
	text-align: center;
	list-style: none;
	float: left;
	padding: 0;
	border-right: 1px solid #8c0200;
	border-bottom: 1px solid #8c0200;
	border-left: 1px solid #8c0200;
	background-color: transparent;
	width: 10em;
	}
.tabbed ul.tabs div {
	background-color: white;
}
.tabbed ul.tabs li a{
	overflow: hidden;
	display: block;

	}
.tabbed ul.tabs li div a:hover {
	color: white;
	background-color: #ff9934;
	}

/* The current selected tab */
.tabbed ul.tabs li.tab-current>a {
	color: white;
	background-color: #8c0200;
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-selected {
	color: white;
	background-color: #6c0100;
	}

/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t1, .tabbed div.t2, .tabbed div.t3, .tabbed div.t4, .tabbed div.t5{
	display: none;
}

/* Content for inside your tabs' divs */
.tabbed div ul {
	}
.tabbed div p {
	}
.tabbed div div {
	}
a {
	text-decoration: none;
	color: #8c0200;
}
a:visited {
	color: #8c0200;
}
a:link {
	color: #8c0200;
}

h3 a {
	text-decoration: none;
	color: #ff9934;
}
h3 a:visited {
	color: #ff9934;
}
h3 a:link {
	color: #ff9934;
}
.courses strong {
	color: #880000
}
.courses caption {
	background-color: #880000;
}
.courses caption strong {
	color: white;
}
.courses table {
	margin-bottom: 1em;
}
.courses td.tdhours {
	text-align: center;
	color: #880000;
}
.desc {
	margin-left: 10%;
	margin-right: 10%;
}
div.esthetics {
	background-image: url(../images/esth1back.png);
	background-repeat: no-repeat;
}
#services {
	margin-left: 10%;
	margin-right: 200px;
}
