html, body
{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	color: #333;
}

#background
{
	position: fixed;
	width: 100%;
	height: auto;
	z-index: 0;
	margin: 0;
}

#content_holder
{
	position: relative;
	min-width: 700px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding: 20px 20px 0 20px;
	z-index: 1;
}

#logo
{
	position: absolute;
	top: 20px;
	left: 20px;
	width: 256px;
	height: 80px;
	background: url(images/logo.png) no-repeat top left;
	z-index: 3;
}

#header
{
	#position: relative;
	display: table;
	overflow: hidden;
	height: 110px;
	float: left;
	margin-left: 20px;
}

.centered_cell
{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#header h1
{
	font: bold 24px "Times New Roman";
	color: #CCC;
	margin: 0;
}

#menu
{
	position: absolute;
	font: normal 20px Cambria;
	top: 25%;
	left: 0;
	z-index: 2;
}

#menu p
{
	font: normal 20px Cambria;
	margin: 0;
	
}

#menu .leader
{
	float: left;
	clear: left;
	height: 1.15em;
	display: table;
	margin-bottom: 0.5em;
	width: 100px;
	background-color: white;
	filter:alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}

.opaque
{
	padding: 0 0.25em 0 0.25em;
	margin-bottom: 0.5em;
	float: left;
	background-color: #BCBEC0;
	text-align:center;
}

#menu #item1 { width: 120px }
#menu #item2 { width: 130px }
#menu #item3 { width: 90px }
#menu #item4 { width: 40px }
#menu #item5 { width: 20px }
#menu #item6 { width: 60px }
#menu #item7 { width: 90px }
#menu #item8 { width: 40px }
#menu #item9 { width: 50px }

#pageframe
{
	position: absolute;
	border: 2px solid red;
	width: 70%;
	height: 70%;
	top: 200px;
	left: 300px;
/*	top: 17%;
	left: 25%;*/
	z-index: 2;
}

.small
{
	font-size: 10px;
	
}

.opaque a
{
	color: black;	
}

.highlight, .highlight a
{
	color: #EE489A;
}

a
{
	text-decoration: none;
	color: inherit;
}

.hidden
{
	visibility: hidden;
}

.topmargin30
{
	margin-top: 30px;
}

/*************************************************************************************
INNER PAGES
*************************************************************************************/
.highslide-html
{
	background: #FEF4E5 url(images/left_bar.gif) repeat-y top left;
	padding-left: 34px;
}

.highslide-body
{
	padding: 15px 0 0 0;
}

.highslide-header
{
	background: white url(images/top_bar.gif) repeat-x top -3px;
	padding: 0;
}

.highslide-html-content
{
	padding: 0;
}

#inner_content
{
	height: 100%;
	padding: 60px 20px 0 20px;
	margin: 0;
}

#inner_content p
{
	text-align: justify;
	margin: 0 0 1em 0;
}

.course
{
	margin: 0;
	padding: 0;
	position: relative;
}

h1, h2, h3, h4, h5
{
	margin: 1em 0 0.5em -20px;
	padding-left: 20px;
	font-family: Garamond, "Times New Roman", Times, serif;
}

h1
{
	font-size: 18pt;
}

.title h1
{
	font-size: 24pt;
	font-weight: bold;
	font-family: Garamond, "Times New Roman", Times, serif;
	padding: 0 1em 2px 4px;
	text-align: left;
	margin: 0;
}

.title_leader1
{
	left: 20px;
	background-color: #EE489A;
	width: 10px;
}

.title_leader2
{
	left: 30px;
	background-color: #EDEDED;
	width: 15px;
}

.title_leader1, .title_leader2
{
	height: 2.2em;
	margin: 2px 0 0 0;
	padding: 0;
	position: absolute;
}

.title
{
	color: #878787;
	left: 45px;
	height: 2.2em;
	position: absolute;
	margin: 0 0 30px 0;
}

h2
{
	font-size: 14pt;
	padding-bottom: 2px;
	color: #EE489A;
	background: url(images/divider.gif) repeat-x bottom left;
}

h3
{
	font-size: 12pt;
}

h4
{
	font-size: 11pt;
}

h5
{
	font-size: 10pt;
	margin-bottom: 0.5em;
}

p, ul, table
{
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}

.hidden
{
	display: none;
}

#intro
{
	overflow: auto;
}

.course div p
{
	margin: 0.5em 0;
}

.red
{
	color: red;
}

.three_column
{
	width: 33%;
	float: left;
}

.three_column div
{
	padding: 0 12%;
}

.three_column h4
{
	margin: 1em 0 0.5em -20px;
}

.center
{
	text-align: center;
}

.gray_border
{
	background: url(images/image_border.gif) repeat top left;
	padding: 5px;
}

.float_left
{
	float: left;
}

.float_right
{
	float: right;
}

.margin10left
{
	margin: 0 0 10px 10px;
}

.margin10right
{
	margin: 0 10px 10px 0;
}

.testimonial
{
	overflow: auto;
	margin-bottom: 20px;
}

#inner_content h2 a, #inner_content h3 a
{
	color: #EE489A;
}

#inner_content h2 a:hover
{
	text-decoration: none;
}

#inner_content a
{
	color: #069;
}

#inner_content a:hover
{
	text-decoration: underline;
}

.align_right
{
	text-align: right;
}

table th
{
	background-color: #edb38a;
}

table td, table
{
	background-color: #f2dcce;
	border: 1px solid #edb38a;
}

.nomargin
{
	margin: 0;
}

.nopadding
{
	padding: 0;
}

.thumbnail_holder
{
	width: 600px;
	height: 87px;
	margin: 20px auto;
	overflow: auto;	
}

.thumbnail_holder img
{
	margin: 5px 0;
	cursor: pointer;
}

#fashion_show_button
{
	width: 160px;
	height: 75px;
	position: absolute;
	top: 550px;
	left: 30px;
	background-image: url(images/fashion_show.gif);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 3;
}