/*
* File: _css/gc_main.css
* Project: goodcompany
* Author: P. Smith / SmithData
* Version: 0.0.1 - 16.05.2008
*/

/* general changes */
body {
	background-color: #516179;
	background-image: url(../_img/bg_content.png);
	background-repeat: repeat-x;
}

/* here we go with the divs */
#main {
	position:absolute;
	width: 955px;
	height: 100%;
	top: 0px;
	left: 50%;
	margin-left: -477px;
	z-index: 0;
}
#header {
	position: absolute;
	width: 955px;
	height: 140px;
	background-image: url(../_img/bg_content.png);
	z-index: 10;
}
#logo {
	position: absolute;
	top: 0px;
	left: 580px;
	width: 375px;
	height: 140px;
	background-color: #F6E8CE;
	background-image: url(../_img/gc_logo.png);
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 20;
}
#bg_right {
	position: absolute;
	top: 0px;
	left: 580px;
	width: 375px;
	height: 100%;
	background-color: #F7E9D1;
	z-index: 10;
}
#navi {
	position: absolute;
	top: 170px;
	right: 395px;
	line-height: 1.4em;
	text-align: right;
	z-index: 30;
}
#bg_navi {
	position: absolute;
	top: 0px;
	left: 420px;
	height: 100%;
	width: 160px;
	background-color: #495870;
	z-index: 5;
}
#navi_right {
	position: absolute;
	top: 110px;
	left: 815px;
	z-index: 30;
}
#content {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 385px;
	line-height: 1.2em;
	z-index: 30;
}
#content_gal {
	position: absolute;
	top: 170px;
	left: 10px;
	width: 385px;
	height: 320px;
	z-index: 30;
}
#head {
	position: absolute;
	width: 50px;
	left: 580px;
	top: 170px;
	z-index: 30;
}
#picture {
	position: absolute;
	width: 158px;
	height: 217px;
	top: 170px;
	left: 630px;
	z-index: 30;
}
#footer {
	position: absolute;
	top: 170px;
	left: 815px;
	width: 100px;
	line-height: 20px;
	z-index: 30;
}
#footer ul li {
	margin-bottom: 10px;
}
#shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	opacity: 0.6;
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	background-color: #000000;
	z-index: 200;
}
#gallery_jr {
	position: absolute;
	width: 800px;
	height: 640px;
	margin-left: -400px;
	margin-top: -320px;
	top: 50%;
	left: 50%;
	text-align: center;
}