body {background-color:white} /* global settings go inside the body tag*/
		
#canvas{}	/* the canvas division is the viewable area  */
			/* create different classes of canvas for different sizes */
		.small {width:1004px;height:579px;}
	
#menu {width:150px;height:175px;color:black;background-color:lightgrey;z-index:99999;}
		/* the menu division is on the left */

	ul#navlist {list-style:none;list-style-image:none;list-style-position:inside;padding:0;margin:0;}
	ul#navlist li {width:10px;height:40px;text-align:center;line-height:30px;//for v-alignment list-style-type:bold;display:inline;margin:0 10px;}
	ul#navlist li a {padding-left:5px;font-family:Georgia;font-size:24px;text-decoration:none;}

 /*Navigation list link color-formatting*/

	ul#navlist li a:link {color:blue;}       /* basic link -- sky blue —— was FFD986 */
	ul#navlist li a:visited { color:blue;}	/* was sky blue #26AAFA*/
	ul#navlist li a:hover {color:red;}  /* was the new warmer red — #F53A39 */
	ul#navlist li a:active {color:green;}
 
#wrapper {width:804px;height:579px;color:black;background-color:white;padding:25px; z-index:99999;}/* the wrapper division is on the right */
		
/*Body link color-formatting -- on the works page, it affects the links to video pages but not the opus pages*/

	a:link {color:blue;text-decoration:none;}       /* basic link -- was F2C53D = straw*/
	a:visited {color: blue;text-decoration:none;}  /* visited link */
	a:hover {color:red;text-decoration:none;}   /* mouse over link -- was #FF2A1E  */
	a:active {color: #F2C53D;text-decoration:none;}   /* selected link */

/* PAGES  PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES 
PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES PAGES */

/*the divisions below are found on the PC-home page */

#welcome {display:block;padding:10px;background-color:grey;font-size:18px;line-height:24px;color:black;}	

#news {display:block;width:775px;padding:20px; background-color:lightgrey}	

/*the divisions below are found on the PC-contact page */

#name {background-color:lightgrey}

#message {background-color:lightgrey}	
 
#email {background-color:lightgrey}	

