div#container{
	margin:0 auto;
	width:940px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

div#contentleft{
	float:left;
	width:300px;
	/* border:1px solid #666666; */
	margin:5px;
	padding:0;
}
div#contentcenter{
	float:left;
	width:300px;
	/* border:1px solid #666666; */
	margin:5px;
	padding:0;
}
div#contentright{
	float:left;
	width:300px;
	/* border:1px solid #666666; */
	margin:5px;
	padding:0;
}

.content {
	margin: 0 20px; 
	width:260px;
	height:300px;
}
.content p{
	font-size: 13px;
	font-weight: bold;
	font-family:Verdana,Arial,sans-serif;

}

/* --- ŠpŠÛ(index) --- */
.content_box {
	background: #D6DBE7 url(./snow/images/roundedcornr_238747_grad.gif) repeat-x top left;
	width:300px;
}


.content_top div {
   background: url(./snow/images/roundedcornr_238747_tl.gif) no-repeat top left;
}

.content_top {
   background: transparent url(./snow/images/roundedcornr_238747_tr.gif) no-repeat top right;
}

.content_bottom div {
   background: url(./snow/images/roundedcornr_238747_bl.gif) no-repeat bottom left;
}
.content_bottom {
   background: transparent url(./snow/images/roundedcornr_238747_br.gif) no-repeat bottom right;
}

.content_top  div, .content_top ,
.content_bottom div , .content_bottom
{
   width: 300px;
   height: 20px;
   font-size: 1px;
}

div#footer{
	padding:5px;
	margin:5px;
	clear:both;
	width:100%;
	color: #333;

}