@charset "utf-8";
/* CSS Document */

body{
	background-color: #000;
}

#wrapper{
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 600px;
	top: 5px;
	margin: 0 auto;
	padding: 25px;
	padding-bottom: 0px;
}

#project_wrapper{
	background-image: url(../images/background_project.png);
	background-repeat: no-repeat;
	position: relative;
	width: 900px;
	height: 1600px;
	top: 5px;
	margin: 0 auto;
	padding: 25px;
	padding-bottom: 0px;
}

#search_bar{
	position: absolute;
	top: 50px;
	right: 25px;
	width: 400px;
}

#navigation{
	position: absolute;
	
	margin-top: 22px;
	margin-left: 12px;
}

#navigation ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#navigation a{
	border-top:2px solid #777777;
	border-right:2px solid #333333;
	border-bottom:2px solid #444444;
	border-left:2px solid #777777;
	background-color: #0CF;
	text-decoration:: none;
	padding: 5px;
	display: block;
	width: 100px;
}

#navigation a:hover{
	background-color: #09F;
}

#logo{
	position: relative;
	z-index: 0;
}

#title{
	position: absolute;
	top: 25px;
	left: 125px;
	top: 50px;
	z-index: 0;
}

#content_heading{
	position: absolute;
	top: 100px;
	left: 250px;
	width: 600px;
	
}

#galleria{
	position: relative;
	left: 200px;
	top: -50px;
	height:320px; 
	width: 600px;
}

._project_content{
	position: relative;
	width: 600px;
	left: 200px;
}

#disclaimer{
	position: absolute;
	left: 25px;
	bottom: 50px;
	width: 850px;
	font-size: 9px;
	background-color: #0CF;
}