body {
	/*background-image: url(pbg.jpg);
	background-repeat: no-repeat;
	background-position: center;
    background-attachment: fixed;*/
}

#page {
	width: 1024px;
    margin: 7px;
	margin-top: 20px;
    padding: 20px;
    border: 1px solidblack;
    background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,1);
	
}
#welcome_logo {
	width: 100px;
    margin: 7px;
	margin-top: 20%;
    padding: 3px;
    border: 0px;
    background: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/*Title*/
.h_title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 20pt;
}
.h_logo {
	margin-right: 20px;
	float: left;
}
.h_comment {
	font-family: 'PT Sans', sans-serif;
	font-size: 14pt;
	color: #808080;
}
#h_container {
	left: 10%;
	position: relative;
	top: 30px;
	width: 80%;
	background: #FFFFFF;
	padding: 10px 10px 10px 20px;
}

/*Nav.Animation*/
*, *:before, *:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
}

/*Navigation*/
nav{
  z-index: 1;
  position: relative;
  top: 50px;
  left: 10%;
  height: 50px;
  width: 80%;
  background: #FFFFFF;
  box-shadow: 0 3px 10px -2px rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.1);
}
nav ul{
  z-index: 1;
  list-style: none;
  position: relative;
  float: right;
  margin-right: 20px;
  display: inline-table;
}
nav ul li{
  z-index: 1;
  float: left;
 -webkit-transition: all .1s ease-in-out;
 -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
nav ul li:hover{background: rgba(0,0,0,.15);}
nav ul li:hover > ul{display: block;}
nav ul li{
	z-index: 1;
	float: left;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav ul li a{
	z-index: 1;
	display: block;
	height: 48px;
	padding: 15px 20px;
	color: #222; 
	font-size: .9em;
	letter-spacing: 1px;
	text-decoration: none;
}
nav ul ul{
	z-index: 1;
    display: none;
    background: #FFFFFF;
    position: absolute; 
    top: 100%;
    box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
    border: 1px solid rgba(0,0,0,.1);
}
nav ul ul li{float: none; position: relative; z-index: 1;}
nav ul ul li a {
	z-index: 1;
	width: 220px;
	height: 50px;
    padding: 15px; 
    border-bottom: 1px solid rgba(0,0,0,.05);
}
nav ul ul ul {
	z-index: 1;
    position: absolute; 
    left: 100%; 
    top:0;
}

/*Content*/
#p_content {
	position: relative;
	top: 60px;
	left: 10%;
	width: 80%;
	/*border: 1px solid black;*/
	padding: 20px;
}
.p_title {
	font-family: 'Roboto Slab', serif;
	font-size: 20pt;
}
.p_sub_title {
	font-family: 'Roboto Slab', serif;
	font-size: 20pt;
	position: absolute;
}
.paragraph {
	font-family: 'PT Sans', sans-serif;
	font-size: 14pt;
	color: #808080;
}

/*Pictures*/
img.right {
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
img.right_inside {
	margin-top: 20px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	float: right;
}
img.left {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
	border: 1px solid rgba(0,0,0,.1);
}
img.left_inside {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
.g_thumb {
	position: relative;
    width: auto;
	height: 150px;
    padding: 10px;
    background: #FFFFFF;
	display: inline-block;
}
.g_thumb_about {
	position: relative;
    width: auto;
	height: 180px;
    /*padding: 5px;*/
    background: #FFFFFF;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	display: inline-block;
	margin: 10px;
	border: 1px solid rgba(0,0,0,.1);
}
.left_block {
	position: relative;
	left: 10%;
	right: 5px;
}
.right_block {
	position: relative;
	right: 10%;
	left: 5px;
}
.paragraph_gallery {
	margin-left: 10px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14pt;
	color: #808080;
}
/* Gallery */
.thumb {
	position: relative;
	display: inline-block;
	background: #FFFFFF;
	padding: 3px;
	float: bottom;
	box-shadow: -3px 3px 10px -2px rgba(0,0,0,.1);
	border: 1px solid rgba(0,0,0,.1);
	text-align: center;
	font-family: 'PT Sans', sans-serif;
	margin: 10px;
	color: black;
	text-decoration: none;
}
a.link_th {
	color: black;
	text-decoration: none;
}
	