html {
    height: 100%;
}

body { 

	font-family:Verdana, Sans-Serif; 
	font-size: 11px;

	background: #f7f7f7;
	line-height: 1.4em;
	margin:auto;
	width:880px;


}


#wrap{
width:880px;
	height:700px;
	background: url(img/ekaczmarek_08.jpg) #f7f7f7 center repeat-y;
	margin:auto;
	border:0px solid red;
}

#content { 

position:relative;
	background: url(img/ekaczmarek_03.jpg) top center no-repeat;
	margin:auto; 
	width: 880px; 
	font-weight: normal;
	text-align:justify;
	height:100%;
	border:0px solid yellow;


}

#logo {
position:absolute;
top:45px;
left:0px;
border:0px solid green;
display:block;
height:199px;
width:210px;
}

#logo a:link, #logo a:visited {
display:block;
height:199px;
width:210px;
}

#center { 

position:relative;
float:left;
top:210px;
	font-family: Tahoma, Verdana,  Helvetica Sans-Serif;
font-weight:normal;
font-size:12px;
width: 485px; 

	padding-left:20px; 
	padding-right:10px; 
	padding-bottom:0px; 
	background: none; 
	color: #00748F;
	margin:auto;
	border:0px solid green;




}

#rightside {
position:relative;
float:right;
width:330px;
top:20px;
color: #fff;
font-weight:bold;
}

#rightside a:link, #rightside a:visited{
color:#DFDFDF;
}

#rightside a:hover {
color:#B5CF74;
}

#rightdown {
position:absolute;

width:366px;
top:244px;
left:514px;
color: red;
font-weight:bold;
border: 0px solid #EFEFEF; 
height:211px;
	background: url(img/ekaczmarek_06.jpg) #f7f7f7 center repeat-y;

}

#rightfoot {
position:absolute;
top:450px;
left:514px;
width:320px;
padding-top:5px;
padding-left:15px;
padding-right:15px;
color: #fff;
font-weight:normal;
border: 0px solid red; 
height:211px;
font-size:11px;
font-family: Verdana, Tahoma, Helvetica Sans-Serif;
text-align:left;
letter-spacing:-1px;
}

#footer { 
	clear:both;
	width:880px;
	
	color:#00819F;  
	margin:auto;
padding:0px;
	border: 1px solid #EFEFEF; 
	text-align:center; 
	height:50px;
	
}




p { 
	margin: 0px 0px 0px 0px; 
	padding: 0px; 

}

a { 
	color: #327EC5;
	background: inherit; 
	text-decoration:none;
}

a:hover { 
	color:#2669AB; 
	background: inherit;
	text-decoration:none;
}

ul { 
	margin: 0px 0px 0px 0px; 
	padding : 0px; 
	list-style : disc; 
}
	
li { 
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	
}

img {
	border: 0px;
}

td {
        padding: 0px 0px 0px 0px;
}






.header {  
	height: 397px; 
	padding: 0px; 
	margin:0; 
font-weight: bold;

}





#hmenu { 
float: right; 
padding: 18px 8px 8px 260px; 
margin-right:10px;
border:0px solid red;
font-weight: bold;
}

#hmenu ul { 
	margin: 0px; 
	padding : 0px; 
	list-style : disc; 
	border: none;
}
	

#hmenu li { 
	display: inline;
        list-style: disc;
	
}

#hmenu li a {
        font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
        font-size:11px;
	color: #708F1A;
	margin: 10px 10px 0px 10px;
        letter-spacing:1px;
	border-left: 1px solid #3F3F3F;
        padding-left: 10px;


}

#hmenu a:hover{
text-decoration:underline;
color:#00819F;
}

#hmenu a:active {
text-decoration:underline;
color:#00819F;

}
	




fieldset {
	border: 1px solid #eee;
}

textarea.text { 
	height: 400px; 
	width: 60%; 
	border: 1px solid #ccc; 
	background: #fff; 
}

textarea.text:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 

}

input.field { 
	border: 1px solid #ccc; 
	background-color: #FFFFFF; 
	width: 300px; 
	
}

input.field:hover { 
	border: 1px solid #eee; 
	background: #FFFFF4; 

}

input.text { 
	margin: 0; 
	width: 210px;
	border: 1px solid #eee; 
	background: #FFF;
 
}

input.text:hover { 
	border: 1px solid #ccc; 
}

input.searchbutton { 
	margin: 0; 
	font-size: 100%; 
	font-family: Arial, Sans-serif; 
	border: none; 
	background: #FFFFFF; 
	color: #808080; 
	padding: 1px; 
	font-weight: bold; 
}

.date { 
	color: #000; 
	text-align: right; 
	margin: 4px 0 5px 0; 
	padding: 0.4em 0 0 0; 
}

input.button { 
	background: #FFFFF4; 
	color: #808080;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.comments { 
	padding: 10px 10px 8px 10px; 
	margin: 0 0 7px 0; 
	background: #f8f8f8; 
	color: #000;
}

.commentsbox { 
	padding: 8px 0 10px 10px; 
	margin: 0 0 10px 0; 

}


#message {
width:450px;
}






.error {
	color: #990000;
	background-color: #FFF0F0;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #990000;
}
.error h2 {
	color: #990000;
	background: inherit;
}

.success {
	color: #000000;
	background: #F5FBE1;
	padding: 7px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px dashed #7BA813;
}
.success h2 {
	color: #7BA813;
	background: inherit;
}

#post {
float:left;
}


#left {
position:relative;
float:left;
height:400px;
width:410px;
border-right: 1px solid #9E2C33;

margin-top:0px;
margin-right:0px;
margin-left:40px !important;
margin-left:20px;
padding:10px;
font-size: 11px;
font-weight:normal;
color:#3F3F3F;
text-align:justify;
}

#right {
position:relative;
float:right;
height:400px;
width:400px;

margin-top:0px;
margin-right:40px !important;
margin-right:20px;
padding:10px;
font-size: 11px;
font-weight:normal;
color:#3F3F3F;
text-align:left;
}

.lright {
border:0px solid red;
float:right;
}

.ela {
font-size:18px;
float:left;
line-height:18px;
width:330px;
}


#txt {
width:450px;
height:300px;
}

.dba {
font-size:9px;
}

