html {
	margin: 0;
	padding: 0;
	font-family: Arial, times, serif;
	font-size: normal;
	font-weight: normal;
}

body {
	background: #ccc url('images/bodybg.png') center repeat-y;
	margin: 0 auto;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	border:0;
	width: 1000px;	
	/*background: #006 url('images/main_bg.png') fixed repeat-y;	*/
	background: #006 url('images/alg_bg.png') repeat;	
	color: #FFF;
}

#header {
	position: fixed;
	width: 1000px;
	margin: 0;
	background: #006 url('images/alg_bg.png') repeat;
	z-index: 100;
}

#menu {	
	float: left;
	position: fixed;
	top: 120px;
	width: 180px;
	background: #006 url('images/alg_bg.png') repeat;
	z-index: 99;
}

#main { 	
	position: relative;
	float: right;
	width: 820px;		
	clear: both;
	margin-top: 130px;
	margin-left: 10px;
	z-index: 1;
	background: #006 url('images/main_bg.png') top center fixed repeat-y;
}

#main_text {
	margin: 10px;
}

#footer {
	clear: both;
	margin: 0;	
	text-align: left;
	background: #006 url('images/alg_bg.png') repeat;	
}

span#info_dokro, span#info_dokro a {
	font-size: 0.9em;
	color: #FFF;		
	margin: 0 10px 0 20px;
}

/*/////////////////////////////*/

table td{
	vertical-align: top;
}

.itemTable {
	border-spacing: 10px;
}

a.thickbox img{
	border: 0;
}

/*//////////////////////////////////*/

H1, h1 {
	font-family: times, serif; 
	font-weight: bold;
	font-size: 2em;
	font-style: italic;
}

td.foto {
	width: 350px;
}

div.seperator {
	margin: 40px;	
}

hr.itemruler {
	height: 1px;
	color: #c0c0c0;
	background-color: #c0c0c0;
	width: 770px;	
}

span.textlink {
	margin-left: 200px;
	font-style: italic;
	font-family: times, serif;
}

a, a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	color: #CC0;
	text-decoration: none;
}