/*
-----------------------------------------------

----------------------------------------------- */

/* ---( page defaults )--- */

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #996666;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background:   url(../image/bullet_blue.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#wrap {
  width: 999px;
  margin: 0px auto;
  text-align: left;
  background:  url(../image/tile.gif) repeat-y;
  }

#content-wrapper {
  margin-left: 270px; 
  }

#content {
	width: 662px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.5em;
  }

#sidebar-wrapper {
  margin-left: 41px; 
  }
	
#sidebar {
  float: left;
  margin: 16px 0 0 0;
	width: 208px;
  padding: 0;
  font-size: 14px;
	font-weight: bold;
  line-height: 1.4em;
  color: #999;
  }

/* ---( header and site name )--- */

#header {
  margin: 0px;
  padding: 0px;
	height: 127px;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(../image/top_bar_blue.gif) no-repeat top left; 
  }
	
#foto-collage {
	padding: 8px 0px 0px 250px; 
	}
#foto-collage img {
	border-style: none;
	border-width: 0px;
	}

/* ---( main column )--- */
#content h2 {
  margin-top: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  color: #993333;
	font-size: 24px;
}

#content p {
  text-align: justify;
}

#content td {
  font-size: 14px;
}

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 150%;
  color: #666;
  height: 32px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }


#sidebar ul, #sidebar p {
  margin: 0;
  padding: 5px 20px 1em 20px;
	font-weight: normal;
  }

#sidebar li {
  background:   url(../image/bullet_blue.gif) no-repeat 0 5px;
  }



/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background:  url(../image/bottom_line.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background:   url(../image/bottom_bar.gif) no-repeat top left;
  }

