/* CSS Document */

body{
	padding:0;
	margin: 10px 0;
	background: #ffffff repeat;
	text-align: center;

}
/*-------  crazyloop page controls ---------*/

#wrapper {
	margin: 5px auto;
	width: 725px;
	text-align: left;
	position: relative;
	background: #CC3399 repeat;
	/*background: #3333CC repeat;*/
}
#contentHome{
	float: left;
}

#footer {
	clear: both;
	font-family: Trebuchet MS;
	font-size: 12px;
}
#footer ul {
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 4px 0px;
	list-style: none;
}
#footer ul li {
	padding-left: 10px;
	padding-right: 10px;
	display: inline;
}
#footer ul li a{
	color: #ffffff;
	text-decoration: none;
}
#footer ul li a:hover {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
}
.copyright {
	text-align: right;
	font-size: 10px;
}