/*RESET*/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* set html5 elements to block */
aside, details, figcaption, figure, header, hgroup, menu, nav, section { 
    display: block;
}

/*fons*/
@font-face {
  font-family: 'Segoe UI';
  font-style: normal;
  font-weight: normal;
  src: local('Segoe UI'), url('../fonts/Segoe-UI.ttf') format('truetype');
}
@font-face {
    font-family: 'goudytrajanregular';
    src: url('../fonts/goudytrajan-webfont.eot');
    src: url('../fonts/goudytrajan-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/goudytrajan-webfont.woff') format('woff'),
         url('../fonts/goudytrajan-webfont.svg#goudytrajanregular') format('svg'),
         url('../fonts/goudytrajan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/*GENERAL STYLING*/

body {
	background : #000 url('../pix/church.jpg') no-repeat fixed /*left*/ center;
	background-size : cover; 
	-moz-background-size : cover; 
	-webkit-background-size : cover; 
	-o-background-size : cover;
	font: .81em/150% Arial, Helvetica, sans-serif;
	color: #fff;
}

#head{
		width: 100%;
		height: 100%;
		position: fixed;
/*		top: 50%;*/
/*		left: 50%;*/
/*		margin: -512px 0 0 -512px;*/
		margin: 0px auto;
		background:url('../pix/a3.png') no-repeat fixed center;
		background-size : cover; 
-moz-background-size : cover; 
-webkit-background-size : cover; 
-o-background-size : cover; 
font : normal 10pt Arial, Helvetica, sans-serif; 
}

a{
	background-color: transparent;
	color: #DDFF00;
	text-decoration: none;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}
a:hover{
	color: #DDFF00;	
	text-shadow: #B4FF00 0px 0px 1px, #B4FF00 0px 0px 3px, rgba(180, 255, 0, 0.702) 0px 0px 5px;
}

.ma{
	color: #ddFF00;	
	text-shadow: #B4FF00 0px 0px 1px, #B4FF00 0px 0px 3px, rgba(180, 255, 0, 0.702) 0px 0px 5px;
}

.m{
	color: #FFF;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
	font-size:1.1em;
}

/*lists*/
ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/*headings*/
h1, h2, h2 a, h3, h4, h5, h6 {
	line-height: 1.4em;
	margin: 20px 0 .4em;
	color: #fff;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/*MENU*/
#m_holder{
	display: block;
	position:relative;
	height:20px;
	margin-top:30px;
	margin-bottom:20px;
}

#menu, #menu li a{
	margin: 0px auto;
	font: normal normal 400 1.1em "Segoe UI";
	font-family: "Segoe UI";
	text-decoration:none;
}
#menu li { display: inline; text-align:center; }
#menu li a{
	text-decoration:none;
	padding: 3px 6px;
	margin: 0 10px 0 10px;
	}


/*STRUCTURE*/
#pagewrap {
	width: 980px;
	margin: 0 auto;
}

/*HEADER*/
#header {
	position: relative;
	height: 160px;
}

/* site logo */

#site-logo {
	display: block;
	background-color: transparent;
	color: #fff;
/*	font: normal normal 400 14px/19.6px "Segoe UI";*/
	font-family: "goudytrajanregular";
	font-weight: normal;
	font-style: normal;
	font-size: 610%;
	line-height: 1em;
	letter-spacing: -0.03em;
	margin: 0 auto;
	margin-top:15px;
	padding: 0px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 0px 5px #000000, 0px 0px 9px rgba(0, 0, 0, 0.2);
	width: 560px;
}
#site-logo a{
	text-decoration:none;
	color: #fff;
}


/* site description */
#site-description {
	font-family: "goudytrajanregular";
	font-weight: normal;
	font-style: normal;
	color: #fff;
	position: relative;
	text-align: center;
	margin: 0px auto;

}

/*CONTENT*/
#Main{
	background-color: rgba(0, 0, 0, .60);
	margin:0 auto;
	margin-top: 50px;
	width: 720px;
	top: 80px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0, 0.7);
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	}
#holder{
	padding-top: 1px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	background:url('../pix/glass.png') no-repeat;
background-position:0px -30px;}
#content {
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	display: block;
	height: auto;
	margin: 0px 0px 40px;
	padding: 20px 0px 0px 0px;
	text-align: justify;
	text-shadow: rgba(0, 0, 0, 0.400) 0px 2px 4px;
	vertical-align: baseline;
	width: 620px;
	word-wrap: break-word;
	font-family: "Segoe UI";
	font-size: 14px;
	font-style: normal;
	line-height: 17.22px;
	font-weight: 400;
	font-variant: normal;
}