/* CSS Document */
/* header applied to the whole page */
h1 {color:#006633;}
h2 {color:#999900;}
/* Text to be applied in body element */
p1 {font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#000066;
	}
/* Lesson Objective
text  */
p#inbox {font-family:"Courier New", Courier, monospace;
         border:5px double #006633;
		 height:80px;
		 border-width:thin;
		 background:#99CC99;
		 position:relative; right:auto;
		 }
/* Pre-requisite 
font covered with border */
p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	width:189px;
	height:60px;
	background:#999999;
	border:5px solid #006600;
	padding:5px;
	position:absolute;
	right:auto;
	left: 496px;
	top: 167px;
   }	
/*Table elements */
.rightsidebar {width:200px;
               float:right;
			   border:#990000; border:double;
			   background:#99CC99;
			   }
/*Affixing an Element to the browser window:
Content Area*/
#rightbar {position:fixed; width:26%;}
#wrap {width:90%;}
#main {width:75%;}

		       

