body {
	width: 100%;
	margin: 0 0 50px;
	background-color: #020305;
	background-image: url('bkgd.jpg');
	background-repeat:repeat-y;
	background-position:center; 
}
h1 {
	text-align: center;
	font-size: 28px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: georgia, serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
}
h2 {
	font-size: 25px;
	font-family: georgia, serif;
}
h3 {
	font-family: georgia, serif;
}
p {
	margin-left: 100px;
	margin-right: 100px;
	text-align: justify;
	line-height: 1.6em;
	font-family:  georgia, serif;
	font-size: 14pt;
	letter-spacing:.5pt;
}
.strong {
	font-weight: bold;
}
#bodywrap {
	width:1020px;
	margin: 0px auto;
}
#wraptop {
	width: 1020px;
	background-repeat:no-repeat;
	margin: 0px auto;
	background-image: url('headerbg.png');
	height: 500px;
}
#wrapgall {
	width: 1020px;
	margin: 0px auto;
}
#wrapfooter {
	
	width: 100%;
	margin: 0px auto;
	position: absolute;
	    left: 0;
	    bottom: 0;
	    height: 50px; 
	    position: fixed;
	    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZDM2NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNmU2YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	    background: -moz-linear-gradient(top, #ffd364 0%, #f6e6b4 100%); /* FF3.6+ */
	    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffd364), color-stop(100%,#f6e6b4)); /* Chrome,Safari4+ */
	    background: -webkit-linear-gradient(top, #ffd364 0%,#f6e6b4 100%); /* Chrome10+,Safari5.1+ */
	    background: -o-linear-gradient(top, #ffd364 0%,#f6e6b4 100%); /* Opera 11.10+ */
	    background: -ms-linear-gradient(top, #ffd364 0%,#f6e6b4 100%); /* IE10+ */
	    background: linear-gradient(to bottom, #ffd364 0%,#f6e6b4 100%); /* W3C */
	    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd364', endColorstr='#f6e6b4',GradientType=0 ); /* IE6-8 */
	    border-top: 5px solid #fff;
	-webkit-box-shadow: 0px -3px 27px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px -3px 27px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px -3px 27px 0px rgba(50, 50, 50, 0.75);
}
#header {
	width: 960px;
	margin: 0px auto;
	position: relative;
	z-index: 49;
}
#logo {
	width: 960px;
	margin: 0px auto;
	z-index: 50;
	position:relative;
	top: 30px;
}
#inhead {
	width: 960px;
	margin: 0px auto;
	z-index: 51;
	position: relative;
	top: 190px;
}
#headleft {
	width: 400px;
	margin-right: 160px;
	float: left;
}
#headright {
	width: 400px;
	float: left;
}
#headleft h2 {
	text-align: left;
	color: #ffd364;
	padding-bottom: 15px;
	letter-spacing: .1pt;
}
#headright h2 {
	text-align: right;
	color: #ffd364;
	padding-bottom: 15px;
	letter-spacing: .1pt;
}
#inhead h2:hover {
	color: #fdeec7;
	transition: all ease-in-out .3s;
}
#feature {
	width: 1020px;
	margin-top: 80px;
	border: 5px solid #f2b744;
	background: #ffd364; /* Old browsers */
	margin-bottom: 20px;
}
#feature h1 {
	
}
#feature p {
	padding-bottom: 25px;
	margin: 0 50px;
	font-size: 14pt;
}
#feature h2 {
	padding-bottom: 25px;
	font-size: 14pt;
	font-size: 45px;
	text-align: center;
}
#feature a {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
#feature a:hover {
	text-decoration: underline;
	color: black;
	font-weight: bold;
}
#feature iframe {
	float: left;
	margin: 0px 10px 15px;
}
#feature img {
position: relative;
top: 5px;
}
.block {
	width: 960px;
	margin: 0px auto;
}
.block h2 {
	color: #fdeec7;
	font-size: 26pt;
	padding-top: 40px;
	padding-bottom: 20px;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	letter-spacing:1pt;
}
.block p {
	color: #ffd364;
	padding-bottom: 0px;

}
.block p a {
	font-style: italic;
	color: #fdeec7;
	text-decoration: none;
}
.block p a:hover {
	color:  #ffd364;
	text-decoration:underline;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.block .mines {
	  border-radius: 100%;
	  border: 12px solid #ffd364;
	  width: 300px;
	  height: 300px;
	  text-align: center;
	  margin: 0px auto;
	  margin-top: 50px;
	  -moz-box-shadow:    inset 0 0 10px #000000;
	  -webkit-box-shadow: inset 0 0 10px #000000;
	  box-shadow:         inset 0 0 10px #000000;
}
.block .mines img {
	display: block;
	   margin-left: auto;
	   margin-right: auto;
	 /*  margin-top: 30px;
	   margin-bottom: -20px;*/
	   -moz-box-shadow:    inset 0 0 10px #000000;
	   -webkit-box-shadow: inset 0 0 10px #000000;
	   box-shadow:         inset 0 0 10px #000000;
	   border-radius: 100%;
}
#gallery {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	padding-bottom: 50px;
}
#in-gall {
	margin: 0px auto;
	width: 900px;
	margin-top: 30px;

}
#gallery h2 {
	color: #fdeec7;
	margin-bottom: 30px;
	margin-top: 70px;
	color: #fdeec7;
	font-size: 26pt;
	text-transform: uppercase;
	text-align:center;
	font-weight:bold;
	letter-spacing:1pt;
}
#gallery h3 {
	color: #ffd364;
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 24pt;
	font-weight:bold;
	letter-spacing:1pt;
	font-style: italic;
}
#gallery p {
	text-align: center;
	color: #ffd364;
}

