*{
	margin: 0;
	padding: 0;
}
BODY{
	background-color: white;
	background-image: url("./images/pozadi.jpg");
	background-repeat: repeat;
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.8em;	
}

IMG{border: 0;}
.floatL{float: left}
.floatR{float: right}
.yellow{background-color: yellow}
.blue{background-color: #0093dd;}
.red{color: red}
.bold{font-weight: 600}
.small{font-size:0.7em}
.center{text-align:center;}
DIV.full{
	min-height: 392px;
	_height: 392px;
	padding:10px 20px;
}
#body{
	width: 675px;
	margin: 50px auto 10px auto;
	position: relative;
}

#main{
	width: 540px;
	float: left;
}
#head{
	background-color: #0a0b0c;
	height: 108px;
	position: relative;
	margin-bottom: 10px;
}
#odkazCamp2006{
	position: absolute;
	right: 20px;
	top: 10px;
}
#odkazSpecial{
	position: absolute;
	right: 7px;
	bottom: -55px;
	z-index: 100;
}
#odkazPrihlaska{
	position: absolute;
	right:7px;
	bottom: 5px;
}
#content{
	position: relative;
}

P{
	text-align: justify;
	margin: 10px 0 10px 0;
}
H1{
	font-size: 2em;
	font-weight: 800;
}
H2{
	font-size: 1.5em;
	font-weight: 800;
}
UL{
	margin-left: 30px;
}

#guestbook{
	width: 150px; 
	height: 332px; 
	background-image: url('./images/guestbook.png'); 
	background-repeat:no-repeat; 
	overflow: hidden;
	padding: 50px 10px 10px 10px;
	color: white;
	line-height: 1.1em;
	letter-spacing: 0.1en;
	font-size: 11px;
}
#guestbookPosts{
	width: 100%;
	overflow: auto;
	height: 310px;
}
#guestbook a{
	color: white;
	font-weight: 800;
}

.thumb{
	float:left;
	height: 150px; 
	width:150px; 
	border: solid 1px black; 
	text-align: center; 
	line-height: 150px; 
	padding: 2px;
	margin: 5px;
}
