/* Nested Box with Header and Footer - Flexible */ 
/* Created by: Keith Post - Post Studio Website Design */

/* type: element selectors */
body {
	margin:20px;
	background:#E4DBCD;
	color: #E6E6CC;
	text-align:center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	}
 img {
	border: 0px none;
	vertical-align:middle;
	}
.srodek /*img*/ {
	border: 0px none;
	vertical-align:middle;
	text-align:center;
	margin:0px auto;
	}	
.a , .a td, .a th {
	border: 1px solid #9F722D;
	border-collapse:collapse;	
	color: #9F722D;
    }

.a th {
	font-weight:bold;
	font-size: 0.7em;
   }	
.a td {
	font-size: 0.7em;
	}

hr {
	width:80%;
	text-align:center;
	height:1px;
	border:0px solid #9F722D;
	color: #9F722D;
   }
   
h1 {
	font-size: 1em;
	color: #9F722D;
	margin-bottom: 10px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	}
h2 {
	font-size: 0.75em;
	color: #9F722D;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 {
	font-size: 0.7em;
	color: #9F722D;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	} 
label {
	color: #996633;
	font-size: 0.8em;
	font-weight: 900;
	display: block;
	border-bottom: 2px solid #D1D1A3;
	background: #EAEAD5;
	font-family: Arial, Helvetica, sans-serif;
	}
ul {
	padding:0px; 
	margin:0px 0px 0px 10px;
   }	
   
li {
	color: #9C9C4E;
	font-size: 0.7em;
	list-style: circle;
	}
/* type: id = "selector-elements" should be used only once within each page presentation to validate */
#hdr {
	background:#E6E6CC;
	text-align: left;
	padding: 10px 20px;
	vertical-align: middle;
	}
#bar {
	height:16px;
	background:#9F722D;
	color: #E6E6CC;
	vertical-align: middle;
	font: 0.65em Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 20px 1px;
	text-align: right;
	}
#l-col {
	float:left;
	background:#EEEEDD;
	color: #9F722D;
	width:270px;
	text-align: center;
	margin: 0px 20px 10px 0px;
	padding: 20px 0px;
	}
#l-col p {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	}
#cont {
	background: #F7F7EE;
	text-align: left;
	padding: 20px;
	}
#cont p, #cont pre {
	font-size: 0.7em;
	line-height: 1.5em;
	color: #6A3500;
	margin-bottom: 0px;
	}
#ftr {
	background:#E6E6CC;
	color: #9F722D;
	margin:0;
	font-size: .6em;
	text-align: center;
	padding: 2px 5px;
	border-top: 1px solid #9F722D;
	border-right: 0 solid #9F722D;
	border-bottom: 0 solid #9F722D;
	border-left: 0 solid #9F722D;
	}
/* class = "pseudo-classes" */
a:link {
	color: #8A4500;
	} 
a:visited {
	color: #8A4500;
	} 
a:hover {
	color: #9C9C4E;
	} 
a:active {
	color: #8A4500;
	}
