body {
	background-color: #f7f7f7;
	font: 12px "Trebuchet MS";
	color: #aaa;
}

a:link, a:visited {
	color: #aaa;
	text-decoration: none;
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}



/* @group layout */

div#page {
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	background: white url(/cssimages/pagebgtop.gif) no-repeat left top;
}

div#image_index {
	width: 700px;
	height: 465px;
	overflow-y: scroll;
}

div#pagemain {
	width: 810px;
	padding-right: 45px;
	padding-left: 45px;
	padding-top: 45px;	
}

div#sidebar {
	width: 95px;
	height: 465px;
	border-right: 15px solid white;
	background: #dcdcc1 url(/cssimages/menubgbottom.gif) no-repeat right bottom;
	float: left;
}

div#logo {
	background-color: #dddb4d;
	width: 95px;
	height: 95px;
	border-bottom: 3px solid white;
}

div#menu {
	width: 95px;
	height: 327px;
	text-align: center;
	text-transform: lowercase;
	padding-top: 40px;
	padding-bottom: 20px;
	background: url(/cssimages/menubgtop.gif) no-repeat left top;
	font-size: 12px;
	font-weight: bold;
	color: white;
}

div#menu p {
	padding-bottom: 10px;
}

div#content {
	width: 700px;
	float: right;
}

div#footer	 {
	width: 830px;
	height: 15px;
	float: left;
	text-align: right;
	padding-top: 20px;
}

div#pageend {
	height: 10px;
	background: url(/cssimages/pagebgbottom.gif) no-repeat left top;
}

div#tags {
	font-size: 13px;
	margin-right: 120px;
	margin-left: 120px;
	margin-top: 100px;
	text-align: center;
}

div#about {
	margin-left: 350px;
	padding: 25px;
	text-align: right;
	background: white url(/cssimages/aboutbackground.gif) no-repeat left top;
	width: 300px;
	height: 415px;
	line-height: 2em;
}

div#about p {
	padding-bottom: 10px;
}

div#about p a:link, div#about p a:visited {
	border-bottom: 1px solid #ccc;
}

div#about p.contact, div#about p.contact a:link, div#about p.contact a:visited {
	font-size: 16px;
	border-bottom: none;
}

div#about h1 {
	margin: 0;
	padding: 0 0 10px;
	font-size: 16px;
	text-transform: uppercase;
	color: #c4dbeb;
}

div#tags a:link, div#tags a:visited {
	text-decoration: none;
}



/* @end */

/* @group slideshow */

div#slideshow {
}

div.slideshow_slide {
	text-align: center;
	width: 700px;
}


div.slideshow_image {
	margin: 0 auto;
	position: relative;
}

div.slideshow_info {
	background-color: white;
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 5px;
}


div.slideshow_showinfo {
	position: absolute;
	right: 0;
	bottom: -80px;
	visibility: hidden;
}

div#slideshow_nav {
	width: 700px;
	height: 80px;
	text-align: center;
	padding-left: 110px;
	font-size: 12px;
	float: left;
	visibility: hidden;
}

div#slideshow_nav p {
	padding-top: 5px;
}

div#slideshow_nav p#slideshow_page {
	padding-top: 15px;
	height: 20px;
}

div#slideshow_nav img	 {
	padding-right: 5px;
	padding-left: 5px;
}



/* @end */