/* CSS Document */

/* commented backslash hack \*/ 
html, body{
	margin:0;
	padding:0;
	height:100%;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	text-align: left;
	background: #00afff url(Images/img_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
		} 	
		
/* end hack */
html,body {
	margin:0;
	padding:0;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #555555;
	background: #00afff url(Images/img_body_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	}
	
body {}/* centre for ie5.+*/
	#outer{
	min-height:100%;
	height:auto;
	width:962px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position:relative;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height:14px;
	color: #555555;
	text-align: left;
} 
		
* html #outer{
	height:100%;
	width:962px;/* box model hack for ie5.+*/
	w\idth:962px
}

#contentwrapper {
	padding-top: 13px;
	width:962px;
	position:relative;
	float:left;
}

#clearfooter{clear:both;height:33px;width:100%}
div>p {margin:0}

#footer {
	width:962px;
	position:absolute;
	margin-bottom: 0px;
	bottom: 0;
	left:0;
	height:23px;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #555555;
}

#footerleft {
	width: 500px;
	padding-left: 17px;
	position: relative;
	float: left;
	line-height: 2em;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

#footerright {
	width: 300px;
	padding-right: 17px;
	position: relative;
	float: right;
	line-height: 2em;
	text-align: right;
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
}

a.footerlink {
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

a.footerlink:hover {
	font-family:  "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #cccccc;
	text-decoration: none;
}
