body,html {
  margin-top: 0;
}

body {
  width: 760px;
  margin: 0 auto 20px auto;
  font-size: 14px;
  background: none repeat scroll 0% 0% rgb(240, 240, 240);
}

#header {
  position: relative;
  width: 100%;
  float: left;
  margin-top: 10px;
  border: 5px solid rgb(200, 200, 200);
  background-color: rgb(230, 230, 230);
  padding: 5px;
  border-radius: 10px;
}

#sitelogoblock {
  float: left;
}

#sitetitleblock {
  top: 0;
  float: left;
  margin: 0px 5px 5px 5px;
}

#sitetitlemain A {
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 200%;
}

#sitetitlesub {
  font-size: 125%;
  color: rgb(0, 0, 0);
}

#breadcrumb {
  position: absolute;
  margin-bottom: 5px;
  bottom: 0;
  color: rgb(100, 100, 100);
  font-size: 0.85em;
  font-weight: bold;
}

#breadcrumb a:link,
#breadcrumb a:visited,
#breadcrumb a:hover {
  text-decoration: none;
  color: rgb(100, 100, 100);
}

#search {
  float: right;
  margin-top: 5px;
  margin-bottom: 0px;
}

#search input {
  vertical-align:middle;
}

#content {
  width: 100%;
  float: left;
  border: 5px solid rgb(200, 200, 200);
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
}

/* Construction ----------------------------------------------------------- */
#login-dialog {
  margin: 50px auto 50px auto;
  background: #fff;
  color: #222;
  border: 3px solid rgb(200, 200, 200);
  padding: 10px;
  width: 332px;
  text-align: left;
}

/* Login dialog ----------------------------------------------------------- */
#login-username-div, #login-password-div {
  padding-top: 1px;
}

#login-username-div {
  float: left;
  width: 170px;
}

* html #login-username-div {
  margin-top: 1px;
}

#login-password-div {
  margin-left: 170px;
}

#login-submit {
  font-weight: bold;
  text-align: center;
}


#footer {
  float: left;
  width: 100%;
  padding: 5px;
  border: 5px solid rgb(200, 200, 200);
  background-color: rgb(230, 230, 230);
  text-align: center;
  border-radius: 10px;
  color: rgb(150, 150, 150);
  font-weight: bold;
  font-size: 80%;
  line-height: 1em;
}

#footer p {
  margin: 0;
}

.copyright {
}

.sitemap_link {
}

#footer a:link,
#footer a:visited,
#footer a:hover {
  text-decoration: none;
  color: rgb(150, 150, 150);
}

.navprev {
    float: left;
}

.navnext {
    float: right;
}


/* Class for the "fancy_parent" function 
 * It gives a thick 1px grey border around image
*/
.link img { 
	border: 1px solid #999; 
	outline:none;
	padding:5px;
	margin:5px;
}

.link img:hover {
	border:1px solid #ccc;
}

/* Class for single image listing (fancy function) 
 * It gives a grey 1px border around image
*/
.photo { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}

.photo:hover	{ border-color: #ccc; }

.ephotol { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: left; 
}
.ephotor { 
	padding: 5px; 
	margin: 5px; 
	border: 1px solid #999; 
	display: block; 
	float: right; 
}

.ephotol:hover,
.ephotor:hover	{ border-color: #ccc; }

