body {
	background: url(images/logo_side4.jpg) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-left: auto; 
	margin-right: auto;
	width: 920px;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #999;
	background: #eeeeee;
}

h1, h2 {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}

h1 { font-size: 30px; }

h2 { font-size: 18px; }

p, ul, ol {
	margin-top: 0;
	line-height: 100%;
	text-align: justify;
}

a { color: #df3801; }

a:hover { text-decoration: none; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

#menu-back {
	background: url(images/logo_side4.jpg) repeat-x left top;
}


#header {
	width: 920px;
	height: 45px;
	margin: 0 auto;
}

#menu {
	float: left;
	width: 540px;
	height: 45px;
}

#menu ul {
	margin: 0;
	padding: 2px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 11px 25px 2px 25px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page a {
	height: 26px;
	background: url(images/green.jpg) repeat-x left top;
	color: #FFFFFF;
}

#page {
	width: 920px;
	margin: 0 auto;
}

#page-top {
	padding-top: 22px;
}


#logo {
	width: 920px;
	height: 134px;
	margin: 0 auto;
	background: url(images/logo2.jpg) no-repeat left top;
}

#logo h1, #logo p {
	margin: 0px;
	margin-left: 620px;
	line-height: normal;
	font-weight: normal;
	color: #00000;
}

#logo h2, #logo p {
	margin: 0px;
	margin-left: 620px;
	line-height: normal;
	font-weight: normal;
	color: #00000;
}

#logo h3, #logo p {
	margin: 0px;
	margin-left: 646px;
	line-height: normal;
	font-weight: normal;
	color: #00000;
}

#logo p {
	font-size: 12px;
}

#logo h1 {
	padding-top: 20px;
	font-size: 22px;
}

#logo h2 {
	padding-top: 20px;
	font-size: 20px;
}

#logo h3 {
	padding-top: 0px;
	font-size: 20px;
}


/* Content */

#content {
	float: left;
	width: 858px;
	padding-top: 10px;
	padding-left: 30px;
}

/* Post */

.post {
	margin-bottom: 25px;
}

.post .title {
	height: 38px;
	color: #486859;
}

.post .entry {
	padding: 14px 0;
}

.post .links {
	margin: 0 250px 0 0;
	padding: 0 0 0 0px;
}



/* Container */


#container  {
  box-sizing: border-box;
}

.box {
  float: left;
  width: 33.3%;
  height: 200px;
  background-color: #486859;
}
.box50 {
  float: left;
  width: 50%;
  height: 200px;
  background-color: #ffffff;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#container {
	width: 100%;
    height: 200px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #486859;
}
#container2 {
	width: 100%;
    height: 400px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
}

#container p {
	margin: 0;
	padding: 0px 10px;
}

#container h1 {
    padding-top: 10px;
    margin-left: 20px;
	height: 34px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}
#container h2 {
    padding-top: 10px;
    margin-left: 20px;
	height: 24px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
}

#container2 h1 {
    padding-top: 10px;
    margin-left: 20px;
	height: 34px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-decoration: none;
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
#container2 h2 {
    padding-top: 10px;
    margin-left: 20px;
	height: 24px;
	margin: 0 0 10px 0px;
	padding: 12px 0 2px 7px;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}


#container p {
	line-height: 200%;
}
#container a {
	text-align: left;
	text-decoration: none;
	font-weight: normal;
	color: #000;
}

/* popups without javascript */

/* showing popup background */
a.popup:target { display: block; }

/* showing popup */
a.popup:target + div.popup { display: block; }

/* popup target anchor and background */
a.popup {
	/* background is initially hidden */
	display		: none;
	position	: fixed;
	top		: 0;
	left		: 0;
	z-index		: 3; /* anything, really, but bigger than other elements on the page */
	width		: 100%;
	height		: 100%;
	background	: rgba(0, 0, 0, 0.8);
	cursor		: default;
}

/* popup window */
div.popup {
	/* popup window is initially hidden */
	display 	: none;
	background	: white; /* choose your color; */
	width		: 500px; /* width */
	height		: 505px; /* height */
	position	: fixed;
	top		: 50%;
	left		: 50%;
	margin-left	: -320px; /* = -width / 2 */
	margin-top	: -240px; /* = -height / 2 */
	z-index		: 4; /* z-index of popup backgroung + 1 */

	-webkit-box-sizing : border-box;
	-moz-box-sizing	: border-box;
	-ms-box-sizing	: border-box;
	box-sizing	: border-box;
}

/* links to close popup */
div.popup > a.close {
	color		: white;
	position	: absolute;
	font-weight	: bold;
	right		: 10px;
}

div.popup > a.close.word {
	bottom		: 100%;
	margin-bottom	: 5px;
}

