* {
	margin: 0;
	padding: 0;
}

body {
/*	background-color: #dcdcdc; */
	background-color: #fff;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}

div#container {
	position: relative;
	width: 1024px;
	height: 600px;
	top: 15px;
	background-color: #fff;
	color: #000;
	margin: auto;
}

div#header {
	position: relative;
	width: 1020px;
	height: 45px;
}

div#navigation {
	position: relative;
	width: 145px;
	height: 495px;
	top: 25px;
	float: left;
}

div#content {
	position: relative;
	width: 835px;
	height: 402px;
	top: 35px;
	float: left;
	margin-left: 15px;
	overflow: auto;
}

img {
	border: none;
}

div#content img {
	border: 1px solid #dcdcdc;
}

div#footer {
	position: relative;
	width: 984px;
	height: 61px;
	top: -15px;
	margin-left: 15px;
	clear: left;
	background-image: url(../img/footer_background.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #fff;
	z-index: 1;
}

span.fett {
	font-weight: bold;
}
