@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}
.oneColFixCtr #container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	height: 600px;
	padding-top: 5px;
}
.oneColFixCtr #container #banner {
	float: left;
	height: 138px;
	width: 712px;
	background-image: url(../_images/banner_bg.jpg);
}
.oneColFixCtr #container #logo {
	float: left;
	height: 138px;
	width: 238px;
}
.oneColFixCtr #mainContent {
	width: 798px;
	float: left;
	background-image: url(../_images/main_bg.jpg);
	font-size: 11px;
	line-height: 12px;
	overflow: auto;
	height: 434px;
}
.oneColFixCtr #container #sidebar {
	float: left;
	height: 434px;
	width: 152px;
	background-image: url(../_images/sidebar_bg.jpg);
}
.oneColFixCtr #container #footer {
	float: left;
	height: 28px;
	width: 950px;
	font-size: 9px;
	background-image: url(../_images/footer_bg.jpg);
}
.oneColFixCtr #container #footer #copyright {
	float: left;
	width: 152px;
	text-align: center;
	padding-top: 8px;
}
.oneColFixCtr #container #footer #adress {
	float: left;
	width: 798px;
	text-align: center;
	padding-top: 8px;
}
.oneColFixCtr #container #mainContent #galleri_top {
	padding-top: 14px;
	padding-left: 79px;
}
