
* {
		margin:0;
		padding:0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, em, font, img, small, strong, ol, ul, li, fieldset, form, label, legend, table, tr, th, td {
		margin:0;
		padding:0;
		border:0;
		outline:0;
		font-size:100%;
		vertical-align:baseline;
		background:transparent
}

ol, ul { list-style:none }

/****** 960 DIVS*******/


.container {
		margin-left:auto;
		margin-right:auto;
		width:960px
}

/* INSERTED ADDED ON DIVS HERE
	SO IT CAN DISPLAY THE ATTRIBUTES 
	BELOW TO THE HTML DOC
	*/
.advertisements, .banner, .sideBar, #header, .header, .footer, .mainDiv, .galleryDiv {
		display:inline;
		float:left;
		position:relative;
		margin-left:10px;
		margin-right:10px
}

.container .header { width:940px }

.container #header { width:940px }

.container .footer { width:940px }

.container .galleryDiv { width:940px }

.container .advertisements {
		margin-top:25px;
		width:280px
}

.container .sideBar { width:340px; }

.container .mainDiv { width:580px }

.container .banner {
		width:880px;
		left:50px
}

.clear {
		clear:both;
		display:block;
		overflow:hidden;
		visibility:hidden;
		width:0;
		height:0
}

.clearfix:after {
		clear:both;
		content:' ';
		display:block;
		font-size:0;
		line-height:0;
		visibility:hidden;
		width:0;
		height:0
}

* html .clearfix, *:first-child+html .clearfix { zoom:1 }

