body {
	background: url(../../../images/background.jpg); 
	font-family: Tahoma, Arial, Helvetica;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	}
a {
 	color: #aa0000;
	text-decoration: none;
	}
a:hover {
	color: #ffffff;
	background: #aa0000;
	}
ul {
	margin-left: 45px;
	list-style-type: none;
	}
h1 {
	font-size: 16px;
	font-weight: 900;
	margin-top: 20px;
	margin-bottom: -5px;
	}
	
#wrapper {
	padding-top: 20px;
	margin-left: 30px;
	width: 800px;
	height: auto;
	padding-left: 20px;
	border-left: 2px dashed #000;
	}

#logo {
	float: left;
	width: 200px;
	height: 150px;	
	}
#subtitle {
	float: left;
	margin-top: 89px;
	width: 600px;
	}

#info_date {
	clear: both;
	height: 13px;
	width: 700px;
	background: #000;
	margin-top: 5px;
	margin-left: 100px;
	}
#nav_prim {
	clear: both;
	margin-top: 5px;
	width: 800px;
	height: 13px;
	}		
	
.menu_item {
	float: left;
	width: 95px;
	height: 13px;
	margin-right: 5px;
	background: #aa0000;
	}
.menu_item a {
	float: left;
	width: 95px;
	height: 13px;
	margin-right: 5px;
	background: #aa0000;
	text-align: center;
	font-size: 10px;
	font-weight: bold;color: #fff;
	text-decoration: none;
	}
.menu_item a:hover {
	background: #dd0000;
	}

#main_body {
	width: 700px;
	margin-top: 15px;
	}

#text {
	float: left;
	height: auto;
	width: 765px; 
	background: #fcf6e0;
	border: 5px solid #492611;
	padding: 10px;
	margin-bottom: 15px;
	}
#text_min {
	float: left;
	height: 360px;
	width: 765px; 
	background: #fcf6e0;
	border: 5px solid #492611;
	padding: 10px;
	margin-bottom: 15px;
	}
	
#photo_center {
	margin-top: 20px;
	text-align: center;
	}
#navbar_center {
	margin-top: 20px;
	text-align: center;
	}
#crumbs {
	margin-top: 20px;
	margin-bottom: 10px;
	background: #fcf6e0;	
	}	
#footer {
	clear: both;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 785px;
	height: 30px;
	background: #000;
	color: #fff;
	text-align: right;
	padding: 5px;
	font-size: 11px;
	}
#footer a {
	color: #ffffff;
	text-decoration: underline;
	padding: 1px;
	}
#footer a:hover {
	background: #ffffff;
	color: #ff0000;
	text-decoration: none;
	padding: 1px;
	}
	
a img {
  border: 0;
}


/* * * * * * * * * * */
/* Elements with IDs */
/* * * * * * * * * * */


/* header: image and/or title */
#header { }


/* * * * * * * * * */
/* Custom classes  */
/* * * * * * * * * */


/* image or gallery name header */
.sgTitle {
  margin-bottom: 0;
}

/* image or gallery artist subheader */
.sgSubTitle {
  margin-top: 0;
}

/* image and artist name displayed beneath image */
p.sgNameByArtist { }

/* image and gallery details such as date, location, camera model, hits etc. */
p.sgDetailsList { }

div.sgClear {
  clear: both;
}

/* wraps the drop-shadow table to allow IE to center it */
div.sgShadow {
  text-align: center;
  padding: 1em;
}

/* the main content table that does the drop-shadow effect */
table.sgShadow {
  clear: both;
}

table.sgShadow {
  background-color: #fcf6e0;
  padding: 0;
  text-align: left;
}

table.sgShadow td {
  padding: 0;
  margin: 0;
}

/* div containing each gallery sub-gallery on a gallery page */
div.sgGallery {
  margin: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* the table cell containing the gallery thumbnail */
td.sgGalleryThumb {
  width: 100px;
  text-align: center;
}

/* the gallery thumbnail itself */
img.sgGalleryThumb {
  border: 1px solid #000;
}

/* the descriptive text (title, summary, contents) */
div.sgGallery p {
  margin-top: 0;
  margin-bottom: 2px;
}


/* full size image on an image page*/
img.sgImage {
  border: none;
}

/* the preview thumbnails and previous, thumbnails, next links */
p.sgTopNavBar, p.sgBottomNavBar {
  text-align: center;
  float: left;
  align-right: auto;
  align-left: auto;
}

/* wraps the thumbnail and rounded-corner code on an album page */
div.sgThumbnail {
  width:  124px;
  height: 124px;
  margin: 5px 5px;
  float: left;
	padding: 0px;
  text-align: center;
}

div.sgThumbnail table {
  width:  114px;
  height: 114px;
  margin: 0px;
  text-align: center;
  vertical-align: middle;
}

.sgThumbnailContent {
  background: #fff;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
}


/* the following code does the rounded corners of the 35mm slide effect on 
   the album pages. Taken from http://www.albin.net/CSS/roundedCorners/ */
.roundedCornerSpacer {
    margin: 0px; padding: 0px; border: 0px;
    clear: both;
    font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
    width: 5px; height: 5px;
    padding: 0px; border: 0px;
    z-index: 99;
}
.borderTL, .borderBL { float: left; clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin: -1px 0px 0px -1px; }
.borderTR { margin: -1px -1px 0px 0px; }
.borderBL { margin: -5px 0px 0px 0px; }
.borderBR { margin: -5px 0px 0px 0px; }


/* appropriate background images for drop-shadow effect */
table.sgShadow td.tabl { background-image: url(../Copy of default/images/shadow-tabl.gif); width: 16px; height: 16px; }
table.sgShadow td.tabm { background-color: #fff; }
table.sgShadow td.tabr { background-color: #fff; }

table.sgShadow td.tl {  background-image: url(../Copy of default/images/shadow-tl.gif); width: 32px; height: 16px; }
table.sgShadow td.tm {  background-image: url(../Copy of default/images/shadow-tm.gif);}
table.sgShadow td.tr {  background-image: url(../Copy of default/images/shadow-tr.gif);}
table.sgShadow td.ml {  background-image: url(../Copy of default/images/shadow-ml.gif);}
table.sgShadow td.mm {  padding: 10px;} /* cell containing image */
table.sgShadow td.mr {  background-image: url(../Copy of default/images/shadow-mr.gif);}
table.sgShadow td.bl {  background-image: url(../Copy of default/images/shadow-bl.gif);}
table.sgShadow td.bm {  background-image: url(../Copy of default/images/shadow-bm.gif);}
table.sgShadow td.br {  background-image: url(../Copy of default/images/shadow-br.gif); width: 32px; height: 32px; }

/* the bit with previous, next */
table.sgShadow td.tabm div { 
  font-size: 13px;
  background: #f0f0f0 url(../Copy of default/images/shadow-tabm.gif) top right;
  float: left; 
}
