/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:900px;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  #0C2079;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:900px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:901px;
	height:172px;
	background-color:#000;
	border-left:1px solid #000;
	/*border-right:1px solid #000;*/
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	padding-left:30px;
	padding-top:172px;/*needed to make room for header*/
	padding-bottom:12px;/* needed to make room for footer */
}


#footer {
	width:900px;
	clear:both;
	height:10px;
	border-top:0px solid #000;
	border-bottom:1px solid #000;
	background-color: #0C2079;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:12px;/* for ie5 */
	he\ight:10px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:690px;
	float:right;
	background:url(../graphics/centre-bg.gif) repeat-y;
	padding-top:172px;
	padding-bottom:0px;/* needed to make room for footer */
	padding-right:15px;
}


#clearfooter {width:100%;height:12px;clear:both} /* to clear footer */

#menu{
	width:150px;
	background:url(../graphics/menu-bg-small-thick.gif) repeat-y;
}
#menutop{
	width:150px;
	height:25px;
	background:url(../graphics/menu-top-small-thick.gif) no-repeat;
}
#menubottom{
	width:150px;
	height:20px;
	background:url(../graphics/menu-bottom-small-thick.gif) no-repeat;
}
#activitytop{
	width:690px;
	height:34px;
	background:url(../graphics/activity-top-thick.gif) no-repeat;
}
#activitybottom{
	width:690px;
	height:34px;
	clear:both;
	background:url(../graphics/activity-bottom-thick.gif) no-repeat;
}
#activityleft{
	float:left;
	width:325px;
	
}
#activityright{
	float:right;
	width:325px;
	padding-right:25px;
}
* html #activityright{
	width:335px;
}
#contenttop{
	width:690px;
	height:28px;
	background:url(../graphics/centre-top.gif) no-repeat;
}
#contentbottom{
	width:690px;
	height:30px;
	clear:both;
	background:url(../graphics/centre-bottom.gif) no-repeat;
}
#content{
	width:665px;
	padding-right:25px;
	min-height:400px;
}
* html #content{
	height:400px;
}