* { box-sizing: border-box; 
left: 0;
}

#wrapper {width: 90%;
margin-left: auto;
margin-right: auto;
min-width: 960px;
text-indent: 0em;
}

#leftCollumn {float: left;
margin-right: 10px;
border-right: 1px ridge #DDD;
position: fluid;
text-decoration: none;
font-weight: bold;
width: 15%;
}

#contactForm {float: right;
margin-left: 10px;
border-left: 1px ridge #DDD;
position: fluid;
padding-left: 1%;
text-decoration: none;
font-weight: bold;
width: 15%;
}


#PHPLink {border-bottom: 1px ridge #DDD;
margin-left: 20%;
margin-right: 20%;
text-align: center;
}

main {margin-left: 20%;
margin-right: 20%;
text-indent: 1em;
}

a{text-decoration: none;}

a:link{color: #DDD;}
a:visited{color: #DDD;}
a:hover{color: #AAA;}

body {background-color: #222;
color: #DDD;
font-family: "Times New Roman", Georgia, sans-serif;
font-size: 1em;
}

h1 {background-color: #DDD;
color: #222;
font-family: courier new, Times, sans-serif;
line-height: 175%;
font-size: 4em;
text-align: center;
border: .3em ridge #222;
}

h2 {border-bottom: .01em solid #DDD;
text-align: center;
font-size: 1.8em;
left: 0px;
right: 0px;
}

h3 {font-size: 1.7em;
text-align: center;
}

#footer {bottom: 0px;
float: left;
width: 100%;
border-top: 1px ridge #DDD;
text-indent: 2em;
position: absolute;
background-color: #111;
}

@media only screen and (max-width: 768px) {
	#wrapper {width: 100%; min-width: 128px;}
	#leftCollumn {float: none; width: 100%;}
	#latest {margin-left: 0%;}
	#latest {margin-left: 0%;}
	#footer {position: relative;}
	main {margin-left: 0%; font-size: 1.2em;}
	body {margin: 0; padding: 5px;}
	nav {font-size: 1.2em; float: none; width: 100%; border: none; background-color: #D8D6D4; padding: 0px;}
	nav ul {padding-left: 0px;}
	nav li {display: block; padding: 0px; border: 3px ridge #000; background-color: #686664;}
	nav a {display: block; border-style: none; font-size: 2em; text-align: center;}
}