@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../img/bg_wood_2.jpg);
}

h2 {
	font-size: 1em;
}
#wrapper {
	margin: 0px auto;
	height: auto;
	width: 760px;
	min-height: 550px;
	
	position: relative;
}

#frame {
	margin: 0px auto;
	height: auto;
	width: 760px;
	background: #fff url(../img/old_paper_2.jpg);
	position: absolute;
	
}

#logo {
	height: 50px;
	width: 760px;
	max-height: 50px; !important
	position: absolute;
}
.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	text-align: center;
	letter-spacing: 5px;
	line-height: 35px;
	padding-top: 5px;
	padding-right: 30px;
}

#qgallery {
	height: 296px;
	width: 760px;
	max-height: 300px; !important
	position: absolute;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #000;
	background-image: url(../img/rotator/elephant%20swims%20across%20river.jpg);
	background-position: center;
}

#left {
	height: auto;
	width: 320px;
	float: left;
	/*background-color: #fff;*/
	margin-left: 35px;
	margin-top: 5px;
}

#right {
	height: auto;
	width: 320px;
	float: right;
	/*background-color: #fff;*/
	margin-right: 35px;
	margin-top: 5px;
	margin-bottom: 25px;
}

img {
	border: 3px solid #333333;
}