* {margin:0;padding:0}
ul{list-style:inside}
h1,h2,h3,ul,p{margin:0 0 1em 0}
p{padding:5px;}
body{
	font-family:Arial, Helvetica, sans-serif;
	color:
	#000000;
	background:#e5e5e5;
	text-align:center;
	padding-top:20px;
	background-color: #000000;
}
#outer{
	width:787px;
	margin:auto;
	position:relative;
	background-color:#9933FF;	
	text-align:left;
	background-image: url(images/bazza-slice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
}
#header, #footer{
	width:787px;
	clear:both;
	background:url(images/bazza-top.jpg) no-repeat left top;
	padding:30px 0 10px;
	text-align:center;
}
#footer{
	background:url(images/bazza-base.jpg) no-repeat left bottom;
	padding:10px 0 30px;
}
#content{
	width:738px;
	margin:0 0 0 24px;
	
}
/* clear without structural mark-up */
.clearfix:after {
	content:"."; 
	display:block; 
 height:0; 
 clear:both; 
 visibility:hidden;
}
.clearfix {
 display:inline-block;
}
/* mac hide \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
 /* End hide */

.style1 {
	font-size: 24px;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.style2 {color: #FFFFFF}