body 	{
	font-size: 13px; 
  font-family: georgia,tahoma,sans-serif,Arial;
	color:rgb(61,19,6);	
	text-align: center;
	background: url('/cms/images/background.jpg') center top;
	padding: 0;
	margin: 0;
}

body, html	{
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

body	{
	padding-top: 0px;
}

h1,h2,h3,h4 {
  font-family: georgia,tahoma,sans-serif,Arial;
	color:rgb(61,19,6);	  	
}

h1{
	font-size: 40px;	
	margin:15px 0px;	
}

h2	{
	font-size: 20px;
	margin-top: 5px;
	margin-bottom: 20px;
}

h3	{
	font-size: 17px;
	margin-top: 5px;
	margin-bottom: 10px;

}

a {
	color:rgb(144,49,0);	
}

#main	{
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	text-align: center;
	border: 0px red solid;
	background: url('/cms/images/mainBackground.png');
	width:950px;
	border:1px gray solid;
}

#main	#inner{
	margin:35px 35px 20px 35px;
}

#main	#inner #content{
	text-align:left;
  min-height:400px;
  height:auto !important;
  height:400px;	
}

#main	#menu{
  text-align:center; 
}

#main	#menu a{
  font-family: georgia,tahoma,sans-serif,Arial;
  font-size:20px;
  text-decoration:none;
	padding:0px 10px;
	margin:0px 10px;
}

#main	#menu a:hover{
	color:rgb(61,19,6);	
  text-decoration:underline;	
}

.clearLine	{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
	height: 20px;	
}

hr {
	border: 0;
	background: url('/cms/images/headerBigLine.gif') repeat-x;
	height: 5px;
	width: 100%;
	text-align: left;
	margin:10px 0px 10px 0px;
	padding:0px;
}

.thumbnail {
	float: left;
	display: block;
	border: 1px solid #BBBBBB;
	width: 150px;
	height: 150px;
	margin: 8px;
	background-position: center;
	background-repeat: no-repeat;
	background: white;
	text-align: center;
	overflow: hidden;
}

.gal {
	max-height: 800px;
	overflow: auto;
}

.thumbnail .elem {
	line-height: 150px;
	height: 100%;
	vertical-align: middle;
}

.thumbnail img {
	vertical-align: middle;
	width: calc(100% - 10px);
	margin-left: auto;
	margin-right: auto;
}

.video_cont {
	text-align: left;
}

.video_cont iframe {
	width: 560px;
	height: 315px;
}

#menu .mobile_no:last-of-type {
	display: none;
}
 