/* CSS Document */

body {
	margin: 0;
	padding: 0;
	color: #666666;
	font: small Arial, Helvetica, Verdana, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(images/gallery/gallery-bg2.jpg);
	font-weight: bold;
}

p {
	font-size: 1.3em;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px;
	background-color: #000000;
}

#wrapper {
	margin: auto;
	width: 800px;
}
#insidewrapper {
	background-color: #CCCCCC;
	width: 800px;
}

#header {
	background-color:#999999;
	padding-top: 25px;
	background-image: url(images/gallery/gallery-bg.gif);
	background-repeat: repeat-x;
	position: relative;
	height: 90px;
}

ul {
	margin: 0;
	padding: 0;
	left: 113px;
	top: 50px;
	font-weight: normal;
}
.gallerylinks li {
	display: inline;
	list-style-type: none;
}
.gallerylinks a {
	color: white;
}
.closewindow {
	position: absolute;
	left: 660px;
	top: 70px;
	text-decoration: none;
	width: 110px;
	background-color: #000000;
	height: 30px;
	background-image: url(images/gallery/close.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	z-index: 1;
}
.closewindow a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}
.backnext {
	padding: 5px;
	position: relative;
	height: 40px;
}
.backnext img {
	padding: 10px;
	border: none;	
}

#content {
	text-align: center;
	background-color: #666666;
	padding-bottom: 10px;
	padding-top: 10px;
}

#content img {
	display: inline;
	border: 1px solid black;
	margin: 10px;
}
#package {
	background-color: #666666;
}
#package img {
	display: inline;
	border: none;
	margin: 10px;
}

p.open {
	background-color: #cccccc;
	color: black;
	font-size: 1em;
}

