html { height:100%; }

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Liberation Sans", "Muli", "Droid Sans", Arial, sans-serif;
	font-size: 13px;
	line-height: 18px; 
	background:url(../gallery/bg-body.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
	color:#333;
	font-weight:normal;
	padding: 0;
	margin: 0 0 10px 0;
	font-family: "Liberation Sans", "DejaVu Sans", "Segoe UI", "Lucida Grande", "Lucida Sans", "Trebuchet MS", Arial, sans-serif;
}

h1 { font-size:34px; margin-bottom: 35px  }
h2 { font-size:20px; margin-bottom: 25px; line-height: 30px; }
h3 { font-size:18px; line-height: 24px }
h4 { font-size:18px }
h5 { font-size:16px }
h6 { font-size:12px }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#95200c;
}

.left { float:left }
.right { float:right }
.clear { clear: both; width: 100%; height: 0px; font-size: 0px; }
.h10 { height: 10px }
.h20 { height: 20px }
.h30 { height: 30px }
.h60 { height: 60px }

p { margin: 0 0 10px 0; padding: 0 }
em { color: #771201 }

a:link, a:visited { color:#282a5e; text-decoration: none}
a:hover { text-decoration:underline }
a:hover,a:active { outline:none }

a.more { display: inline-block; text-decoration: none; margin-top: 15px; color: #fff; width: 80px; height: 24px; line-height: 24px; text-align: center; background: url(../gallery/templatemo_more.png) }

ul.nobullet { margin: 0; padding: 0; list-style: none }
ul.nobullet li { margin: 0; padding: 0 }

ul.list_bullet { margin: 10px 0 10px 15px; padding: 0; list-style: none }
ul.list_bullet li { color:#666666; margin: 0 0 7px 0; padding: 0 0 0 20px; background: url(../gallery/templatemo_bullet.png) no-repeat scroll 0 5px  }
ul.list_bullet li a { color: #666666; font-weight: normal; text-decoration: none }
ul.list_bullet li a:hover { color: #666666 }

#pieFinal{ visibility: hidden; clear: both; width: 100%; height: 0px; font-size: 0px; }