
#wrapper
{
	width: 774px;/*Sets width of wrapper container*/
	height:620px;/*Sets height of wrapper container*/
	background-color:#FFE6C0;/*Sets background colour*/
	margin: 0 auto;/*This centers wrapper in Mozilla!!*/
	text-align:left;/*Sets default text align*/
}

#banner
{
	width:774px;/*Sets width of banner container*/
	height:120px;/*Sets height of banner container*/
	background-image:url(../images/banner.jpg);
}
#main
{
	width:774px;/*Sets width of main container*/
	height:480px;/*Sets height of main container*/
}
#footer
{
	width:774px;/*Sets width of footer container*/
	height:20px;/*Sets height of footer container*/
	background-color:#0072BB;/*Sets background colour of footer container*/
	/*color:#ffffff;/*Sets font colour of footer container*/
	font-size:10px;/*Sets font size of footer container*/
	text-align:center;/*Center aligns text in footer container*/
	float:left;/*Ensures that footer follows immediately after main in all browsers (fudge)*/
}
#upload
{
	width:774;
	height:150px;
}
.magenta
{
	color:#CC0000;
}
.white
{
	color:#FFFFFF;
}
.warn
{
	color:#CC0000;
	font-size:80%;
	font-weight:bold;
	font-style:italic;
}
h2
{
	color: #990000;
}
/* CSS Document */

