/*Fix for purple border around images with links */
img {border: 0;}
/* Fix for red dotted border around images when clicked */
a:active {outline: none;}
a:focus {-moz-outline-style: none;}

* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #080705 url('../images/background_dark.jpg') repeat fixed top left;
	/*background: #eae0c6;*/
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #b3b3b3;
	overflow: hidden;
}

a.menu_item {
	color: #ddd;
	text-decoration: none;
	font-weigth: bold;
}

a.hover {
	color: #999;
}

a.active {
	outline: none;
	color: #FF6600;
	/*text-decoration: underline;*/
}

a {
	color: #FF6600;
}

ul {
	list-style: none;
}


#logo {
	/*background-image: url('../images/logo.png');*/
	font-size: 36px;
	letter-spacing: 1px;
	color:#ddd;
	/*width: 331px;*/
	height: 42px;
	top: 300px;
	left: 130px;
}

.logo_initial {
	color: #FF6600;
}

#logo_left {
	position: absolute;
	margin: 20px 0 0 0px;
}

#logo_right {
	position: absolute;
	right: 30px;
	bottom: 10px;
}

#menu {
	width: 370px;
	position: absolute;
	top: 350px;
	left: 130px;
	z-index: 1;
}

#menu ul {
	font-size: 16px;
	position: absolute;
	left: 0px;
}

#menu ul li{
	float: left;
	margin-left: 45px;
}

#menu ul li:first-child {
	margin-left: 0px;
}

#content {
	position: absolute;
	top: 330px;
	color: #ddd;
	font-size: 14px;
}

#content.left {
	width: 350px;
	left: 130px;
	margin-top: 90px;
	text-align: justify;
	letter-spacing: 0.05em;
	line-height:150%;
}

#content.right {
	width: 500px;
	right: 0px;
	margin-top: -40px;
	margin-right: 150px;
}

#content p {
	margin-top: 15px;
}



h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: -1px;
}

h1, h2 {
	background-repeat: no-repeat;
	/*text-indent: -9999px;*/
	position: absolute;
}

#container {
	/*background: url('../images/container_background.png') no-repeat bottom right;
	background: url('../images/background.jpg') repeat;*/
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0px;
	right: 0px;
	overflow-y: auto;
	overflow-x: hidden;
} 

#container dl {
	width: 100%;/*530px;*/
	height: 226px;
}

#container dl dt {
	position: absolute;
	z-index: 1;
}

#container dl dt a {
	position: absolute;
	margin: 0px;
}

#container dl dt a img.img_shadow {
	position: absolute;
	/*
	width: 0px;
	heigth: 0px;
	*/
	z-index: 1;
	margin: 0px;
}

#container dl dt a img.thumb {
	position: absolute;
	height: 200px;
	margin: 10px;
	z-index: 20;
}

#container dl dd {
	position: absolute;
	/*
	display: hidden;
	filter: alpha(opacity=0);
	*/
}

#container dl dd.background {
	background: url('../images/thumb_background.png') no-repeat top left;
	width: 100%;
	height: 226px;
	z-index: 0;
}

#container dl dd.background + dd { 
	margin: 20px 0px 0px 25px;/*20px 0px 0px 330px;*/
	border-left: 1px solid #757575;
	padding: 8px;
	width: 100%;
	right: 0px;
}

#container dl dd.background + dd h3 {
	font-size: 16px;
	letter-spacing: 1px;
	color: #d3d3d3;
	margin-bottom: 5px;
}

#container dl dd p {
	font-size: 14px;
	letter-spacing: 1px;
}
