html{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#ffffff url(images/bg.jpg) top left repeat-x;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#clearBoth{
	clear:both;
}


#LayoutFooter{
	height:75px;
}

#LayoutFooterBar{
	float:left;
	width:905px;
	padding-top:13px;
	height:32px;
	background:url(images/layoutfooter1.jpg) repeat-x;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}

#LayoutFooterLeft{
	float:left;
	width:15px;
	height:45px;
	background:url(images/leftfooter.jpg) no-repeat;
}

#LayoutFooterRight{
	float:left;
	width:15px;
	height:45px;
	background:url(images/rightfooter.jpg) no-repeat;
}

#Created{
	float:right;
	width:92px;
	height:30px;
	background:url(images/created.jpg) no-repeat;
}

#Powered{
	float:right;
	width:92px;
	height:30px;
	background:url(images/powered.jpg) no-repeat;
}

#Powered a{
	width:92px;
	height:30px;	
}

#Created a{
	width:92px;
	height:30px;	
}

#charytat{
	position:relative;
	left:20px;
	top:7px;
	font-size:12px;
	color:#666666;
}

#charytat a{
	color:#666666;
	text-decoration:none;
}

#charytat a:hover{
	color:#000000;
}


