/*
	New changes made in this file may need the !important attribute because
	the plugin in the gallery page uses a different css file which may conflict
	with this file.
*/
html, body{
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial,Verdana,Sans-serif;
	background: url(http://reginachinesefreemasons.com/images/background_pattern.png) repeat scroll 50% 0px !important;
}
a img{
	border: none;
}
#main_container{
/*	width: 1100px;
	margin: 0 auto;
	border: 1px solid #2e2e2e;
	-moz-box-shadow: 0px 0px 14px #242424;
	-webkit-box-shadow: 0px 0px 14px #242424;
	box-shadow: 0px 0px 14px #242424;*/
}
#main_nav_container{
	height: 40px;
	position: relative;
	background-color: #000;
	clear: both;
	-moz-box-shadow: 0px 0px 12px #242424;
	-webkit-box-shadow: 0px 0px 12px #242424;
	box-shadow: 0px 0px 12px #242424;
}
#main_nav{
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 1024px;
	height: 40px;
	clear: both;
}
#main_nav li{
	float: left;
	border-right: 1px solid white;
	padding: 10px 22px;
	min-width: 42px;
	text-align: center;
}
#main_nav li.first{
	border-left: 1px solid white;
}
#main_nav li a{
	color: #fff;
	text-decoration: none;
	margin-right: 4px;
}
#main_nav li a:hover{
	color: red;
}
#logo{
	float: left;
	position: relative;
	padding: 10px 0 10px;
	left: 150px;
}
#logo_background{
	width: 720px;
	height: 120px;
	position: absolute;
	background-color: white;
	opacity: 0.8;
	filter:alpha(opacity=80);
	padding: 10px;
}
#top{
	background-color: #fff;
	width: 1100px;
	margin: 0 auto;
	border:1px solid #424242;
	border-top: none;
	-moz-box-shadow: 0px 0px 12px #242424;
	-webkit-box-shadow: 0px 0px 12px #242424;
	box-shadow: 0px 0px 12px #242424;
}
#content_container{
	width: 1020px;
	min-height: 560px;
	margin: 0 auto;
	clear: both;
	background-color:#ffffff;
	border:1px solid #424242;
	padding: 40px;
	line-height: 24px;
	-moz-box-shadow: 0px 0px 12px #242424;
	-webkit-box-shadow: 0px 0px 12px #242424;
	box-shadow: 0px 0px 12px #242424;
	-moz-border-radius-bottomright: 20px;
    -webkit-border-bottom-right-radius: 20px;
	-khtml-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
    -webkit-border-bottom-left-radius: 20px;
	-khtml-border-bottom-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
#bottom{

}
ul#footer{
	list-style-type: none;
	padding: 14px 0;
	margin: 0 auto;
	position: relative;
	width: 190px;
	font-size: 12px;
}
#bamboo{
	position: absolute;
	z-index: -1;
}
.heading{
	font-size: 22px;
	font-weight: bold;
}