/*body text to make sure it's all controllable */
body			{font-family:arial,verdana,san-serif;
				font-size:1em;
				background-color:#c93;
				color:black;
				margin:0;
				padding:0;
				}

/*big div to contain the whole*/
#bigdiv 		{margin-top:20px;
				margin-left:auto;
				margin-right:auto;
				background-color:#fff;
				min-height:970px;
				max-width:855px;
				}
		
/* to eliminate space between banner and bottom right image */
#correction 	{float:left;
				}		
		
/* text on the left */
#left 			{float:left;
				background-color:#fff;
				padding-right:0;
				}

/* image and text floating to the right */
#right 			{color:black; 
				margin-left:250px;
				padding-right:15px;
				padding-left:10px;
				max-width:620px
				max-height:700px;
				}

/* sending a message */
#sendamessage	{background-color:#c93;
				color:white;
				
				}
				
/* message text with no background colour */
#message 		{background-color:none;
				border-color:#969;
				}

/*list style with no bullet points */
ul 				{float:left;
				}
li 				{list-style-type:none;
				width:200px;
				padding-top:1em;
				}

/*drop-down menu fix-up */
blockquote 		{margin-top:0;
				margin-bottom:0;
				}
	
/* links colour*/			
a:link 			{color:#969;
				text-decoration:none;
				font-weight:bold;
				}
a:visited 		{color:#c93;
				text-decoration:none;
				font-weight:bold;
				}
a:hover 		{color:#399;
				text-decoration:underline;
				}
a:active		{color:#c93;
				text-decoration:none;
				font-weight:bold;
				}

/* eliminate image link borders */
a img 			{border:0;
				}

#message 		{margin-bottom:1px;
				max-width:100px;
				max-height:300px;
				}
