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

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

}
/* 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;
}

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


body>#footer-wrapper {
	position:fixed;
}

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

}

.simple {
  width: 820px;
  margin: 10px auto;
  border: 0;
  text-align: justify;
  
}

.bigbox {

width: 920px; 
text-align: center;
font-size: .75em

}

.box {
	
	display: inline-block;
	width: auto;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	
    }




/***************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;
}

#bigbox p {
	font-size:.75em;
	
}

#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:#404040;
	text-decoration: none;	
}