html, body 
{  	text-align: justify;
        background-color: #656565;
	background-image: url('../images/bg.jpg');
	color: #fff;
        font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10pt;
 	margin: 0;
 	padding: 0;
}

/**
 *  All the links 
 */
a { 
	color: #bcbcbc;
}
a:hover {
	text-decoration: none;
	color: #fff;
}

img {
	border: 0px solid transparent;
	margin: 0;
}


#background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


/**
 * Main container of the site
 */
#container {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 550px;
	margin-top: -250px; /*set to a negative number 1/2 of your height*/
}

#glassPane {
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	height: 450px;
	background-image: url('../images/trans.png');
}


/**
 * Shadow
 */ 
#topShadow, #bottomShadow {
	text-align: center;
	position: absolute;
	left: 0;
	width: 100%;
	height: 50px;
	background-repeat: repeat-x;
}

#topShadow {
	top: 0;
	background-position: bottom; 
	background-image: url('../images/topShadow.png');
}

#bottomShadow {
	bottom: 0;
	background-position: top; 
	background-image: url('../images/bottomShadow.png');
	line-height: 2;
	font-size: 8pt;
}

/**
 * To hide stuff
 */ 
.hidden {
	visibility: hidden;
	display: none;
}

h1 {
	font-size: 17pt;
	font-weight: bold;
}

h1, h2, h3, .side, .gallery {
	font-weight: normal;
}

#content
{
	position: relative;
	height: 100%;
	width: 900px;
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
	left: 50%;
}


#left {
	width: 200px;
	height: 383px;
	background-image: url('../images/trans.png');
	text-align: center;
}

#right {
	position: absolute;
	right: 0;
	top: 0;
	width: 700px;
	height: 100%;
	color: white;
}

#page {
	width: 100%;
	height: 100%;
	overflow: auto;
	color: white;
	padding-left: 20px;
}

#logo{
	color: #656565;
	padding-left: 0;
}

.imgside{
	padding-left: 30px;
}

.gallery td {
	text-align: center;
	width: 120px;
	height: 120px;
	vertical-align: middle;
	border: 3px double #7b7b7b;
}

.blok_list {
	position: relative;
	bottom: 0;
	top: 65px;
	left: 0;
	border-top: 3px double #656565;
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	list-style-type: none;
	display: block;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

ul.blok_list li a {
	display: block;
	height: 20px;
	color: #fff;
	text-decoration: none;
	padding: 6px 0 6px 28px;
	border-bottom: 3px double #656565;
}

ul.blok_list li a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url('../images/trans.png');
	background-repeat: repeat;
	cursor: pointer;
	background-position: top right
}

.selected {
	text-decoration: none;
	color: #fff;
	background-image: url('../images/trans.png');
	background-repeat: repeat;
	cursor: pointer;
	background-position: top right
}

