body, table{
	text-align: center;
	margin: 0px;
	background:black;
	color: black;
	font-family:  sans-serif; 
	font-size:11px;
	font-weight: bold;
	scrollbar-base-color: black;
	scrollbar-track-color: black;
	scrollbar-highlight-color: #352B1C;
	scrollbar-3dlight-color: black;
	scrollbar-darkshadow-color: black;
	scrollbar-shadow-color: #352B1C;
	scrollbar-arrow-color: #352B1C;
}
td{
	text-align: center;
	font-size: 14px;
	vertical-align: top;
}
#osnova {
	text-align: center;
	width: 800px;
	height: 100%;
	background-image: url('../pictures/index-background.gif');
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: scroll;
}

#blockcd div{
	background-image: url('../pictures/block-cd.gif');
	width: 269px;
	height: 191px;
	font-size: 11px;
	color: ceb278;
	text-align: left;
	font-weight: normal;
	padding-left: 8px;
	line-height: 1.4;
}
#blockcd{
	height: 222px;
	width: 276px;
	border:0px solid red;
	text-align: left;
}

#ourblock div{
	background-image: url('../pictures/block-our.gif');
	width: 269px;
	height: 98px;
	font-size: 11px;
	color: ceb278;
	text-align: left;
	font-weight: normal;
	padding-left: 8px;
	line-height: 1.4;
}
#ourblock{
	width: 269px;
	height: 98px;
	text-align: left;
}

#newsblock div{
	background-image: url('../pictures/block-news.gif');
	background-repeat: repeat-y;
	width: 370px;
	height: 100%;
	font-size: 11px;
	color: ceb278;
	text-align: left;
	font-weight: normal;
	padding-left: 8px;
}

#newsblock{
	width: 379px;
	height: 391px;
	text-align: left;
}

#merchblock div{
	background-image: url('../pictures/block-merch.gif');
	background-repeat: no-repeat;
	width: 267px;
	height: 100%;
	font-size: 11px;
	color: ceb278;
	text-align: center;
	font-weight: normal;
}

#merchblock{
	width: 267px;
	height: 100%;
	text-align: left;
	border:0px solid red;
}


a:hover{
	color: #7F7246;	
}

a{
	color: black;
	text-decoration:none;
}


.cdtr{
	cursor:pointer;
	text-align:left;
}

.but{
	background-color: #7F7246;
	font-family: sans-serif;
	font-weight: bold;
	border: 1px;
	border-style: inset;
	cursor: pointer;
	color: Black;
	font-size: 11px;
	border-color: #705828;
}

.mimg{
	border:0;
	height:155px;
	width:240px;
}


p:first-letter { 
margin-left:20px;
}

.link{
	cursor:pointer;
 font-weight: bold;
}