* {
	margin:0;
	padding:0;
}
body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#2a2b2e url(images/pageBackground.jpg) no-repeat center top;
	color: #ffffff;
}
a {
	color:#9f9b36;
	text-decoration:underline;
}
a:hover {
	color:#9f9b36;
	text-decoration:none;
}
.logo {
	
	font-size:40px;
	text-align:right;
	margin: 16px 0 0 0;
}
.logo a {
    color:#ffffff;
    text-decoration: none;
}

.logo span {
	color:#9f9b36;
	font-size:60px;
	font-style:italic;
}
.author {
	color:#6f6f70;
	text-align:right;
}
#container {
	width:800px;
	margin:0 auto;
}

#footer {
	text-align:center;
	color:#707070;
	padding:50px 0 0 0;
	width:100%;
	background:#1b1c1f;
	height:100px;
	margin:20px 0 0 0;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu ul {
	margin:0;
	padding:0px 0 20px 0;
	text-align:right;
}
.menu li {
	list-style:none;
	display:inline;
	padding:20px 15px 0 15px;
}
.menu li a {
	color:#6f6f70;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
.menu li a:hover {
	color:#9f9b36;
	font-size:24px;
	text-decoration:none;
}
.menu #active a {
	color:#9f9b36;
	font-size:24px;
	text-decoration:none;
}
.leftCon {
	float:left;
	width:500px;	
}

.leftCon .box {
	width: calc(100% - 40px);
	background-color: rgba(111,108,51,0.3);
	padding: 20px;
	margin-bottom: 20px;
}
.leftCon .box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.leftCon .box h1 {
	font-size: 24px;
	margin-bottom:8px;
}
.leftCon .box h2 {
	font-size: 22px;
	margin-bottom:8px;
}
.leftCon .box h3 {
	font-size: 20px;
	margin-bottom:8px;
}
.leftCon .box h4 {
	font-size: 20px;
	margin-bottom:8px;
}
.leftCon .box p {
	font-size: 14px;
	margin: 8px 0;
}

.box .imgfull {
	max-width: 100%;
	margin-bottom:8px;
}
.box .imgleft {
	max-width: 200px;
	float: left;
	margin:0 10px 8px 0;
}
.box .imgright {
	max-width: 200px;
	float: right;
	margin:0 0 8px 10px;
}


.rightCon {
	margin-left:540px;
}
.rightCon li {
	list-style:none;
	font-size: 14px;
	background:url(images/arrow.png) no-repeat left top;
	padding:9px 0 9px 35px;
	margin-bottom: 8px;
}
.rightCon h4 {
	padding:10px 0;
	font-size: 20px;
}











@media screen and (max-width: 680px) {

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#2a2b2e url(images/pageBackground.jpg) no-repeat center top;
	color: #ffffff;
}
a {
	color:#9f9b36;
	text-decoration:underline;
}
a:hover {
	color:#9f9b36;
	text-decoration:none;
}
.logo {
	color:#ffffff;
	font-size:24px;
	font-weight: bold;
	text-align:right;
	margin: 16px 5px 0 0;
}
.logo span {
	color:#9f9b36;
	font-size:60px;
	font-style:italic;
}
.author {
	color:#6f6f70;
	text-align:right;
}
#container {
	width:100%;
	margin:0;
}

#footer {
	text-align:center;
	color:#707070;
	padding:50px 0 0 0;
	width:100%;
	background:#1b1c1f;
	height:100px;
	margin:20px 0 0 0;
} 
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.menu ul {
	margin:0;
	padding:0px 0 20px 0;
	text-align:right;
}
.menu li {
	list-style:none;
	display:inline;
	padding:20px 15px 0 15px;
}
.menu li a {
	color:#6f6f70;
	font-size:24px;
	font-weight:bold;
	text-decoration:none;
}
.menu li a:hover {
	color:#9f9b36;
	font-size:24px;
	text-decoration:none;
}
.menu #active a {
	color:#9f9b36;
	font-size:20px;
	text-decoration:none;
}
.leftCon {
	float:none;
	width:100%;
	margin: 0;
}

.leftCon .box {
	width: calc(100% - 30px);
	background-color: rgba(111,108,51,0.3);
	padding: 10px;
	margin:0 5px 20px 5px;
}
.leftCon .box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0.1em;
}
.leftCon .box h1 {
	font-size: 20px;
	margin-bottom:8px;
}
.leftCon .box h2 {
	font-size: 18px;
	margin-bottom:8px;
}
.leftCon .box h3 {
	font-size: 17px;
	margin-bottom:8px;
}
.leftCon .box h4 {
	font-size: 17px;
	margin-bottom:8px;
}
.leftCon .box p {
	font-size: 14px;
	margin: 8px 0;
}

.box .imgfull {
	max-width: 100%;
	margin-bottom:8px;
}
.box .imgleft {
	max-width: 45%;
	float: left;
	margin:0 10px 8px 0;
}
.box .imgright {
	max-width: 45%;
	float: right;
	margin:0 0 8px 10px;
}


.rightCon {
	margin:20px auto;
	width: 95%;
}
.rightCon li {
	list-style:none;
	font-size: 14px;
	background:url(images/arrow.png) no-repeat left top;
	padding:9px 0 9px 35px;
	margin-bottom: 8px;
}
.rightCon h4 {
	padding:10px 0;
	font-size: 20px;
}

}