/*********************************************
* Author:     John Caton                   *

* Mail:      john.caton@gmail.com
* Version     1.0                            *
*********************************************/


/* Main structured layout for Teachers */

body {
	background-color: #CBB5EA;
	margin-top: 0px;}

#wrapper {
	margin-left: auto;
	margin-right: auto;
	height: 2000px;
	width: 911px;}
	
#topleftmarg {
	background-image:url(/awards/images/leftmargback.jpg);
	background-repeat:repeat-y;
	height: 257px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}	

#toparea {
	background-color: #42217B;
	height: 257px;
	width: 891px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#header {
	background-image:url(/awards/images/smallheader.gif);
	height: 178px;
	width: 891px;}
	
#icons {
	background-image:url(/awards/images/icons3.gif);
	background-repeat:no-repeat;
	height: 79px;
	width: 891px;}
	
#toprightmarg {
	background-image:url(/awards/images/rightmargback.jpg);
	background-repeat:repeat-y;
	height: 257px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#content {
	height: 1700px;
	width: 911px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#leftmarg {
	background-image:url(/awards/images/leftmargback.jpg);
	background-repeat:repeat-y;
	height: 1700px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}
	
#col1 {
	background-color: #FFFFFF;
	height: 1700px;
	width: 214px;
	float:left;
	padding-left:33px;
	padding-right:31px;
	margin-left: 0px;
	margin-right: auto;}
	
#col2 {
	background-color: #FFFFFF;
	height: 1700px;
	width: 602px;
	float:left;
	margin-left: 0px;
	margin-right: auto;
	padding-top: 10px;
	padding-right: 10px;}
	
.imgrow {margin-right: 20px;}
	
#rightmarg {
	background-image:url(/awards/images/rightmargback.jpg);
	background-repeat:repeat-y;
	height: 1700px;
	width: 10px;
	float:left;
	margin-left: 0px;
	margin-right: auto;}

#footer {
	
	height: 80px;
	width: 911px;
	text-align: left;}
	


