/*
.body { background:#e6e6e6 }
.small { font-size:80%;}
.caption { font-size: 81%; }
*/

div.n { padding: 5px; }

.clear{clear:both}
.clearover{overflow:hidden}
.altcolor {
	background-color: #8BB;
}
.center {
  text-align: center;
}

div.title {
  text-align: center;
  padding-bottom:30px;
}

h1 {
	text-align: center;
}

p {
	text-indent: 1em;
	text-align: justify;
}

dt {
  color: #444444;
  line-height: 150%;
}

img {
	border-style: none;
}

img.galery {
	box-shadow: 4px 4px 4px grey;
}

div.image {
	text-align: center;
}

img.border {
  border-style: solid;
}

div.image .title {
  font-size: 80%;
	font-style: italic;
}

div.border {
	border-width: thin;
	border-style: solid;
}
div.border1 {
	border-color: yellow;
	border-width: thin;
	border-style: solid;
}
div.border2 {
	border-color: red;
	border-width: thin;
	border-style: solid;
}

div.image-right, div.image-left {
	padding: 0;
}

div.image-right {
	margin: 10px 0 0px 10px;
	float: right;
}

div.image-left {
	margin: 10px 10px 0px 0;
	float: left;
}

/**************************/

body {
	margin: 0;
}


div#background {
	width: 100%;
	height: 800px;
	background: url(images/background.png) repeat-x;
	position: absolute;
	top: 0;
	z-index: 1;
}

/* Container */

div#container {
	margin: 0 auto;
	width: 940px;
	position: relative;
	z-index: 2;
}

div#gen-container {
	margin: 0 auto;
  text-align: center;
	position: relative;
	z-index: 2;
}


/* Header */

div#header {
	padding-top: 20px;
	height: 210px;
	margin: 0 0 5px;
}

div#header-image {
	position: relative;
}
div#header-title {
	position: absolute;
	left: 54%;
	top: 30%;
	text-align: center;
	font:bold italic 200% Times, Helvetica, Arial;
	color: #777700;
}

div#main {
	position: relative;
}

/* content */

div#wrapper-master, div#wrapper-slave {
	width: 700px;
	float: right;
}
       
div#wrapper-slave {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

div#content {
	margin-bottom: 4px;
}
div#content-wrapper {
	min-height: 700px;
	padding: 30px 60px 60px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;	
}

/* sidebar */

div#sidebar-master,  {
}

div#sidebar-master, div#sidebar-slave {
	width: 235px;
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	float: left;
}

div#sidebar-slave {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

div#navigation {

}

ul li a.level1-sub {
	padding: 5px 0px 6px 15px;
}
ul li a.level1 {
	border-bottom: 2px solid #DDD;
	padding: 5px 15px;
}

ul li a.level2, ul li a.level2-end {
        font-size: 80%;
}

ul li a.level2 {
	padding: 4px 30px;
}
ul li a.level2-end {
	padding: 4px 0px 10px 30px;
	border-bottom: 2px solid #DDD;
}

ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.nav li {
	width: 235px;
}
ul.nav li a {
	display: block;
	text-decoration: none;
}
ul.nav li a:hover, ul.nav li a.current {
	font-weight: bold;
}

ul.nav li a:visited, ul.nav li a {
  color: #3333AA
}

ul.nav li a.current {
	color: #777700;
}

div#sidebar-content {
	padding: 20px 20px;
}

div.bottom {
  position: absolute;
  text-align: center;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding-top: 10px;
}

img.sidebar {
  width: 200px;
}

div.list-nav {
  margin-top: 10px;
	border-bottom-style:dotted;
	border-top-style:dotted;
	border-bottom-width:1px; /* fix */
	border-top-width:1px; /* fix */
	text-align: center;
}
div.list-nav-wrapper {
  padding-top: 10px;
	text-align: center;
}

div.contentlistnav {
	width:40%;
}
div.list-nav-left {
	float:left;
	text-align:left;
  padding-left:20px;
}
div.list-nav-right {
	float:right;
	text-align:right;
  padding-right:20px;
}
div#footer {
	clear: both;
	width: 700px;
	font-size: 80%;
}
div#footer-wrapper {
	padding: 5px 20px;
}

div#contentfooter {
	height:1%;
	overflow:visible
}
div.leftrow {
	float:left;
	text-align:left;
	width:55%
}
div.rightrow {
	float:right;
	text-align:right;
	width:42%
}
div.hr
{
  margin-top: 10px;
  margin-bottom: 10px;
	border-bottom-style:dotted;
	border-bottom-width:1px; /* fix */
	border-color: #DDDDDD;
	height: 1px;
}
