html * {margin:0; padding:0}
body {font:15px Times, TimesRoman, sans-serif; color: #555; background: #f8f3c9 url(bg.jpg) no-repeat;}
a {color: #555; text-decoration: none;}
a:hover {background: white;}
#gallery {position:relative; width:686px; margin:50px 150px; padding: 0px 5px 5px 5px; border:6px solid #fff; background:#f8f3c9}
#infoWrapper {
    width:686px;
    height: 200px;
    margin: 10px 0 0 0; padding: 0;
}
.left_column {
    width:300px;
    float:left;
    text-align:left;
    padding:0;
}
.right_column {
    width:376px;
    float:right;
    text-align:right;
    padding: 120px 5px 0 0;
    vertical-align:bottom;
}
#logo h1 {
	width: 250px;
	height: 200px;
	overflow: hidden;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo h1 span {
	position: relative;
	left: -5000px;
}
#contact {
    width: 250px;
    height: 200px;
    text-align: right;
    float: right;
}
#about {padding: 20px; width:656px;}
#nav {text-align:right;}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:672px; height:375px; padding:5px; border:2px solid #fff; background:#FFF url(images/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {margin-top:5px; padding:0 5px 5px 5px; width:672px; height:100px; border:2px solid #fff; background:#FFF}
#thumbarea {position:relative; overflow:hidden; height:100px; width:672px; }
#thumbs {position:absolute; list-style:none; margin-left:0px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:375px; width:20%; z-index:100; height:375px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:5px solid #FFF}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:5px solid #FFF}
/* Save for css3
#previmg:hover {filter:alpha(opacity=100)}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}
*/
#footer {
    font:11px Times, TimesRoman, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #666;
	margin: 15px 0;
	padding: 10px 0 0 0;
}
#footer a {
    color: #666;
}

