* { padding: 0; margin: 0; }

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
background-image:url('../images/bg.png');
background-repeat:repeat-x;
-background-color: #FFFAE4;
background-color: #5b778b;
}

h1, h3, h4, p, a, li, ul{		
font-family: Arial, Helvetica, sans-serif;
color: black;
text-decoration: none;
}

h2{
font-family: Arial, Helvetica, sans-serif;
color: #26393d;
text-decoration: none;
margin: 5px 0 8px 0;
}

#wrapper {
position:relative;
margin: auto;
width: 960px;
}

#header {
width: auto;
padding: 10px;
border: 1px solid #ccc;
height: 140px;
margin: 0px 0px 10px 0px;
background:#fff;
background-image:url('../images/banner5.png');
-border-radius: 0 0 15px 15px;
--moz-border-radius: 0 0 15px 15px;
--webkit-border-radius:  0 0 15px 15px;
box-shadow: 3px 3px 5px #000;
-moz-box-shadow: 3px 3px 5px #000;
-webkit-box-shadow: 3px 3px 5px #000;
}

#navigation {
width: auto;
height: 16px;
padding: 8px;
margin: 0px 0px 11px 0px;
background-color: #26393d;
}

#navigation a{
color:#FFFAE4;
font-variant:small-caps;
font-size:15px;
letter-spacing: 1px;
}
		
#navigation a:hover{
color: #ccba9f;
}
	
#navigation ul{
width:100%;
list-style: none;
display:block;
text-align: center;
padding: 0px;
}
	
#navigation li{
width:24%;
display: inline-block;
padding: 0px;
}
/*---------------------------------------------------------------------------------------------------------*/
#container{
border: 1px solid #ccba9f;
min-height: 500px;
width: auto;
height: auto;
-position:relative;
margin: 0 0 8px 0;
padding: 6px;
overflow: auto;
background: #ccba9f;
box-shadow: 3px 3px 5px #000;
-moz-box-shadow: 3px 3px 5px #000;
-webkit-box-shadow: 3px 3px 5px #000;
}

#leftcolumn {
border: 1px solid #ccc;
background: #FFFAE4;
margin: 0;
padding: 10px;
min-height: 500px;
-height: 100%;
width: 137px;
float: left;
border-radius: 6px 0 0 6px;
-moz-border-radius: 6px 0 0 6px;
-webkit-border-radius: 6px 0 0 6px;
}

#leftcolumn p{
font-family: Tahoma;
padding: 5px 0;
font-variant:small-caps;
font-size:15px;
letter-spacing: 1px;
font-weight:bold;
color: #26393d;
border-bottom: 1px solid #26393d;
}

#leftcolumn ul{
margin: 0;
padding: 0;
width:auto;
list-style-type: none; 
}

#leftcolumn ul li a{
font-family: Tahoma;
text-decoration: none;
color: #26393d;
padding: 3px 3px;
background-color: #FFFAE4;
display:block;
-border-bottom: 1px solid #26393d;
border-bottom: 2px solid #ccc;
}

#leftcolumn a:hover{
background:#FFFAE4;
font-weight:bold;
}

#content { 
float: left;
border: 1px solid #ccc;
background: #FFFAE4;
margin: 0;
padding: 10px;
min-height: 500px;
-height: 100%;
width: 606px;
-display: inline;
}

#content img{
margin: 5px;
}
#content h4{
margin-bottom:6px;
}

#content a {
color: #26393d;
font-weight: bold;
}

#content a:hover {
color: blue;
text-decoration: none;
}

#content ol, ul{
padding-left: 40px;
}

#rightcolumn {
border: 1px solid #ccc;
background: #FFFAE4;
margin: 0;
padding: 10px;
min-height: 500px;
-height: 100%;
width: 137px;
float: left;
-clear:right;
-text-align: right;
-clear: right;
border-radius: 0 6px 6px 0;
-moz-border-radius: 0 6px 6px 0;
-webkit-border-radius: 0 6px 6px 0;
}
#rightcolumn  hr{
margin: 6px 0 6px 0;
}

#rightcolumn p{
font-family: Tahoma;
font-size: 11px;
padding: 0px 1px 1px 3px;
}

#doboz {
font-family: Tahoma;
margin-bottom:3px;
width: auto;
color:white;
padding:0px 0px 0px 10px;
font-weight:bold;
letter-spacing: 1px;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}

#footer {
color:#FFFAE4;
text-align:center; 
font-variant:small-caps;
font-size:14px;
letter-spacing: 1px;
width: auto;
clear: both;
border: 1px solid #40627c;
background-color: #26393d;
margin: 0px 0px 8px 0px;
padding: 10px;
box-shadow: 3px 3px 5px #000;
-moz-box-shadow: 3px 3px 5px #000;
-webkit-box-shadow: 3px 3px 5px #000;
}

img.center{
	display: block;
    margin: 0 auto;
}