body {
	margin: 0px;
	background-color: #000;
	color: #999;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: -0.05em;
}
#wrapper {
	clear: both;
	float: left;
	width: 100%;
}
#page {
	clear: both;
	margin: 0px auto;
	width: 700px;
}
.header, .content, .footer {
	clear: both;
	float: left;
	margin: 0px;
	width: 700px;
}
#headerHome {
	background-image: url(../imgs/rg_home.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
#headerInside {
	background-image: url(../imgs/rg_header.jpg);
	background-repeat: no-repeat;
}
#headerHome #name {
	clear: both;
	margin: 120px 0px 0px 60px;
	font-size: 36px;
}
#headerInside #name {
	clear: both;
	margin: 20px 0px 0px 60px;
	font-size: 36px;
}
.header #name a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}
.header #name a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ccc;
}
.header  #menus {
	clear: both;
	float: left;
	width: 100%;
	font-size: 21px;
}
.header #menus .menu,
.header #menus .menu-first,
.header #menus .menu-last,
.header #aboutMenus .menu,
.header #aboutMenus .menu-first,
.header #aboutMenus .menu-last {
	background-color: #000;
	float: left;
	margin: 6px 3px;
	padding: 6px;
}
.header #menus a,
.header #aboutMenus a {
	color: #999;
	text-decoration: none;
}
.header #menus a:hover,
.header #aboutMenus a:hover {
	background-color: #aaa;
	color: #000;
	text-decoration: none;
}
.header #menus .menu-first,
.header #aboutMenus .menu-first {
	margin: 6px 3px 6px 0px;
	width: 240px;
}
#headerHome #menus {
	margin: 220px 0px 0px 0px;
}
#headerInside #menus {
	margin: 20px 0px 0px 0px;
}
#headerInside #menus .selected,
.header #aboutMenus .selected  {
	color: #fff;
	text-decoration: none;
}
#headerInside #galleryMenus {
	clear: both;
	float: left;
	margin: 20px 0px;
	width: 100%;
	font-size: 21px;
}
#headerInside #galleryMenus .menu {
	float: left;
	margin: 7px;
	padding: 0px;
	background-color: #000;
	width: 160px;
}
#headerInside #galleryMenus .menu span {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
#headerInside #galleryMenus .menu span img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#headerInside #galleryMenus a {
	color: #999;
	text-decoration: none;
}
#headerInside #galleryMenus a:hover {
	background-color: #aaa;
	color: #000;
	text-decoration: none;
}
.content {
	background-image: url(../imgs/rg_title.png);
	background-repeat: repeat-x;
	width: 100%;
}
#wrapper #page #exhibition {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	height: 320px;
	width: 100%;
	background-image: url(../imgs/rg_exhibition_home.jpg);
	background-repeat: no-repeat;
}
#wrapper #page #exhibition #invite {
	margin: 0px;
	padding: 150px 0px 0px 170px;
	float: left;
	width: 460px;
	text-align: center;
}
#about {
	background-image: none;
	text-align: justify;
}
.content .title {
	clear: both;
	float: left;
	margin: 0px;
	padding: 13px 3px 3px 36px;
	font-size: 36px;
	color: #999;
}
.about, .gallery, .in-press {
	clear: both;
	float: left;
	margin: 20px 0px 0px 0px;
	width: 100%;
	font-size: 16px;
}
.gallery .thumbs {
	float: left;
	margin: 7px;
	padding: 0px;
	width: 160px;
}
.gallery .thumbs span {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.gallery .thumbs span img {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.in-press .press-post {
	clear: both;
	float: left;
	margin: 10px 0px;
	padding: 0px;
	text-align: center;
	width: 360px;
}
.footer {
	margin: 30px 0px;
}
.footer #copyRights {
	float: left;
	margin: 0px 0px 0px 20px;
	font-size: 9px;
	letter-spacing: 0.05em;
}
.footer #websiteBy {
	float: right;
	margin: 0px 20px 0px 0px;
	font-size: 9px;
	letter-spacing: 0.05em;
}
.about a,
.gallery .thumbs a,
.footer #websiteBy a {
	color: #999;
	text-decoration: none;
}
.about a:hover,
.gallery .thumbs:hover, 
.gallery .thumbs a:hover, 
.gallery .thumbs span:hover,
.footer #websiteBy a:hover {
	background-color: #aaa;
	color: #000;
	text-decoration: none;
}

@media all and (max-width: 699px) {
	#wrapper, #page, .header, .content, .footer {
		width: 100% !important;
	}
	#headerHome {
		background-image: url(../imgs/rg_home.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: cover;
		height: 300px;
	}
	#headerInside {
		background-image: url(../imgs/rg_header.jpg);
		background-repeat: no-repeat;
		background-position: bottom right;
		background-size: cover;
	}
	#headerHome #name {
		clear: both;
		margin: 10px 0px 0px 60px;
		font-size: 24px;
	}
	#headerInside #name {
		clear: both;
		margin: 10px 0px 0px 60px;
		font-size: 24px;
	}
	.header #menus,
	.header #aboutMenus  {
		font-size: 16px;
	}
	.header #menus .menu-first,
	.header #aboutMenus .menu-first  {
		width: 5%;
	}
	#wrapper #page #exhibition {
		margin: 0px 0px 0px 0px;
		padding: 0px;
		clear: both;
		float: left;
		height: 120px;
		width: 100%;
		background-image: url(../imgs/rg_exhibition_home.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		background-size: cover;
	}
	#wrapper #page #exhibition #invite {
		margin: 0px;
		padding: 20% 0px 0px 20%;
		float: left;
		width: 80%;
		text-align: center;
		font-size: 12px;
	}
	.about, .in-press {
		margin: 2%;
		width: 96% !important;
	}
	#headerInside #galleryMenus .menu,
	.gallery .thumbs {
		margin: 1%;
		width: 22.5%;
		height: auto;
	}
	.gallery .thumbs {
		width: 21%;
		height: auto;
		font-size: 11px;
	}
	#headerInside #galleryMenus .menu span img,
	.gallery .thumbs span img {
		width: 100%;
		height: auto;
	}
	#headerInside #galleryMenus {
		font-size: 12px;
	}
	.in-press .press-post {
		width: 90%;
	}
}
@media all and (max-width: 359px) {
	#about {
		margin-top: 50px;
	}
	.content .title {
		font-size: 24px;
	}
	.in-press .press-post .photo img {
		width: 100%;
		height: auto;
	}
}