@font-face {
  font-family: 'Cinzel';
  font-style: normal;
  font-weight: 400;
  src: local('Cinzel-Regular'), url(http://fonts.gstatic.com/s/cinzel/v4/i2BwM1Eq2JyiNOY_VrkubOvvDin1pK8aKteLpeZ5c0A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin */
@font-face {
  font-family: 'Antic';
  font-style: normal;
  font-weight: 400;
  src: local('Antic'), local('Antic-Regular'), url(http://fonts.gstatic.com/s/antic/v7/IVZiQl5Ww-TJ-PrbjA5gMKCWcynf_cDxXwCLxiixG1c.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}





body{
	text-align: left;
	background-image:url();
	background: white;
	color:black;
	font-family: 'Antic', serif;
	font-size: 14pt;
	line-height: 14pt;
	padding: 5%;
}

p{
}

a:link, a:visited, a:active, a:hover{
	color: #a10000;
	text-decoration: none;
}

a:active, a:hover{
	font-weight: bold;
	text-decoration: underline;
}

h1{
	text-align: center;
	text-transform: capitalize;
	font-family: 'cinzel', serif;
	font-size: 30pt;
	line-height: 30pt;
	padding:20px;
}

h2{
	text-transform: capitalize;
	font-family: 'cinzel', serif;
	font-size: 24pt;
	line-height: 20pt;
	padding:20px;
	color: white;
	background-color: #bb955b;
}

h3{
text-transform: capitalize;
	font-family: 'cinzel', serif;
	font-size: 16pt;
	line-height: 16pt;
	margin: 0;
	padding: 0;
}

h4{
text-transform: capitalize;
	font-family: 'cinzel', serif;
	font-size: 14pt;
	margin: 0;
	padding: 0;
}

ul {    margin: 10px;
    padding: 0;
display:inline-block;
	display: block;
}

ul li {
display:inline-block;
margin-top: 5px;
}

ul li ul {
display: block;
}

ul li ul li{
}

#menu-bar {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0;
  height: 10p%;
  line-height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0px 0px 0px #bb955b;
  -webkit-box-shadow: 0px 0px 0px #bb955b;
  -moz-box-shadow: 0px 0px 0px #bb955b;
  background: #bb955b;
  border: solid 2px #6D6D6D;
  position:absolute;
  z-index:999;
  top:0;
  left:0;
  
}


#menu-bar li {
  margin: 0px 0px 0px 0px;
  padding: 0px 6px 0px 6px;
  float: left;
  position: relative;
  list-style: none;
}
#menu-bar a {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: #000000;
  text-decoration: none;
  display: block;
  padding: 5px 18px 5px 18px;
  margin: 0;
  margin-bottom: 6px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-shadow: 0px 0px 0px #000000;
}
#menu-bar li ul li a {
  margin: 0;
}
#menu-bar .active a, #menu-bar li:hover > a {
  background: #E0E0E0;
  color: #444444;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  text-shadow: 2px 2px 3px #FFFFFF;
  text-decoration: underline;
}
#menu-bar ul li:hover a, #menu-bar li:hover li a {
  background: none;
  border: none;
  color: #666;
  -box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  text-decoration: underline;
}
#menu-bar ul a:hover {
  background: #7F92A3 !important;
  color: #FFFFFF !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  text-shadow: 2px 2px 3px #FFFFFF;
}
#menu-bar li:hover > ul {
  display: block;
}
#menu-bar ul {
  background: #DDDDDD;
  display: none;
  margin: 0;
  padding: 0;
  width: 185px;
  position: absolute;
  top: 28px;
  left: 0;
  border: solid 1px #B4B4B4;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: 0px 0px 0px #222222;
  -moz-box-shadow: 0px 0px 0px #222222;
  box-shadow: 0px 0px 0px #222222;
}
#menu-bar ul li {
  float: none;
  margin: 0;
  padding: 0px;
}
#menu-bar ul a {
  padding:10px 10px 0px 10px;
  color:#424242 !important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight: normal;
  text-shadow: 2px 2px 3px #FFFFFF;
  text-align:left;
}
#menu-bar ul li:first-child > a {
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
#menu-bar ul li:last-child > a {
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#menu-bar:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#menu-bar {
  display: inline-block;
}
  html[xmlns] #menu-bar {
  display: block;
}
* html #menu-bar {
  height: 1%;
}
#menu-bar ul li ul {
position:absolute;
left:180px;
top:-10px;
}



#header{
width:50%;
padding: 0;
margin: 0% 25%;
text-align: center;
}




#intro{
float: right;
}




#section{
	width:100%;
    margin: 20px;
	display: block;
}

#image{
padding-top:55px;
width: 80%;
padding-left: 10%;
}

#caption{
text-align: justify;
width: 78%;
padding-left: 11%;
}


