/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #3e7fbf url(imgs/bg.jpg) repeat-x;
}

p {
	margin: 0;
	padding: 0 0 8px 0;
}

h1 {
	margin: 0;
	padding: 0;
}

p#gallery_nav {
	font-size: 12px;
	padding: 0 0 12px 0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

#container {
	width: 800px;
	height: 680px;
	position: relative;
}

#sidebar {
	position: absolute;
	top: 28px;
	right: 18px;
	width: 140px;
	height: 393px;
	font-size: 13px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(imgs/sidebar.gif) no-repeat;
}

#sidebar_inner {
	padding: 100px 20px 0 20px;
}


#viewer {
	width: 630px;
	height: 420px;
	position: absolute;
	top: 20px;
	left: 10px;
	background: url(imgs/viewerbg.gif) no-repeat;
}

#viewer img {
	width: 600px;
	height: 400px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#thumbs {
	position: absolute;
	top: 460px;
	left: 13px;
}

#thumbs img {
	width: 110px;
	height: 73px;
	background: url(imgs/img_bg.gif) no-repeat;
	margin: 0 30px 20px 0;
	border: 0;
	padding: 7px;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: #fff;
}

a:hover {
	text-decoration: none;
}
