* {
	padding: 0;
	margin: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
}
#wrapper {
	margin: 0 auto;
	width: 867px;
	background-image: url(img/bg_telo.gif);
	background-repeat: repeat-y;

}
#header {
	width: 867px;
	float: left;
	padding: 0px;
	height: 199px;
	margin: 0px;
	background-image: url(img/toastmasters.jpg);
}
h1, h2, h3, {
	margin: 0;
	padding: 0px;
	line-height: 190%;
}

h1 { font-size: 18px;
	 color:#2f5ea8;
	 line-height: 190%
	 }
h2 { font-size: 18px;
	 color:#2f5ea8;
	 line-height: 190%
	 }
h3 { font-size: 18px;
	 color:#2f5ea8;
	 line-height: 190%
	 }
h4 {
	font-size: 13px;
	color:#F00;
	line-height: 100%
	 }	 
.line {line-height: 130%}
.line2 {line-height: 190%}
.table-nadpis {color:#fff; line-height: 130%; margin-left:6px}
.table-obsah { margin:6px}
#tip {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
}
	 
a:link {
	color: #e79c08;
	font-weight: normal;
}

a:visited {
	color: #ae9564;
	font-weight: normal;
}

#leftcolumn { 
 height: 100%;
 width: 209px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #566d75;
 margin: 30px 30px 40px 30px;
 height: 100%;
 width: 588px;

}
#footer {
	width: 847px;
	clear: both;
	color: #566d75;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	background-image: url(img/footer.png);
}

