#bg {
	position:relative;
	float:none;
	left:0px;
	top:0px;
	height:1000px;
	width:900px;
	background-image:url(images/bg-large.jpg);
	background-repeat: no-repeat;
	background-position:top left;
	background-color:#6C884D;
	margin:20px auto;
	border:1px black solid;
}

#nav {
	position: absolute;
	width: 380px;
	height: 38px;
	z-index: 1;
	left: 53px;
	top: 229px;
}

#nav img { border: none; }

body {
	background-color:#6C884D;
	background-attachment:scroll;
}

#leftColumn {
	position:absolute;
	top:322px;
	left:114px;
	height:360px;
	width:188px;
}

#gallery {
	position:absolute;
	top:322px;
	left:164px;
	height:360px;
	width:443px;
	font: 14px "Arial", sans-serif;
	text-align: center;
}

#rightColumn {
	position: absolute;
	top: 313px;
	left: 327px;
	height: 628px;
	width: 390px;
	overflow: auto;
}

#fullColumn {
	position: absolute;
	top: 313px;
	left: 116px;
	height: 628px;
	width: 600px;
}

.bodyText { font-size: .8em; }

h1, h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform:capitalize;
}

h1 {
	font-size: 1.3em;
	color: #4F5F35;
	margin-bottom: 2px;
	padding-bottom: 0px;
}

h2 { font-size: 12px }

#gallery div .menu {
	font-size: 14px;
	font-weight: normal;
}

#gallery div .title {
	font-size: 18px;
	font-weight: bold;
}


#navTable, #navTable a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}

.mgc, .mgc a {
	font: 10px Verdana, Geneva, sans-serif;
	color: #999;
	clear:both;
}

ul {
	margin: 2px .7em;
	padding: 2px .7em;
}

.bodyText p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#galleryPage #bg #rightColumn p { font-size: 1.2em; }
