html,body {
	background: #45453d;
	background-image: url(../images/bkgnd_orange.jpg);
	background-repeat: repeat-x; 
	margin: 0;
	padding: 0;
	height: 100%;	
}

* {
	outline: none;
}

a {
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

a:link {
	color: white;
}

a:visited {
	color: white;
}

a:hover	{
	color: #dba632;
}

a:active {
	color: #dba632;
}

.gray {
	color: #808080;
	font-family: arial,sans-serif;
}

.graylink:link {
	color: #808080;
	font-weight: bold;
}

.graylink:hover	{
	color: #dba632;
}

#main_container {
	max-width: 800px;
	/*min-height: 450px;*/
	min-height: 85%;
	top: 0px;
	margin: 0px auto;
	padding: 0;
	position: relative;
}

#left_margin {
	position: absolute;
	background-image: url(../images/bkgnd.jpg);
	background-repeat: repeat-x; 
	width: 50%;
	height: 144px;
	top: 0px;
}

#top_menu_area {
	position: absolute;
	top: 0;
	left: 0;
	width: 800px;
	height: 144px;
}

#top_menu_line {
	position: absolute;
	left: 216px;
	top: 108px;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #dba632;
}

#menu_home {
	position: absolute;
	left: 0px;
	width: 5em;
}

#menu_o_firmie {
	position: absolute;
	left: 62px;
	width: 9em;
}

#menu_oferta {
	position: absolute;
	left: 133px;
	width: 6em;
}

#menu_realizacje {
	position: absolute;
	left: 196px;
	width: 12em;
}

#menu_gotowe {
	position: absolute;
	left: 285px;
	width: 16em;
}

#menu_kontakt {
	position: absolute;
	left: 413px;
	width: 8em;
}

#menu_na_marginesie {
	position: absolute;
	left: 490px;
	width: 14em;
}

#vertical_bar {
	position: absolute;
	left: 0px;
	top: 144px;
	height: 100%;
	width: 167px;
	background-color: #53554a;
}

#left_down_field {
	position: absolute;
	left: 0px;
	top: 450px;
	text-align: center;
	width: 167px;
	font-size: 12px;
}

#right_down_field {
	position: absolute;
	left: 218px;
	top: 606px;
	width: 580px;
	height: 15px;
	font-size: 12px;
}

#slide_show_scene {
	position: absolute;
	top: 190px;
	left: 217px;
	width: 580px;
	height: 387px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
}

#scroll_container {
	position: absolute;
	top: 46px;
	left: 5px;
	width: 157px;
	height: 385px;
}

#scroller {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 155px;
	height: 385px;
	color: white;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#upper_comment {
	position: absolute;
	top: 155px;
	left: 217px;
	width: 580px;
	height: 35px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	line-height: 14px; 
	font-style: italic; 	
}

#lower_comment {
	position: absolute;
	top: 580px;
	left: 500px;
	width: 297px;
	height: 14px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-align: right;
	font-style: italic; 		
}

#download_presentation {
	position: absolute;
	top: 580px;
	left: 218px;
	width: 297px;
	height: 14px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: gray;
	text-align: left;
}

#picture_navigator {
	position: absolute;
	top: 580px;
	left: 217px;
	width: 297px;
	height: 14px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: white;
}

#project_navigator {
	position: absolute;
	top: 170px;
	left: 217px;
	width: 580px;
	height: 35px;
	padding: 0;
	font-family: arial,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: white;
	line-height: 14px; 
}


