/***BROWSER RESETS***/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,
input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul {list-style: none;}
img, fieldset {border: 0;}
h1, h2, h3 {font-weight: normal;}
em {font-style: italic;}
strong {font-weight: bold;}

.clear {
	clear: both;
	margin: 10px 0px 0px 0px;
	}
	
a {
	outline:none;
	color: #fff;
	text-decoration: none;
	}
	
a:hover {
	color: #ccc;
	text-decoration: none;
	}




/******MAIN-WRAPPER******/



body {
	background-image: url(../images/page-bkg_2.jpg);
	background-repeat: repeat-x;
	background-color: #e8e7d2;
	font-size: 14px;
	font-family: 'Georgia', 'Helvetica', 'Arial', 'Verdana', sans-serif;
	color: #CCFFFF;
	}

#main-wrap {
	position:relative;
	margin: 0px 0px 0px 0px;
	width: 1046px;

	}
	

	


/******MAIN NAV******/
	
#main-wrap ul.main-nav {
	position:absolute;
	float:right;
	width: 675px;
	height: 79px;
	top: 17px;
	left: 327px;
	z-index:3;
	}

#main-wrap ul.main-nav li {
	float: left;
	display: inline;
	height: 79px;
	}

#main-wrap ul.main-nav li a {
	outline:none;
}
#main-wrap ul.main-nav li.li_home {
	width:87px;
}
#main-wrap ul.main-nav li a.home {
	float:left;
	display:none;
	width:87px;
	height:79px;
	background: transparent url(../images/nav-sprite.png) no-repeat -587px 0px;
	text-indent:-9999px;
	}
		
#main-wrap ul.main-nav li a.home:hover, #main-wrap ul.main-nav li a.homedown {
	background: transparent url(../images/nav-sprite.png) no-repeat -587px -84px;
	}
	
#main-wrap ul.main-nav li a.preview {
	float:left;
	display:block;
	width:155px;
	height:79px;
	background: transparent url(../images/nav-sprite.png) no-repeat 0px 0px;
	text-indent:-9999px;
	}

#main-wrap ul.main-nav li a.preview:Hover, #main-wrap ul.main-nav li a.previewdown {
	background: transparent url(../images/nav-sprite.png) no-repeat 0px -84px;
	}
	
#main-wrap ul.main-nav li a.meet {
	float:left;
	display:block;
	width:145px;
	height:79px;
	background: transparent url(../images/nav-sprite.png) no-repeat -155px 0px;
	text-indent:-9999px;
	}
		
#main-wrap ul.main-nav li a.meet:hover, #main-wrap ul.main-nav li a.meetdown {
	background: transparent url(../images/nav-sprite.png) no-repeat -155px -84px;
	}

#main-wrap ul.main-nav li a.cmore {
	float:left;
	display:block;
	width:140px;
	height:79px;
	background: transparent url(../images/nav-sprite.png) no-repeat -300px 0px;
	text-indent:-9999px;
	}

#main-wrap ul.main-nav li a.cmore:Hover, #main-wrap ul.main-nav li a.cmoredown {
	background: transparent url(../images/nav-sprite.png) no-repeat -300px -84px;
	}

#main-wrap ul.main-nav li a.lesson {
	float:left;
	display:block;
	width:138px;
	height:79px;
	background: transparent url(../images/nav-sprite.png) no-repeat -440px 0px;
	text-indent:-9999px;
	}

#main-wrap ul.main-nav li a.lesson:Hover, #main-wrap ul.main-nav li a.lessondown {
	background: transparent url(../images/nav-sprite.png) no-repeat -440px -84px;
	}


/******HOMEPAGE******/


#main-wrap #home {
	position:absolute;
	width: 1046px;
	height: 634px;
	top: 0px;
	left: 0px;
	}

#main-wrap .date-seal {
	position:absolute;
	width: 146px;
	height: 145px;
	top:12px;
	left:20px;
	z-index:100;
	}

#main-wrap #home .content {
	float:left;
	width: 1046px;
	height: 538px;
	margin-top: 96px;
	background: transparent url(../images/home-screen-bkg.jpg) no-repeat center center;
	}

#main-wrap #home .content h1 {
	float:right;
	display:block;
	margin: 20px 20px 20px 0px;
	width:520px;
	height:102px;
	text-indent:-9999px;
	background: transparent url(../images/home-header.jpg) no-repeat;
	}




#main-wrap #home .content h2 {
	float:left;
	display:block;
	margin: 0px 20px 30px 550px;
	width:450px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	}

#main-wrap #home .content p {
	float:left;
	display:block;
	margin: 0px 10px 10px 550px;
	padding:0px;
	width:450px;
	color:#fff;
	font-size:14px;
	}

	




/******PREVIEW THE EXHIBIT******/



#main-wrap #preview {
	display:none;
	position:absolute;
	width: 1046px;
	height: 634px;
	top: 0px;
	left: 1046px;
	}
	


#main-wrap #preview .date-seal {
	position:absolute;
	width: 146px;
	height: 145px;
	top:12px;
	left:20px;
	}
	

#main-wrap #preview .content {
	float:left;
	width: 1046px;
	height: 538px;
	margin-top: 96px;
	background: transparent url(../images/preview-screen-bkg.jpg) no-repeat center center;
	}

