* { 
	margin: 0px; 
	border: 0px; 
	padding: 0px;
}  

body { 
	font-weight: normal; 
	font-size: 11px; 
	font-family: sans-serif; 
	color: silver; 
	background-color: white;
}

#container { 
	position: absolute; 
	left: 50%; 
	width: 250px; 
	margin: 40px 0px 20px -125px; 
	/* left-margin=(width/2) */
}

#header {
	background-position: top left;
	background-image: url('/images/crazymonstergallery.jpg'); 
	background-repeat: no-repeat;
	height: 250px;
}
	
#content {
	overflow: auto;
}

#footer {
	margin: 10px 0px 50px 0px;
}

div.photoItem {
	text-align: center;
	margin-top: 15px;
}

span.date {
	font-style: italic;
}

div.galleryTitle {
	text-align: center;
	margin: 5px 0px 10px 0px;
}

div.galleryTitle h2 {
	margin-top: 10px;
	font: italic bold 14pt serif;
	color: grey;
}

.hidden {
	margin-left: -2000px;
}

p.headerLinks {
	margin-top: 205px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	/* letter-spacing: 2px; */
}

span.headerFeed {
	font-style: italic;
}

a:link, a:visited { 
	text-decoration: none; 
	color: silver; 
}

a:hover { 
	text-decoration: none; 
	color: red;
}


dl.galleryList {
}

dt.galleryYear {
	width: 40px;
	float: left;
	color: grey;
}

dd {
	margin-left: 41px;
}

.toolTips {
	background-color: black;
	padding: 3px;
}

a.photoLink {
    text-decoration: none;
    border: 0px;
}

img.photoThumb {
    margin: 5px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border: 5px solid #ccc;
}


p.photoDescription {
    text-align: center;
}


p.photoDetails {
	text-align: center;
	font-style: italic;
    font-family: serif;
}

