body {
	background:url(../images/background.jpg);
	font-size:12px;
	font-family:Verdana, Helvetica, sans serif;
}

#container {
	z-index:1;
	position:relative;
	width:980px;
	height:auto;
	margin:0 auto;
	border:0;
	padding:0;
}

#top {
	z-index:2;
	position:relative;
	width:980px;
	height:97px;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/gajewski.jpg) no-repeat;
	overflow:hidden;
}

#menu {
	z-index:3;
	position:absolute;
	top:75px;
	left:15px;
	width:600px;
	height:27px;
	margin:0;
	padding:0;
	border:0;
	background:none;
	text-transform:uppercase;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}

#menu li {
	float:left;
	margin:0;
	padding:0 10px;
	border-right:1px solid #fff;
}

#menu li a {
	color:#fff;
	text-decoration:none;
}

#menu li a:hover {
	color:#cccc66;
	text-decoration:none;
}

#menu li#active a {
	color:#cccc66;
	text-decoration:none;
}

#header {
	z-index:2;
	position:relative;
	width:980px;
	height:319px;
	margin:0;
	padding:0;
	border:0;
	background:url(../images/header.jpg) no-repeat;
	overflow:hidden;
}

#welcome {
	z-index:3;
	position:absolute;
	top:250px;
	left:690px;
	width:260px;
	height:60px;
	margin:0;
	padding:0;
	border:0;
	color:#fff;
}

#header h1 {
	color:#cccc66;
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 3px 0;
}

#header h3 {
	color:#fff;
	font-size:12px;
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;

}

#content {
	z-index:3;
	position:absolute;
	display:block;
	clear:both;
	width:980px;
	color:#666;
	background:#fff;
}

#content h2 {
	color:#cccc66;
	font-size:14px;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

#content a {
	color:#cccc66;
	text-decoration:none;
}

#content a:hover {
	color:#cccc66;
	text-decoration:underline;
}

#frontpage1, #frontpage2, #frontpage3 {
	z-index:4;
	position:relative;
	float:left;
	margin:20px 35px;
	width:253px;
	height:auto;
}

* html #frontpage { /*IE6 only*/
     margin:20px;
}

#text {
	z-index:4;
	position:relative;
	float:left;
	margin:20px 35px;
	width:630px;
	height:auto;
}

#text img {
	border:1px solid black;
	margin:5px;
}


#footer {
	z-index:4;
	position:relative;
	clear:both;
	width:980px;
	height:20px;
	color:#666;
	background:#fff;
}