body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	background-color: #551166;
}
p {
  font-size: 12px;
}
h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {

}

a {
	text-decoration: none;
	color: #D56E22;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#content {
	width: 800px;
	height: 600px;
	text-align: center;
	position: absolute;
	left: 50%;
	/*top: 50%;*/
	margin-left: -400px; 
	/* Half the width of the DIV tag which is 50 pixels */

	/* Half the height of the DIV tag which is also 50 pixels */
}
#page {
	background-color: white;
	height: 600px;
	padding: 20px;
	text-align: left;
	top: 10px;
	}
#menu {
	width:450px;
	height: 26px;
	text-align: right;
	padding-left:390px;
	position:absolute;
	top: 151px;
	}	
#left_column {
	width: 600px;
	float: left;
	padding-right: 10px;
	overflow: auto;
}
#right_column {
	width: 130px;
	float: left;
}
.tabelica td {
  border: 1px solid #333;
  padding: 5px;
  color: white;
}
.nebela {
  color: #333;
}
/* jQuery lightBox plugin - Gallery style */
	#gallery {
		padding: 10px;
		width: 520px;
		margin: 0 auto 0 auto;
	}
	#gallery ul {  }
	#gallery ul li { 
    float:left;
    margin-left:25px;
    margin-top:20px;
    list-style-type: none;
  }
	#gallery ul a:hover { color: #fff; }
  
  #right_column #CDSWIDFRR {
    margin: 0px;
  }
