﻿
* { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

body
{
	font-family: "Times New Roman", Georgia, Serif;
	font-size: 1.1em;
    text-align: left;
    background-color: rgb(215, 215, 217);
    padding-top: 0px;
}

a { text-decoration: none; }

a:hover { text-decoration: underline; }

h4 { margin-top: 20px; margin-bottom: 10px; }

#outer_body
{
	width: 900px;
    background-color: white;
    padding: 10px 28px 28px 28px;
	margin: 0 auto;
    border-radius: 20px;
}

#page_content { clear: both; padding-top: 10px; }

h1#page_header { float:left; font-size: 1.2em; margin: 20px 0px 20px 0px; font-weight: normal; }

#footer_separator { clear:both; margin-bottom:5px; margin-top:0px; border-top:#ddd 1px solid; }

/* Gallery */

.first_column { float: left; text-align: center; width: 240px; margin-bottom: 35px; font-size: 1.1em; }
.second_column { float: left; text-align: center; width: 295px; margin-bottom: 35px; font-size: 1.1em; padding-left: 15px; padding-right: 15px; }
.third_column { float: left; text-align: center; width: 240px; margin-bottom: 35px; font-size: 1.1em; }
.thumbnail { margin-bottom: 10px; border: 0px; width: 160px; height: 160px; border-radius: 10px; }

/* Slideshow */

#slideshow {list-style:none; color:#fff; display:none}

#slideshow span {display:none}

#wrapper {width:900px; margin:0px auto; display:none;}

#wrapper * {margin:0; padding:0}

#fullsize {position:relative; width:900px; height:600px; border:0px;}

#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}

#information h3 {padding:4px 8px 3px; font-size:14px}

#information p {padding:0 8px 8px}

#image {width:900px;}

#image img {position:absolute; z-index:25; width:auto; }

.imgnav {position:absolute; width:25%; height:406px; cursor:pointer; z-index:150}

#imgprev {left:0; background:url(img/slider/left.gif) left center no-repeat}

#imgnext {right:0; background:url(img/slider/right.gif) right center no-repeat}

#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}

.linkhover {background:url(img/slider/link.gif) center center no-repeat}

#thumbnails {margin-top:15px; display:block;}

#slideleft {float:left; width:20px; height:81px; background:url(img/slider/scroll-left.gif) center center no-repeat; background-color:#222}

#slideleft:hover {background-color:#333}

#slideright {float:right; width:20px; height:81px; background:#222 url(img/slider/scroll-right.gif) center center no-repeat}
#slideright:hover {background-color:#333}

#slidearea {float:left; position:relative; width:850px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}

#slider img {cursor:pointer; border:1px solid #666; padding:2px}

