/* CSS Document */
div {outline:0px black solid}

body {
background-color:#6AB8EA;
margin:0;
scrollbar-face-color: #1e97a7; 
scrollbar-shadow-color: #FFF; 
scrollbar-highlight-color: #1e97a7; 
scrollbar-3dlight-color: #FFF; 
scrollbar-darkshadow-color: #FFF; 
scrollbar-track-color: #FFF; 
scrollbar-arrow-color: #FFF;
}
#container1 {
width:900px;
height:500px;
position: absolute;
left: 50%;
margin-left: -430px;
margin-top: 80px;
}
#menu {
width:900px;
height:38px;
float:left;
text-align:center;
background-color:#6AB8EA;
vertical-align: top;
}
#menu a {
	font-size:16px;
	font-family: Trebuchet MS, sans-serif;
	color: #1d7ab7;
	text-align:left;
	text-decoration:none;
	font-weight:bold;
	padding-left: 20px;
}

#menu a:hover {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
 }	


#container2 {
width:900px;
height:500px;
float:left;
background-image: url(../gfx/bg.gif);
background-repeat: no-repeat;
}
#container3 {
width:900px;
height:435px;
margin-top:11px;
}
#fotodiv {
width:380px;
height:430px;
float:left;
}

body.photo #fotodiv {
width:473px;
height:430px;
float:left;
}

#foto {
background-repeat: no-repeat;
margin-left:10px;
}
#contentdiv {
width:473px;
height:430px;
float:left;
overflow: auto;
padding-top: 10px;
}


body.photo #contentdiv {
width:380px;
height:430px;
float:left;
overflow: auto;
}


#content {
font-family: Trebuchet MS, Arial;
color: #FFF;
font-size: 13px;
line-height: 20px;
padding-left:30px;
padding-right:10px;

}

body.photo #content { padding-left: 0 }

#content A {
	color: #FFFFFF;
	text-decoration: none;
}
#content A:hover {
	text-decoration:underline;
}
#header {
width:870px;
height:40px;
float:left;
background-image: url(../gfx/logo.gif);
background-repeat: no-repeat;
background-position: 6px center;
}
#footer {
width:870px;
height:30px;
float:left;
}
#footertext {
font-family: Trebuchet MS, sans-serif;
font-size:10px;
font-stretch:expanded;
text-align:right;
letter-spacing: 1px;
color:#FFF;
padding:10px;
}
#footertext A {
text-decoration:none;
}

#active a { color: #fff !important; }
