html, body{

	margin: 0px;
	padding: 0px;
	background-color: #E9E9E9;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #5A7799;

}


#mainbody{
	position:relative;
	width:767px;
	z-index:11;
	border: 1px none #000000;
	/*background-color: #FFFFFF;*/
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background-color: #FFFFFF;

	overflow: visible;
	visibility: visible;
	}

#very_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 767px;
	height: 12px;
	background-image: url(images/top_bg.gif);
	/*margin-top: 64px;*/
}
#logo {
	position: absolute;
	top: 12px;
	left: 0px;
	width: 150px;
	height: 75px;
	background-image: url(images/logo.gif);
	/*margin-top: 64px;*/
}
#header {
	position: absolute;
	top: 87px;
	left: 0px;
	width: 767px;
	height: 155px;
	background-image: url(images/header_poza.jpg);
	/*margin-top: 64px;*/
}
#casa_top{
	position: absolute;
	top: 12px;
	left: 466px;
	width: 301px;
	height: 75px;
	background-image: url(images/casa_sus.jpg);
	/*margin-top: 64px;*/
}
#casa_jos{
	position: absolute;
	top: 242px;
	left: 466px;
	width: 301px;
	height: 59px;
	background-image: url(images/casa_jos.jpg);
	/*margin-top: 64px;*/
}
#menu{
	position: absolute;
	top: 242px;
	left: 0px;
	width: 466px;
	height: 40px;
	z-index: 10;

}
		#menu ul {
			margin: 0;
			padding: 0;
			display: inline;
		}		
		#menu ul li {
			margin:0;
			margin-bottom: -10px;
			padding:0;
			height:auto;
			width:auto;			
			list-style: none;
			display: block;
			float:left;
		}

#content {
	position: relative;
	padding-top: 310px;
	padding-bottom: 45px;
	margin-left: 45px;
	width: 400px;
	z-index: 8;
	/*padding-top: 25px;*/

}

#right{
	position: absolute;
	padding: 25px;
	top: 301px;
	left: 466px;
	width: 250px;
	float: right;
	background-color: #E9E9E9;
	color: #707277;
}

#footer{
	position:relative;
	width: 767px;
	margin-left: auto;
	margin-right: auto;
	overflow: visible;
	background-color: #FFFFFF;
	
	border-color: #CCCCCC;
	border-top: 1px dotted;
	border-bottom: 5px solid #F78413;
	color: #707277;
	text-align: center;
	/*display: inline;	*/
	list-style: none;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
	
}
		#footer ul {
			margin: 0;
			padding: 0;
			display: inline;
		}		
		#footer li {
			margin: 15px;
			font-size: 11px;	
			padding: 0;
			list-style: none;
			display: inline;
		
		}

/* **************** Portfolio ********************* */

.portfolio {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align: left;
}


.portfolio li a, .portfolio li a:visited {
	width: 240px;
	height: 40px;
	font-size: 11px;
	color: #707277;	
	display: block;
	margin: 3px 0;
	text-decoration: none;
	padding: 0px;
	}


.portfolio img {
	margin:4px;
	vertical-align: middle;
	border: none;
	padding-left: 4px;
	padding-right: 6px;	
	padding-top: 4px;
	padding-bottom: 6px;		
	background: url(images/thumbs_bg.gif) no-repeat;	
	margin-left: 20px;
}


/* *****************  Text Styles *****************/

.accessible {
	display: none;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #558ED1;
}

p {
	font-size: 11px;
}

a {
	color: #558ED1;	
}
a:hover {
	color: #F78413;
}

li {
line-height: 12px;
}



