/* CSS Document */

* { /* removes defaults from all elements */
	margin: 0;
	padding: 0;
	}

img {
	border: 0; /* removes border in case images have anchor around them */
	}

body {
}



#divContainer {
	width: 1009px;
	/*overflow: auto;*/
	position: relative;
	margin-left:-495px;
	left: 50%;
	top: -13px;
}


h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
