<!--

/* colors: #91CCD3(blue-CI) #77BBC3(blue-CI new) #74A3A9(darkblue) #5D8D93(darkerblue) #2A2A2A(darkgrey-background) */

body {
	margin: 0px;
     padding: 0px;
     color: #333;
     font-size: 80%;
     font-family: Verdana, Arial, Sans-Serif;
     text-align: center;
	}
table, td {
	text-align: left;
     vertical-align: top;
     }
#wrap {
	width: 760px;
     margin: 0 auto;
     text-align: center;
     }
#header {

     }
#content {
	text-align: left;
     background-image: url(../img/bg_paper.jpg);
     background-repeat: repeat-y;
     padding-left: 40px;
     padding-right: 40px;
     }
#sidebar {
	padding-left: 10px;
     font-size: 95%;
     line-height: 150%;
     color: #fff;
     background-image: url(../img/post-it.gif);
     background-repeat: no-repeat;
     background-position: 20px 12px;
     }
#sidebar ul, #sidebar p {
	margin: 12px 0px 0px 15px;
     padding: 6px;
     }
#footer {
	text-align: right;
	font-size: 85%;
     color: #fff;
     background-color: #77BBC3;
     margin-top: 15px;
     margin-bottom: 10px;
     }

ul { list-style-type: none; }
#quick {
	position: relative;
     top: -26px;
     z-index: 2;
     color: #77BBC3;
     font-size: 85%;
     margin: 0px;
     padding: 0px;
     }
#quick li { display: inline; }

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
     margin: 0px;
     padding: 0px;
     }
h1 { color: #77BBC3;
     font-size: 150%; }
h2 {
	font-size: 110%;
     color: #fff;
     background-color: #77BBC3;
     padding-left: 2px;
     }
h3 { margin: 15px 0px 5px 0px; }
h3, h4, h5, h6 {
	font-size: 100%;
     font-weight: bold;
     color: #333;
     }
p {
	line-height: 140%;
     margin-top: 0px;
     }
.foto {
	margin-bottom: 5px;
     padding: 6px;
     border: 1px solid #ccc;
     background-color: #fff;
     border-bottom: 1px solid #777;
     }
img.left {
	float: left;
     margin-right: 10px;
     }
img.right {
	float: right;
     margin-left: 10px
     }
.nopadding_right { padding-right: 0px; }
.credits td {
	padding: 2px 8px 3px 8px;
     border-bottom: 1px solid #ccc;
     }
.credits th {
	font-weight: bold;
     font-style: italic;
     text-decoration: none;
     padding-top: 15px; }
.anchor {
	font-size: 85%;
     text-align: right;
     padding-top: 15px;
     }
.anchor img { vertical-align: top; }
.submit {
	color:#77BBC3;
     font-size:90%;
     font-weight:bold;
     cursor: pointer;
     }

#trailer {
	font-size: 130%;
     font-weight: bold;
     text-align: center;
     background-image: url(../img/tv.gif);
     background-repeat: no-repeat;
     }
#trailer ul {
	padding-left: 0px;
     margin: 70px 0px;
     }
#trailer li { margin-top: 15px; }

#contactform { width: 400px; color:#333; font-size: 90%; margin-left: 40px; }
#contactform fieldset {
     padding: 10px 20px 10px 20px;
     margin: 20px 10px 10px 10px;
     display:block;
     background: none;
     border:1px solid #bbb;
     }
#contactform label { display:block; font-weight:bold; margin-top: 10px; }
#contactform .inline { display:inline; width:auto; }
#contactform legend { color:#bbb; font-weight:bold; font-size:100%; }
#contactform input { width:340px; border: 1px solid #bbb; background: #fff; }
#contactform textarea { width:340px; height:120px; border: 1px solid #bbb; background: #fff; }

a:link {
	color:#77BBC3;
     text-decoration: underline;
     }
a:visited {
	color:#5D8D93;
     text-decoration:underline;
     }
a:focus, a:hover, a:active {
	color:#fff;
     text-decoration:none;
     background:#77BBC3;
     }

a:link.killbg {  }
a:visited.killbg {  }
a:focus.killbg, a:hover.killbg, a:active.killbg { background: none; }

#sidebar a:link, #sidebar a:visited, #footer a:link, #footer a:visited {
	color: #fff;
     text-decoration: none;
     }
#sidebar a:focus, #sidebar a:hover, #sidebar a:active, #footer a:focus, #footer a:hover, #footer a:active {
	color: #77BBC3;
     text-decoration: none;
     background-color: #fff;
     }

a:link img.foto, a:visited img.foto {
	margin-bottom: 5px;
     padding: 6px;
     border: 1px solid #ccc;
     background-color: #fff;
     border-bottom: 1px solid #777;
     }
a:focus img.foto, a:hover img.foto, a:active img.foto {
	margin-bottom: 5px;
     padding: 6px;
     border: 1px solid #aaa;
     background-color: #77BBC3;
     border-bottom: 1px solid #555;
     }

html, body {
	scrollbar-base-color:#2A2A2A;
  	scrollbar-3d-light-color:#2A2A2A;
  	scrollbar-arrow-color:#77BBC3;
  	scrollbar-darkshadow-color:#2A2A2A;
  	scrollbar-face-color:#2A2A2A;
  	scrollbar-highlight-color:#77BBC3;
  	scrollbar-shadow-color:#77BBC3;
  	scrollbar-track-color:#2A2A2A;
	}
textarea {
	scrollbar-base-color:#fff;
  	scrollbar-arrow-color:#aaa;
  	scrollbar-darkshadow-color:#fff;
  	scrollbar-face-color:#fff;
  	scrollbar-highlight-color:#ddd;
  	scrollbar-shadow-color:#aaa;
  	scrollbar-track-color:#fff;
	}

-->