/* @group Untitled Group */

.circle,.content {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.circle {    
    background: #fdeec7;
    box-shadow: 1px 2px 2px rgba( 0, 0, 0, 0.8 );
    border-radius: 100%;
    color: white;
    text-align: center;
    font-family: sans-serif;
    padding: 20px;
    overflow: hidden;
    
    float: left;
    
    -webkit-transform: scale( 0.8 );
    -moz-transform: scale( 0.8);
    -o-transform: scale( 0.8);
    -ms-transform: scale( 0.8 );
    transform: scale( 0.8 );
    width: 230px;
    height: 230px;
    line-height: 230px;
    text-align: center;
    border-radius: 50%;
    border: 12px solid #e5c269;
/*     box-sizing:border-box;*/
}

.circle img {
	margin-left: -35px;
	margin-top: -35px;
}
.circle img:hover {
	margin-left: -35px;
	margin-top: -35px;
	border-radius: 100%;
}

.circle:hover {
    -webkit-transform: scale( 1 );
    -moz-transform: scale( 1 );
    -o-transform: scale( 1 );
    -ms-transform: scale( 1 );
    transform: scale( 1 );
    border: 12px solid #fdeec7;
    -webkit-transition-duration: .75s;
    transition-duration: .75s;
    vertical-align: middle;
}

.content {
    opacity: .9;
}
.circle:hover .content {
    opacity: 1;
}

/* @end */

#footer {
	width: 960px;
	margin: 0px auto;
}
#footleft {
	width: 380px;
	float: left;
	margin-right: 20px;
	padding-top: 10px;
}
#footright {
	width: 560px;
	float: left;
	text-align:right;
	padding-top: 10px;
}
#footer h2 {
	font-size: 15pt;
	margin-top: 5px;
	font-weight: bold;
	letter-spacing: .5pt;
}
#footer a {
	text-decoration: none;
	color: black;
}
#footer a:hover {
	text-decoration: underline;
	color: black;
}
#footer img {
	width: 20px;
	float: left;
	margin-top: 4px;
	margin-right: 10px;
}
.clear {
	clear: both;
}
#buffer {
	height: 50px;
}

.clear-div {
	clear: both;
}