/* Constructivist layout  */

#container { 
	
	width:701px;
	height:651px;
	top:20px;
	margin:auto;
	background-image:url(images/backgr02.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border:none;
	position:relative;
	
	}
	
#container02 { 
	
	width:701px;
	height:651px;
	top:20px;
	margin:auto;
	background-image:url(images/backgr03.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border:none;
	position:relative;

	}
	
/* This controls the look of any links that aren't specified images */

a:link { 
	text-decoration: none; 
	color: #666666;
	}
a:visited { 
	text-decoration: none; 
	color: #666666;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #FF0000;
	}
	
	
a.weekly:link { 
	text-decoration: none; 
	color: #FF0000;
	}
a.weekly:visited { 
	text-decoration: none; 
	color: #FF0000;
	}
a.weekly:hover, a.weekly:active { 
	text-decoration: none; 
	color: #666666;
	}

	
/* This is the location text on the upper left and right corners */
	
div.location {
	
	position:absolute;
	top:59px;
	margin:49px;
	border:none;
	float:none;
	
	}
	
div.location2 {
	
	position:absolute;
	top:49px;
	left:579px;
	border:none;
	float:none;
	
	}
	
div.location3 {
	
	position:absolute;
	top:49px;
	left:49px;
	border:none;
	float:none;
	
	}

	
/* Main Navigation */ 

#navHome {

	position:absolute;
	top:160px;
	left:65px;
	border:none;
	font-size:8pt;
	font-style: normal;
	line-height: 21px;
	font-family:Helvetica-Neue, Helvetica, Arial, sans-serif;
	text-align:right;
	
	}
	
	
/* Sub Navigation */ 

	
#resourceLinks {

	position:absolute;
	top:226px;
	left:129px;
	border:none;
	font-size:8pt;
	font-style: normal;
	line-height: 18px;
	text-align:left;
	font-family:Helvetica-Neue, Arial, sans-serif;
	
	}

#weeklyLinks {

	position:absolute;
	top:204px;
	left:129px;
	border:none;
	font-size:8pt;
	font-style: normal;
	line-height: 18px;
	text-align:left;
	font-family:Helvetica-Neue, Arial, sans-serif;
	
	}	
	
#syllabusLinks {

	position:absolute;
	top:183px;
	left:129px;
	border:none;
	font-size:8pt;
	font-style: normal;
	line-height: 18px;
	text-align:left;
	font-family:Helvetica-Neue, Arial, sans-serif;
	
	}
	
#galleryLinks {

	position:absolute;
	top:245px;
	left:129px;
	border:none;
	font-size:8pt;
	font-style: normal;
	line-height: 18px;
	text-align:left;
	font-family:Helvetica-Neue, Arial, sans-serif;
	
	}
	
/* Text */
	
#bodyText p {

	font-size:9pt;
	font-style: normal;
	line-height: 18px;
	text-align:left;
	font-family:Helvetica-Neue, Helvetica, Arial, sans-serif;
	
	}
	
#bodyText .p1 {

	padding-top: 140px;
	padding-left: 300px;
	padding-right: 100px;
	
	}
	
/* Gallery Placement */

div.gallery {
	width:701px;
	height:651px;
	top:20px;
	margin:auto;
	border:no border;

	}

	
/* Various Page Headers */
	
#pageHeader {

	position:absolute;
	top:-140px;
	margin:200px;
	width:186px;
	height:85px;
	border:none;
	float:none;
	
}

/* Course Description */
#header01 {

	background-image:url(images/header01.gif);
	width:186px;
	height:85px;

}

/* Course Information */
#header02 {

	background-image:url(images/header02.gif);
	width:186px;
	height:85px;

}

/* Contact */
#header03 {

	background-image:url(images/header03.gif);
	width:186px;
	height:85px;

}

/* Weekly Info */
#header04 {

	background-image:url(images/header04.gif);
	width:186px;
	height:85px;

}

/* Resources */
#header05 {

	background-image:url(images/header05.gif);
	width:186px;
	height:85px;

}

/* Gallery */
#header06 {

	background-image:url(images/header06.gif);
	width:186px;
	height:85px;

}

/* About */
#header07 {

	background-image:url(images/header07.gif);
	width:186px;
	height:85px;

}

/* Academic Honesty */
#header08 {

	background-image:url(images/header08.gif);
	width:186px;
	height:85px;

}


#forwardLink {

	position: absolute;
	top:600px;
	left:500px;
}

#backLink {

	position: absolute;
	top:600px;
	left:350px;
}


#gallery_error_msg
{
	position: absolute;
	border: 1px solid black;
	left: 40px;
	top: 20px;
}