/*
	Theme Name: AMULA
	Version: 2.0
	Author: ALT
	Author URI: http://www.alt-web-design.com
*/
* {
  margin: 0;
  padding: 0;
}
html, body {
//height: 100%; /* IE6 min-height ‘Hack’ that isn’t */
min-height: 100%;
}
body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 13px;
  background-color: #d6dce8;
  color: #373E4C;
  text-align: center;
}
a,  a:visited {
 color: #4B546B;
}
a:hover, a:active {
 color: #6a7799;
}
#wrapper {
  margin: 0 auto;
  width: 794px;
}
#header {
  margin: 0px;
  width: 794px;
  height: 100px;
}
#header h1 {
 font-size: 24px;
 font-weight: normal;
}
.title {
 font-size: 24px;
}
#navigation {
  margin-bottom: 7px;
  background-color: #6a7799;
  color: #FFFFFF;
  height: 24px;
  width: 794px;
  border: 1px solid #4B546B;
}
#navigation ul {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation ul li {
 float: left;
 padding-top: 4px;
 padding-left: 4px;
 padding-right: 4px;
}
#navigation ul li a, #navigation a:visited {
 font-size: 12px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #FFFFFF;
 text-decoration: none;
 background-color: #6a7799;
 padding: 4px 12px 4px 12px;
 border: 1px solid #6a7799;
}
#navigation ul li a:hover, #navigation a:active {
 color: #4B546B;
 background-color: #BCD0E9;
 border: 1px solid #4B546B;
}
#content {
  margin: 0px;
  padding: 10px;
  width: 794px;
  color: #333333;
}
#content h1 {
 text-align: center;
 color: #4B546B;
 font-size: 24px;
 font-weight: normal;
 margin-bottom: 50px;
}
#content table {
 font-size: 13px;
}
#footer { 
  border-top: 1px solid #6a7799;
  border-bottom: 1px solid #6a7799;
  margin: 30px 0px 10px 0px;
  padding:  3px 0px 0px 0px;
  color: #333333;
  width: 794px;
  height: 20px;
  background-color: #d6dce8;
}
#footer table {
 font-size: 13px;
}
.small { 
 font-size: 10px;
}
.boja {
 background-color: #BCD0E9;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
 clear:both;
 height:0;
 font-size: 1px;
 line-height: 0px;
}