body {
	margin: 0 0 10px;
	padding: 0px;
	background: #FFFFFF url(backgr2.jpg) repeat-x;
	font: 13px/18px "Comic Sans MS", "Courier New", "Times New Roman";
}
#wrapper {
	width: 950px;
	margin: 0px auto;
}
#header {
	height: 40px;
	margin: 0px auto 20px;
	width: 950px;
}
#header img {
	margin-left: 270px;
}
#subheader {
	height: 115px;
	text-align: center;
}
#subheader img {
	margin-right: 20px;
}
#subheader2 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
#text {
	padding: 10px 20px 30px;
	text-align: justify;
	margin-left: 185px;
	width: 500px;
}

/* define if this one needed */
#text h1 {
    color: #4670A2;
	text-decoration: underline;
	font: bold 140% "Comic Sans MS", "Courier New", "Times New Roman";
	margin-bottom: 10px;
}
#text h2 {
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
#text table {
	margin-top: 15px;
	margin-left: 30px;
}
#text table a {
	color: #333333;
}
#text table a:hover {
	color: #666666;
	text-decoration: none;
}


#sidenav {
	width: 120px;
	float: left;
	margin-top: 25px;
	margin-left: 25px;
}

#sidenav li {
	margin: 0px 0px 20px;
	text-align: center;
}
#rightsidenav {
	float: right;
	width: 120px;
	margin-top: 25px;
	margin-right: 25px;
}
#rightsidenav li {
	margin: 0px 0px 20px;
	text-align: center;
}
#footer {
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #3D6B9D;
	clear: both;
	text-align: center;
	color: #3D6B9D;
	font: bold 80% Verdana, Arial, Helvetica, sans-serif;
}
#footer a {
	text-decoration: none;
	color: #3D6B9D;
}
#footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.fototitle {
	margin-top: 25px;
	background: #3C6A9C;
	width: 530px;
	padding: 5px;
	font-size: 95%;
	font-weight: bold;
	color: #EBEEF3;
}
.tmbnail {
	margin: 10px 10px auto 0px;
	position: relative;
    z-index: 0;
}
.tmbnail:hover{
background-color: transparent;
z-index: 50;
}

.tmbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1500px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.tmbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.tmbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 10px;
left: 20px; /*position where enlarged image should offset horizontally */

}

.fotos {
	margin-top: 10px;
	width: 540px;
}

.link1 {
	background: #7E9CBE;
	height: 25px;
	width: 100%;
	margin-top: 0px;
}
.link2 {
	background: #9DB2CD;
	height: 25px;
	width: 100%;
	margin-top: 0px;
}
.link3 {
	background: #C3D0E0;
	height: 25px;
	width: 100%;
}
.link4 {
	background: #E2E9F1;
	height: 25px;
	width: 100%;
	margin-top: 0px;
}
.link5 {
	background: #F8F9FB;
	height: 25px;
	width: 100%;
	margin-top: 0px;
}
.sidemenu {
	list-style: none;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	width: 120px;
	margin: 0px;
	padding: 0px;
}
.sidemenu li {
	margin: 0;
}
.sidemenu li a {
	text-decoration: none;
	display: block;
	font-weight: bold;
	color: #000;
	padding: 6px 10px 5px;
	height: 14px;
}
.sidemenu li a:hover {
	color: #EEEEDC;
	background: #B9BB79;
}
.rite {
	margin-top: 20px;
	margin-right: 15px;
}
.left {
	float: left;
	margin-left: 15px;
	margin-top: 20px;
}
.startpage {
	width: 420px;
	padding-left: 40px;
	font-size: 13px;
}


.sun {
	margin-left: 60px;
}

.next {
	font-size: 80%;
	color: #CCCCCC;
}
.next a {
	color: #CCCCCC;
}
.next a:hover {
	color: #666666;
	text-decoration: none;
}
