@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/bodyBG.jpg);
	background-repeat:repeat-x;
	background-color:#928258;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	margin:0;
}

/*---------- nastavení šířky stránky ---------------------------*/
#head, #topMenu, #mainTop, #center, #foot, .slider {
	width:1000px;
}
#bodyLeft {
	float:left;
	width:710px;
}
#bodyRight {
	float:right;
	width:290px;
	}

/*--------------------------------------------------------------*/
#center {
	margin:0 auto;
	background-image:url(../images/rightColBG.jpg);
	background-repeat:repeat-y;
	background-position:right;
	background-color:#FFF;
}










.floatEnd {
	clear:both;
}