/* The global container */

#container-global {
	margin: 0px auto 0 auto;
	position: relative;
	width: 915px;
	height:20px;
}

body {
	background-image: url(images/parent_images/background_tile.gif);
	background-repeat: repeat-x;
	background-color:#000000
}

#heading_bar {
	position:absolute;
	width:915px;
	height:53px;
	left:0px;
	top:120px;
	z-index: 1;
}

#photoshop_heading {
	position:absolute;
	width:200px;
	height:20px;
	left:16px;
	top:138px;
	color:#FFFFFF;
	z-index: 2;
}

#learn_heading {
	position:absolute;
	width:200px;
	height:20px;
	left:16px;
	top:194px;
	color:#FFFFFF;
	z-index: 5;
}

#linebreak01 {
	position:absolute;
	width:225px;
	height:10px;
	left:0px;
	top:225px;
	background-image:url(images/downloads/linebreak.gif);
	background-repeat:repeat-x;
	z-index: 6;
}

/*lesson headings*/
#main_heading {
	position:absolute;
	width:200px;
	height:20px;
	left:260px;
	top:194px;
	color:#242320;
	z-index: 20;
}

#sub_heading {
	position:absolute;
	width:300px;
	height:20px;
	left:260px;
	top:215px;
	color:#242320;
	z-index: 9;
}

/*lesson content*/
#right_background {
	position:absolute;
	width:685px;
	height:1350px;
	left:230px;
	top:178px;
	background-color:#e6e6e6;
	z-index: 4;
}

#paragraph01 {
	position:absolute;
	width:525px;
	height:100px;
	left:260px;
	top:245px;
	z-index: 10;
}

#paragraph02 {
	position:absolute;
	width:625px;
	height:250px;
	left:261px;
	top:810px;
	z-index: 16;
}

#before {
	position:absolute;
	width:100px;
	height:20px;
	left:270px;
	top:770px;
	z-index: 16;
	color:#bf0000;
}

#after {
	position:absolute;
	width:100px;
	height:20px;
	left:270px;
	top:1480px;
	z-index: 16;
	color:#bf0000;
}

#gui01 {
	position:absolute;
	width:561px;
	height:405px;
	left:260px;
	top:360px;
	z-index: 19;
	cursor:hand;
}

#gui02 {
	position:absolute;
	width:561px;
	height:405px;
	left:260px;
	top:1070px;
	z-index: 18;
	cursor:hand;
}

/*second level navigation*/
#left_column {
	position:absolute;
	width:225px;
	height:1350px;
	left:0px;
	top:178px;
	background-image:url(images/parent_images/sub_grad_tile.gif);
	background-repeat:repeat-x;
	background-color:#2f2e2b;
	z-index: 3;
}

#second_level_navigation {
	position:absolute;
	width:150px;
	height:100px;
	left:16px;
	top:242px;
	color:#bf0000;
	z-index: 7;
}

/*footer*/
#grad {
	position:absolute;
	background-image: url(images/home/footer/grad.gif);
	background-repeat: repeat-x;
	width:915px;
	height:50px;
	left:0px;
	top:1534px;
}

#copyright {
	position:absolute;
	width:300px;
	height:20px;
	left:20px;
	top:1571px;
	color:#292929;
}

#quicktime {
	position:absolute;
	width:117px;
	height:41px;
	left:273px;
	top:1556px;
	color:#292929;
}

#psr {
	position:absolute;
	width:62px;
	height:41px;
	left:391px;
	top:1556px;
	color:#292929;
}

#reefwonders {
	position:absolute;
	width:209px;
	height:41px;
	left:454px;
	top:1556px;
	color:#292929;
}

/*text style*/
p3 {
	font: normal 14px/1.2em Arial;
	font-weight:bold;
}

p4 {
	font: normal 11px/1.0em Arial;
	font-weight:bold;
}

p5 {
	font: normal 15px/1.4em Arial;
	font-weight:bold;
}

p6 {
	font: normal 10px/0.9em Arial;
	font-weight:bold;
}

p7 {
	font: normal 11px/1.0em Arial;
}

p8 {
	font: normal 14px/1.2em Arial;
}


/*link style*/
a.link:link {
	color: #bf0000;
	text-decoration:none;
}
			
a.link:visited {
	color: #bf0000;
	text-decoration:none;
}
			
a.link:hover { 
	color: #FFFFFF;
	text-decoration:none;
}
			
a.link:active {
	color: #666666;
	text-decoration:none;
}