#main-wrap #preview .content h1 {
	float:right;
	display:block;
	margin: 40px 20px 20px 0px;
	width:515px;
	height:44px;
	text-indent:-9999px;
	background: transparent url(../images/preview-header.jpg) no-repeat;
	}

#main-wrap #preview .content .contentflow {
	float:left;
	display:block;
	margin: 0px 0px 0px 530px;
	padding:0px 10px 0px 0px;
	width:490px;
	height:400px;
	overflow:auto;
	color:#fff;
	font-size:14px;
	}

	
	
#main-wrap #preview .content .contentflow h2 {
	float:left;
	display:block;
	margin: 0px 20px 0px 0px;
	width:450px;
	color:#ffd92a;
	font-size:18px;
	font-weight:bold;
	}
	

#main-wrap #preview .content p {
	float:left;
	display:block;
	margin: 0px 0px 10px 0px;
	width:450px;
	color:#fff;
	font-size:14px;
	}






/******MEET THE ARTISTS******/




#main-wrap #meet {
	display:none;
	position:absolute;
	width: 1046px;
	height: 634px;
	top: 0px;
	left: 1046px;
	}
	

#main-wrap #meet .date-seal {
	position:absolute;
	width: 146px;
	height: 145px;
	top:12px;
	left:20px;
	}
	


#main-wrap #meet .content {
	float:left;
	width: 1046px;
	height: 538px;
	margin-top: 96px;
	background: transparent url(../images/meet-screen-bkg.jpg) no-repeat center center;
	}

#main-wrap #meet .content h1 {
	float:right;
	display:block;
	margin: 40px 20px 0px 0px;
	width:485px;
	height:44px;
	text-indent:-9999px;
	background: transparent url(../images/meet-header.jpg) no-repeat center center;
	}


#main-wrap #meet .content .contentflow {
	float:left;
	display:block;
	margin: 0px 0px 0px 550px;
	padding:10px 10px 0px 0px;
	width:470px;
	height:400px;
	overflow:auto;
	color:#fff;
	font-size:14px;
	}
	
	
#main-wrap #meet .content .contentflow h2 {
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	width:470px;
	color:#ffd92a;
	font-size:18px;
	font-weight:bold;
	}	
	

#main-wrap #meet .content p {
	float:left;
	display:block;
	margin: 0px 10px 0px 0px;
	width:430px;
	color:#fff;
	font-size:14px;
	}




/******CLASSES and More******/



#main-wrap #cmore {
	display:none;
	position:absolute;
	width: 1046px;
	height: 634px;
	top: 0px;
	left: 1046px;
	}
	

#main-wrap #cmore .date-seal {
	position:absolute;
	width: 146px;
	height: 145px;
	top:12px;
	left:20px;
	}
	

#main-wrap #cmore .content {
	float:left;
	width: 1046px;
	height: 538px;
	margin-top: 96px;
	background: transparent url(../images/cmore-screen-bkg.jpg) no-repeat center center;
	}

#main-wrap #cmore .content h1 {
	float:right;
	display:block;
	margin: 40px 20px 0px 0px;
	width:515px;
	height:44px;
	text-indent:-9999px;
	background: transparent url(../images/ws-header.jpg) no-repeat center center;
	}



#main-wrap #cmore .content .contentflow {
	float:left;
	display:block;
	margin: 0px 0px 30px 520px;
	padding:10px 10px 0px 0px;
	width:500px;
	height:400px;
	overflow:auto;
	color:#fff;
	font-size:14px;
	}
	
#main-wrap #cmore .content .contentflow h2 {
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	width:470px;
	color:#ffd92a;
	font-size:18px;
	font-weight:bold;
	}	
	
#main-wrap #cmore .content p {
	float:left;
	display:block;
	margin: 0px 0px 10px 0px;
	width:480px;
	color:#fff;
	font-size:14px;
	}



/******TEACHER LESSONS******/



#main-wrap #lesson {
	display:none;
	position:absolute;
	width: 1046px;
	height: 634px;
	top: 0px;
	left: 1046px;
	}
	

	

#main-wrap #lesson .content {
	float:left;
	width: 1046px;
	height: 538px;
	margin-top: 96px;
	background: transparent url(../images/lessons-screen-bkg.jpg) no-repeat center center;
	}

#main-wrap #lesson .content h1 {
	float:right;
	display:block;
	margin: 40px 50px 0px 0px;
	width:538px;
	height:44px;
	text-indent:-9999px;
	background: transparent url(../images/lessons-header.jpg) no-repeat center center;
	}



#main-wrap #lesson .content .contentflow {
	float:left;
	display:block;
	margin: 0px 0px 30px 520px;
	padding:10px 10px 0px 0px;
	width:500px;
	height:400px;
	overflow:auto;
	color:#fff;
	font-size:14px;
	}
	
#main-wrap #lesson .content .contentflow h2 {
	float:left;
	display:block;
	margin: 0px 0px 0px 0px;
	width:470px;
	color:#ffd92a;
	font-size:18px;
	font-weight:bold;
	}	
	
#main-wrap #lesson .content p {
	float:left;
	display:block;
	margin: 0px 0px 10px 0px;
	width:480px;
	color:#fff;
	font-size:14px;
	}



