body {
margin: 0;
padding: 0;
background-color: #5e5d60;
color: #e7e7e7;
font-family: calibri, sans-Serif;
}

html{
position: relative;
min-height: 100%;
}

a:link{
text-decoration: none;
color: #b3aac8;
padding: 2px 5px 0 5px;
}
a:hover {
color: #d3d3d3;
border-radius: 5px 5px 0 0;
font-weight:bold;
}

a:visited {
color: #b3aac8;
}
a:active {
color: #d3d3d3;
}
.headwrap {
  margin: 0px;  
  background: #4d4b4f;
}

.header {
  max-width: 760px;
  margin: auto;
}

.header h1 {
font-size: 40px;
margin: -5px 0 0 0;
}

.header p {
margin: 0;
padding: 0;
font-style: italic;
font-size: 15px;
}


.top-links{
text-align:right;
font-size: 17px;
text-transform: uppercase;
}

.wrapper {
position: relative;
margin: 0 auto 150px auto;
max-width: 800px;
}

.content {
text-align: center;
padding: 0 25px 15px 15px;
}

.content img {
margin-top: 30px;
max-width: 100%;
border: 3px solid #4d4b4f;
}

.cap {
margin: -5px 0 0 5px;
background-color: #4d4b4f;
border: 3px solid #4d4b4f;
width: 100%;
text-align: right;
height: 20px;
font-style: italic;
}

.footer {
position: absolute;
min-height: 100px;
min-width: 100%;
background-color: #4d4b4f;
text-align: center;
bottom: 0;
}

.about {
    margin: 20px auto;
    padding: 12px 15px 1px 15px;
    background-color: #4d4b4f;
    max-width: 735px;
}

.about img {
    max-width: 100%;
    float:left;
    padding-right: 10px;
}

.about h2 {
    margin: 0;
    padding: 0;
}

/* Dragzai prettifies your forums */
div.about hr {
	clear: both; 
	background-color: #5E5D60; 
	border: 0; 
	height: 2px;
	margin-top: 40px; 
	display: block;
}
div.form-wrapper {
	width: 100%;
}
form.contact input, form.contact textarea {
	padding: 7px 12px;
	font-family: Calibri, Sans-Serif;
	font-size: 1em;
	color: #999;
	width: 100%; /* 706px */
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 5px solid #685c83;
	display: block;
	margin-bottom: 15px;
	outline: none;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
form.contact input.input-error, form.contact textarea.input-error {
	border-color: #ff0000;
	background-color: #ffdcdc;
}
form.contact input.btn {
	color: #685c83;
	background-color: #B3AAC8;
	cursor: pointer;
}
form.contact input.btn:hover {
	color: #B3AAC8;
	background-color: #685c83;
	border-left: 5px solid #B3AAC8;
}
div.message {
	display: none;
	color: #685c83;
	background-color: #B3AAC8;
	padding: 7px 12px;
	border-left: 5px solid #685c83;
	margin-bottom: 20px;
}
/* Dragzai puts the paint brush down and walks away */