/***********************************************************************************
CETL stylesheet - 
3 column layout, all 3 columns to be the same height allowing lining-up of 
background images and borders.
Developed by Michael Taylor for CETL & Nottingham University - School of Nursing
version 1 created: 07/12/2006 amended 13/03/2007 amended 08/05/2007
************************************************************************************/

body {
	margin: 0;
	padding: 0;
}

h2, h3 {
	margin-top: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	font: 80%/1.8 Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0;
}

#wrapper {
	min-width: 400px;
	width: 100%;
}
#outer {
	border-left: 0px solid #FFFFFF;  /*Originally 165px'-Left column background */
	border-right: 0px solid #FCF5F5; /*Original 200px' - Right column background */
	background-image:url(../images/greenback.gif);
}

#inner {
	margin: 0;
	width: 100%;
}

#header {
	background-color: #FFFFFF;
	color: #901602;
	border-bottom: 1px dotted #6699CC;
}

#header h1 {
	font: 150% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	margin-right: 1em;
}

#side1 {
	width: 130px;					/*Left column width */
	margin-left: -0px;			/*-ive left column width */
	float: left;
	position: relative;
	z-index: 10;
	padding-left: 5px;
	background-image:url(../images/greenback.gif);
}

#side1 h3 {
	width: 150px;
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
}

#side1 ul {
	width: 150px;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#side1 li {
	font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 0.3em;
	border-bottom: 1px solid #E7AFAF;
}

#side1 a:link, #side1 a:visited {
	text-decoration: none;
	color: #901602;
	background-color:transparent;
}

#side1 a:hover {
	color: #621313;
	background-color:transparent;
}

#side2 {
	width: 200px;				/*right column width */
	margin-right: -200px;		/* -ive right column width */
	height: 100%;
	float: left;
	position: relative;
	z-index: 11;
	background-image:url(../images/greenback.gif);
	height: 100%;
}

#side2 h3 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #621313;
	background-color: transparent;
	margin-bottom: 0;
	padding-bottom: 4px;
	padding-left: 0.2em;
}

#side2 p {
	padding-left: 10px;
}

.adbox {
	padding: 2px  4px 2px 6px;
	margin: 0 0.5em 10px 0.5em;
	border: 1px dotted #B1B1B1;
	background-color: #FFFFFF;
}

#content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 12;
}

#content h2 {
	font: 130% Georgia, "Times New Roman", Times, serif;
	color: #901602;
	margin-left: 1em;
}

#content p {
	margin-left: 3em;
	margin-right: 2em;
}

#footer {
	width: 100%;
	position: relative;
	z-index: 13;
	border-top: 30px solid #6699cc;
	background-color:#A1BEDC;
}

#footer p {
	padding-left: 1em;
}

.clear {
	clear:both;
}
