/* Downloaded from http://freehtml5templates.com */
/* Created by http://baltree.info */

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #d8d8d8;
  font-family: 'Trebuchet MS', sans-serif;
}

#container {
  background-image: url(images/silverbg.jpg);
  background-repeat: no-repeat;
  width: 1006px;
  margin: auto;
  -webkit-box-shadow: 0px 2px 3px #111;
  -moz-box-shadow: 0px 2px 3px #111;
}

#headline {

	margin-bottom: 10px;
    padding-bottom: 10px;
}

#headline h1 {
    font-family: 'IM Fell Double Pica', 'Trebuchet MS', serif;
	text-align: center;
	font-size: 5em;
	color: #111;
	text-shadow: 0px 2px 3px #555;
    border-bottom: solid 1px #989898;
}

h2 {
    font-family: 'IM Fell Double Pica', 'Trebuchet MS', serif;
	text-align: left;
	font-size: 1.5em;
	line-height: 2em;
	color: #111;
	text-shadow: 0px 2px 3px #555;
}


#main {
  width: 800px;
  margin: auto;
  padding-bottom: 10px;
}

section {
  padding-bottom: 20px;
}

p {
	margin-bottom: 10px;
}


footer {
	width: 800px;
	margin: auto;
	text-align: center;
	font-size: 1em;
    margin-top:15px;
}

footer ul {
  border-top: solid 1px #989898;
  padding-top: 5px;
  padding-bottom: 5px;
}


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

footer a:hover {
	color: #888;
}

footer li {
	display: inline;
	list-style-type: none;
	padding-right: 25px;
}

.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 24px;
margin-top: 4px;
}

.alignright, img.alignright {
display: inline;
float: right;
margin-left: 24px;
margin-top: 4px;
}

div.vobes-para
{
  margin-top:100px;
  margin-left:100px;
  margin-right:100px;
  margin-bottom:100px;
}