/* screen.css */

#banner {
/*	position: relative; */
	position: absolute; 
	
	left:36px;
	top:6px;
	width:986px;
	height:100px;
	z-index:1;
}

body {
	background-image: url(images/background1024.jpg);
	background-color: #000000;
	background-repeat: repeat-y;
/*	background-attachment: fixed; */
	background-position: top left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%; /* 1em == 10px */
	text-align: center;
/*	overflow-x: hidden; */
}

#floatbox-l {
	float: left;
	margin-top: 5px;
	margin-right: 40px;
	margin-bottom: 15px;
	width: auto;
}

#floatbox {
	float: right;
	margin-top: 15px;
	margin-left: 20px;
	margin-bottom: 15px;
	width: auto;
}

#footer {
	bottom: -25px;
	height: 70px;
	left: -284px; 
	position: relative; 	
/*	background-color: #999999; */
	background: url(images/footer.jpg) no-repeat;
	color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
/*	padding-bottom: 15px; */
	width: 950px;
	z-index: 2;
}

#footerimage {
/*	float: right; */
	position: absolute;
	right: 38px;
	margin-top: 0px;
	margin-left: 10px;
/*	margin-bottom: 5px; */
/*	margin-right: 38px; */
	width: auto;
	z-index: 3;
}

#main {
/*	position: relative; */
	position: absolute; 

	height: auto;
	left:320px;
	top:131px;
	width: 630px;
/*	height:200px; */
	z-index:1;
	
	font-size: 1.183em;
	text-align: justify;
}

#navigation {
	font-size: 1.283em;
	font-weight: bold;
	line-height: 1.846;
	list-style-type: none;
	/*	margin-right: 3em; */
	margin-bottom: 3em;
	text-align: right;
}

#navigation a, #navigation a:visited {
	padding-right: 50px;
	width: 150px;
	position: relative;
	top: 0;
	right: -30px;
	display: block;
	color: #333;
	text-decoration: none;
}

#navigation a:hover {
	color: #004d99;
	background: url(images/pointer.jpg) no-repeat;
}

#paragraph {
	font-size: 1.083em;
	text-align: justify;
}

#side {
/*	position: relative; */
	position: absolute; 

	left:40px;
	top:125px;
	width:230px;
	height:200px;
	z-index:1;
}

#wrapper {
/*	position: relative; */
	position: absolute; 
	
	left: 0;
	top: 0;
}
