DIV#maincontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	background-color: white;
	background-image: url(images/design.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

DIV#topsection{
	position: relative;
	height: 130px; /*Height of top section*/
	margin-bottom: 15px;
}

DIV#contentwrapper{
	float: left;
	width: 100%;
}

DIV#contentcolumn {
	margin: 0 210px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	padding: 0 8px 0 8px;
}

DIV#leftcolumn{
	float: left;
	width: 180px; /*Width of left column in pixel*/
	margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
}

DIV#rightcolumn{
	float: left;
	width: 210px; /*Width of right column*/
	margin-left: -210px; /*Set left margin to -(RightColumnWidth)*/
}

DIV#leftP {
	padding-left: 10px;
	margin-top: 140px;
}

DIV#rightP {
	padding-right: 10px;
	margin-top: 120px;
}

DIV#footer {
	margin-top: 10px;
	clear: left;
}
DIV#footer DIV {
	border-top: 3px solid #a6aaa9;
	text-align: center;
	font-size: 7pt;
	background-color: #8fcfaa;
	padding: 2px 0 6px 0;
	margin: 0 0px 0 0px;
	background-image: url(images/slimZeleny.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #154564;
}


