html {
	height:100%;
}

body {
	margin:0;
	padding:0;
	height:100%;
/*	font-family:'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;*/
	background-color: #F1F2D3;
}

a:link {color:green; text-decoration:none;}    /* unvisited link */
a:visited {color:green; text-decoration:none;} /* visited link */
a:hover {color:green; text-decoration:underline;}   /* mouse over link */
a:active {color:green; text-decoration:underline;}  /* selected link */


#wrap {
	position:relative;
	min-height:100%;
	zoom:1;
}

* html #wrap {
	height:100%
}

#inner-wrap {
	padding-bottom:40px;
	zoom:1;
}

#inner-wrap:after {
	content:" ";
	display:block;
	clear:both;
}

#footer {
	position:absolute;
	bottom:0;
	height:42px;
	background-color: #90bd60;
	width:100%;
}

#footer p {
	margin:0;
	font-size:8pt;
	text-align:center;
}

#menu {
	float:left;
	width:156px;
	text-align:left;
	margin-left:10px;
}

#main {
	position:relative;
	margin-left:156px;
	zoom:1;
}

#rightside {
	float:right;
	width:300px;
	text-align:center;
	/*background-color: #D1D3CD;
	border: solid;
	border-width: thin;
    padding: 2px;*/
}

#content {
	padding:5px;
	width: 604px;
	/*margin-right:230px;*/
	text-align:left;
	zoom:1;
	margin-left:10px;
	border-left:medium solid #F7EB23;
}

#header {
	margin-bottom: 0px;
}

p.centre {
	text-align: center;
}

/*img.right {
	position:fixed;
	right:20px;
}*/

img.right {
	float:right
	display:inline;
}

img.left {
	float:left;
	display:inline;
}
