/* 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: 11;
}

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

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

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

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

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

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

#paragraph01 {
	position:absolute;
	width:625px;
	height:60px;
	left:260px;
	top:245px;
	z-index: 18;
}

#paragraph02 {
	position:absolute;
	width:280px;
	height:100px;
	left:590px;
	top:327px;
	z-index: 17;
}

#paragraph03 {
	position:absolute;
	width:300px;
	height:20px;
	left:585px;
	top:507px;
	z-index: 16;
	color:#bf0000;
}

#black_block {
	position:absolute;
	width:310px;
	height:55px;
	left:580px;
	top:322px;
	background-color:#999999;
	z-index: 14;
}

#grey_blocK {
	position:absolute;
	width:310px;
	height:55px;
	left:580px;
	top:382px;
	background-color:#CCCCCC;
	z-index: 14;
}

#white_block {
	position:absolute;
	width:310px;
	height:55px;
	left:580px;
	top:442px;
	background-color:#FFFFFF;
	z-index: 14;
}

#paragraph04 {
	position:absolute;
	width:625px;
	height:20px;
	left:260px;
	top:570px;
	z-index: 16;
}

#paragraph05 {
	position:absolute;
	width:625px;
	height:20px;
	left:260px;
	top:670px;
	z-index: 16;
}

#gui {
	position:absolute;
	width:315px;
	height:233px;
	left:260px;
	top:315px;
	z-index: 15;
}

#image01 {
	position:absolute;
	width:616px;
	height:465px;
	left:260px;
	top:840px;
	z-index: 15;
}

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

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

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

#copyright {
	position:absolute;
	width:300px;
	height:20px;
	left:20px;
	top:1380px;
	color:#292929;
	z-index: 7;
}

#quicktime {
	position:absolute;
	width:117px;
	height:41px;
	left:273px;
	top:1365px;
	color:#292929;
	z-index: 8;
}

#psr {
	position:absolute;
	width:62px;
	height:41px;
	left:391px;
	top:1365px;
	color:#292929;
	z-index: 9;
}

#reefwonders {
	position:absolute;
	width:209px;
	height:41px;
	left:454px;
	top:1365px;
	color:#292929;
	z-index: 10;
}

/*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;
}
