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

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

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

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

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

#sub_heading {
	position:absolute;
	width:200px;
	height:20px;
	left:260px;
	top:215px;
	color:#242320;
}

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

#paragraph01 {
	position:absolute;
	width:625px;
	height:100px;
	left:260px;
	top:245px;
}

#gui {
	position:absolute;
	width:244px;
	height:315px;
	left:280px;
	top:345px;
}

#paragraph02 {
	position:absolute;
	width:200px;
	height:100px;
	left:550px;
	top:470px;
}

#paragraph03 {
	position:absolute;
	width:625px;
	height:100px;
	left:260px;
	top:685px;
}

#paragraph04 {
	position:absolute;
	width:625px;
	height:100px;
	left:260px;
	top:770px;
}

#paragraph05 {
	position:absolute;
	width:625px;
	height:100px;
	left:260px;
	top:847px;
}

#paragraph06 {
	position:absolute;
	width:625px;
	height:100px;
	left:260px;
	top:930px;
}

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

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

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

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

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

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

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

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

p4 {
	font: normal 11px Arial/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;
}
