/***************STRUCTURE***************************/
/*Reset*/
* {
margin:0;
padding:0;
}

body {
	min-width:100%;
    margin-bottom: 3em;

}
/* Absolute positioned header for all browsers*/
#header-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:5em;
}
/* Reset header position to fixed for real browsers such as Firefox*/
body>#header-wrapper {
	position:fixed;
}

#header {
	padding-top:.5em;
	height:4.5em;
	width:100%;
	margin:0 auto;
	
}

#content-wrapper {
    padding:5em 0 0 0;
	margin-left:auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:0px;
	padding-bottom:0px;
}


body>#content-wrapper {
	margin-left:0;
	margin-right:0;
}

#content {
	width:920px;
	height:auto;
    margin-left: auto;
    margin-right: auto;
    
}

.footer {
  padding-top: 1em;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 3em;
  width: 100%;
  text-align: center;

}

.simple {
  padding-top: 3em;
  width: 500px;
  margin: 20px auto;
  border: 0;
  text-align: center;
  
}

div.thumb {
height: 0 auto;
text-align: center;

}

.thumb img{
display: block-inline;
margin-left: auto;
margin-right: auto;

}


/***************STYLE***************************/
body,
html{
	color:#000;font-family:"Trebuchet MS", Georgia, Verdana, Arial, Helvetica, sans-serif;
	background:#ccc;
}

#header {
	background:#ccc;
	text-align:center;
	color:#000;
}

.footer {
	background:#ccc;
	text-align:center;
	color:#000;
}


#content {
	background:#ccc;
	color:#000;
}


h2,
h3,
h4 {
	
	font-size:1em;
	padding-top:0;
	margin-top:auto;
	}

h3 {
    margin-top:.5em;
	margin-left:1em;
	float: left;
}

h4 {
	margin-top:.5em;
	margin-right:1em;
	float: right;
}

h5 {
	font-size:.75em;
	margin-top:auto;
}

#footer p {
	margin:0 0 0 5px;
	padding:0;
}

#header a {
	color:#404040;
	text-decoration: none;
}

#footer a {
	color:#404040;
	text-decoration: none;
}

#content,
.simple a:link, #content a {
    color:#404040;
	text-decoration: none;
}
#content,
.simple a:visited {
    color:#404040;
    text-decoration: none;
}
#content,
.simple a:active {
	color:#660000;
	text-decoration: none;	
}