body {
	text-transform: uppercase;
	margin: 60px 60px 60px 58px;
	font: 11px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a {
	color: black;
	text-decoration: none;
}

.container {
}

.col1 {
}

.col2 {
	position: absolute;
	top: 0;
	left: 350px;
	width: 800px;
}

.col2 p {
	margin-top: 0;
	text-transform: none;
	margin-bottom: 30px;
}

nav {
	top: 56px;
	position: fixed;
	line-height: 1.5em;
}

nav .title {
}

nav ul {
	padding: 0;
	margin: 0 0 44px;
}

img {
	width: 100%!important;
	height: auto!important;
}

body.intro {
	margin: 0;
}

body.intro img {
	margin: 0;
}

body.intro p {
	margin: 0;
}

nav a {
	padding: 2px;
}

nav .currentpage > a,
nav a:hover {
	background-color: #80ff80;
}

nav .title a:hover,
nav a.menuSwitch:hover {
	color: black;
	background-color: white;
}

nav.small {
	visibility: hidden;
}



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

body {
	margin: 30px;
}
  nav.main {
	visibility: hidden;
	position: absolute;
	width: 100%;
	margin-bottom: 30px;
	top: 30px;
	background-color: white;
}

.col2 {
	width: 100%;
	position: static;
}

.col2 p {
	margin-bottom: 0;
}

.col2 img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.col1 {
	position: static;
}

nav.small {
	position: static;
	float: left;
	width: 100%;
	visibility: visible;
}

nav.small ul {
	margin-bottom: 25px;
}

nav.small li {
	display: inline;
}

a.menuSwitch {
	position: absolute;
	top: 30px;
	right: 30px;
}
}