body {
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px; /*40px 0px 0px 0px;   BEFORE LOGO UPDATE*/
	font-family: Verdana, Tahoma, Sans-Serif;
	font-size: 12px;
}


/* MAIN Formating */

#container {
	width: 950px;
	margin: auto;
}

#top {
	height: 129px;
	width: 950px;
	position: relative;
		left: 0px;
		top: 0px;
}

#logotype {
	height: 129px;
	width: 546px;
	position: absolute;
		left: 0px;
		top: 0px;
}

#banner {
	width: 950px;
	height: 250px;
}

/* END of MAIN Formating */



/* CONTENT Formating */

#content {
	width: 950px;
}

#right {
	float:right;
	width: 229px;
	
	margin: 40px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#left {
	float:right;
	height: 100px;
	width: 677px;
	margin: 40px 0px 0px 0px;
	padding: 0px 44px 0px 0px;
}

.clear {
	width: 950px;
	height: 0px;
	font-size: 0px;
	clear: both;
}

/* END of CONTENT Formating */





/* SEPERATORS ETC */

/*Used to seperate posts on the left content page
also to get more space at the bottom of the page
this gives the best result*/
.seperator50{height:50px;clear:both;}


