* {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

html {
}

body {
	background-color: #000000;
  font-family: tahoma, arial, sans-serif;
  font-size: 12px;
}

a {
	outline: none;
}

a img {
	border: 0;
}

h1,h2,h3,h4 {
	font-family: helvetica;
  font-weight: normal;
  padding: 0 0 10px 0;
  letter-spacing: 1px;
}

h1 {	
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 2px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1em;
}

p {
  color: #5F5F5F; 
	margin: 0 0 10px 0;
}

#structure_outline {	
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #77777F;
	
  padding: 20px;	
	margin: 20px auto;
	width: 700px;
}

#structure_content {
	background-image: url("bg_flyer.png");
	background-repeat: no-repeat;
	background-position: top center;
	line-height: 25px;
	margin-bottom: 50px;
}

.footer {
	font-size: 11px;
	padding: 30px 10px 10px 10px;
	text-align: center;
}

.header {
  margin: 0 0 20px 0;
  text-align: center;
}

.header img {
  margin: 20px 0 20px 0;
}