
#feed {
  margin: auto;
  padding: 0.4em 1em;
  width: 98%;
  background-color: #eee;
  color: #333;
  font-family: sans-serif;
  font-size: 1.2em;
  border: 1px solid #333;
  border-radius: 8px;
}


#feed img {
  border: 1px solid #123;
  width: 120px;
  height: 120px; 
  margin: 10px;
}

#feed p {
  margin: 20px;
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #77aa99;
  font-family: sans-serif;
  font-size: 82%;
}

div#page {
  margin: 1% auto;
  max-width: 700px;
  width: 100%;
}

div#header { display: block; width: 100%; }

p#location { text-align: center; font-size: 1.2em; font-weight: bold; line-height: .9em; margin: 2px; }

div#home {
  margin: auto;
  padding: 0.4em 1em;
  width: 98%;
  background-color: #eee;
  color: #333;
  font-family: sans-serif;
  font-size: 1.2em;
  border: 1px solid #333;
  border-radius: 8px;
}

div.right { float: right; width: 36%; font-size: 1.3em; font-weight: bold; }
div.right img { float: right; width: 90%; height: auto; border: 1px; solid #333;}

	
h1 {
	width: 100%;
        position: relative;
        margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 6em;
        text-align: center;
        line-height: 90%;
        color: #ffffff;
  }
h2 {
	width: 100%;
        position: relative;
        margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 2.5em;
        text-align: center;
        line-height: 90%;
        color: #fdf202;
  }

h3 {
	width: 100%;
        position: relative;
        margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 4em;
        text-align: center;
        line-height: 90%;
        color: #ffffff;
  }

h4 {
	width: 100%;
        margin: 0;
	font-weight: normal;
	font-size: 1.8em;
        color: #333;
        font-family: 'Microgramma', sans-serif;
        text-transform: uppercase;
  }

img#header {
  width: 100%;
  height: auto;
}

img#PRS-live {
  width: 100%;
  height: auto;
}

ul#nav {
   list-style: none;
   float: right;
   margin: 0;
   padding: 0;
   width: 96%;
}

ul#nav li {
   display: inline;
   float: left;
   margin: 0 10px 6px 0;
   padding: 4px 2px;				
   background-color: #335544;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   border-color: #eee;
   border-radius: 4px;
   font-size: 1.2em;
}

ul#nav li:hover {
   background-color: #668877;
}

ul#nav li a {
   color: #fff;
   text-decoration: none;
   outline: none;
   padding: 4px 10px;
}

ul#nav li.active a {
   color: #ff0;
}

div.clear {
  display: block;
  width: 100%;
  clear: both;
  }



#mailform {
        display: none; 
	font-family: sans-serif;
	font-size: .8em;
	padding: 10px;
	}
	
#mailform h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

#mailform input, #mailform textarea {
	border: 1px solid #789;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
	}

