	
	* {
	margin: 0;
	padding: 0;
	outline: none;
	}
	
	body {
	background: url(../images/head/headbg.jpg) top no-repeat;
	background-color: #DDD5BE;
	text-align: center;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	}
	
	h1 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 30px;
	font-weight: lighter;
	}
	
	h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
	font-size: 16px;
	}
	
	p {
	font-size: 14px;
	line-height: 1.5em;
	color: #917342;
	margin-bottom: 20px;
	}
	
	p.marginright {
	margin-right: 180px;
	}
	
	a:link, a:visited, a:active {
	color: #AFAFC9;
	}
	
	a:hover, a:focus {
	color: #C9C29C;
	}
	
	h1.title {
	font-family: "Century Gothic", "Courier New", Courier, monospace;
	color: #917342;
	text-align: right;
	margin-right: 50px;
	}
	
	.clear {
	clear: both;
	}
	
	img.right {
	float: right;
	margin: 0 0 10px 10px;
	}
		
	/* ---- GLOBALCONTAINER ---- */
	
	#globalcontainer {
	width: 900px;
	margin: 80px auto 0 auto;
	text-align: left;
	position: relative;
	}
	
	/* ---- HEAD ---- */
	
	#head {
	height: 130px;
	padding: 0 80px;
	text-align: center;
	}
	
	#head h1 {
	text-align: left;
	padding-top: 80px;
	}
	
	/* ---- CONTENT ---- */
	
	#content {
	background: url(../images/content/contentbg.jpg) repeat-y;
	padding: 0 80px 10px 80px;
	}
	
	/* ---- FOOTER ---- */
	
	#footer {
	position: relative;
	height: 79px;
	background: url(../images/footer/footerbg.jpg) top;
	}
	
	/* ---- MENU ---- */
	
	#menu {
	text-align: right;
	margin: 137px 0 0 0;
	}
	
	#menu ul {
	list-style-type: none;
	}
	
	#menu a {
	color: #917342;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 16px;
	line-height: 24px;
	}
	
	#menu a:hover {
	color: #C9C29C;
	}
	
	#menu2 {
	position: absolute;
	left: 100px;
	top: -57px;
	background: url(../images/menu2.jpg) no-repeat;
	width: 322px;
	height: 34px;
	}
	
	#menu2 ul {
	list-style-type: none;
	margin: 8px 0 0 35px;
	}
	
	#menu2 ul li {
	display: inline;
	margin-right: 15px;
	}
	
	#menu2 a {
	color: #E3E0CC;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	}
	
	#menu2 a:hover {
	color: #917342;
	}
	
	
	/* ---- IMAGE GALLERY ---- */
	
	.gallerycontainer{
	position: relative;
	margin: 0 0 0 367px;
	height: 450px;
	}
	
	.thumbnail img{
	border: 2px solid white;
	margin: 0 3px 3px 0;
	}
	
	.thumbnail:hover{
	background-color: transparent;
	}
	
	.thumbnail:hover img{
	border: 2px solid #345782;
	}
	
	.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	left: -2000px;
	visibility: hidden;
	font-size: 14px;
	text-decoration: none;
	border: none;
	color: #917342;
	}
	
	.thumbnail:hover span img{ /*CSS for enlarged image*/
	border: none;
	}
	
	.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 2px;
	left: -360px; /*position where enlarged image should offset horizontally */
	z-index: 50;
	}
	
	img.title2 {
	position: relative; 
	left: 360px;
	}
	
	#about {
	font-size: 14px;
	line-height: 1.5em;
	color: #917342;
	background: url(../images/photos/artist1.jpg) no-repeat right;
	height: 350px;
	}
	
	#copyright {
	position: absolute;
	bottom: 10px;
	right: 130px;
	font-size: 12px;
	color: #E3E0CC;
	line-height: 3em;
	}
	
	#copyright a {
	color: #FFFFFF;
	}
	
	#copyright a:hover {
	color: #E3E0CC;
	text-decoration: none;
	}
	
	#gallerylinks {
	margin: 0 0 -10px 0;
	padding: 0;
	}
	
	#gallerylinks a {
	color: #666699;
	}
	
	#gallerylinks a:hover {
	text-decoration: none;
	}
	