body {
	margin:0px;
	paddin:0px;
	background-color:#000000;
}

#allContainer {
	width:776px;
	background-image:url(../images/background.gif);
	background-repeat:repeat-y;
}

#logoContainer {
	height: 164px;
	width: 776px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	clear:both;
}
#logoContainer img {
	margin-top:78px;
	margin-left:50px;
}

#bottomContainer {	
	width:776px;
	height:28px;
	background-image:url(../images/bottom.jpg);
	background-repeat:no-repeat;
	clear:both;
}

#mainContainer {
	width:776px;
	clear:both;
	margin:0px;
	padding:0px;
	margin-top:7px;
}

#leftColumn {
	margin:0px;
	padding:0px;
	float:left;
	width:146px;
	/*margin-bottom:13px;
	margin-left:13px;*/
	padding-bottom:13px;
	padding-left:13px;
}

#rightColumn {
	margin:0px;
	padding:0px;
	float:right;
	width:589px;
	/*margin-bottom:13px;
	margin-right:13px;*/
	padding-bottom:13px;
	padding-right:13px;
}

.minHeightImage {
	float:left;
}
