a {
  color: #E58633;
  text-decoration: none;
  font-weight: 600;
}
a:hover {
  text-decoration: underline;
}
* {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}
body {
  background-color: #222222;
  color:#505A5B;
  font-family: Helvetica,Geneva,Arial,sans-serif;
  font-size: 12px;
  height: 100%;
}
#wrapper {
  margin: 0px auto;
  width: 800px; /*Only fixed width setting*/
}
#page {
  background-color: #FFF;
  background-image: url('../images/bg-gradient.png');
  background-repeat: repeat-x;
  padding-bottom: 10px;
  background-attachment: fixed;
  background-position: top;
}
#header {
  padding: 10px 50px;
}
ol, ul {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}
#content {
  background-color: #FFF;
  margin: 5px 50px;
  border-top: solid 5px #E58633;
  padding: 10px;
}
#footer {
  color: #FFF;
  padding: 10px;
  margin: 50px 0px 10px 0px;
  border-top: solid 1px #4C4C4C;
  border-bottom: solid 1px #4C4C4C;
  font-size: 11px;
}
#header a, #footer a {
  color: #FFF;
  text-decoration: none;
}
.inline {
  display: inline;
}
.clear {
  clear: both;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
#header li {
  margin: 2px;
  display: inline;
}
#header li a {
  padding: 5px 8px;
  background-image: url(../images/bg-gradient.png);
  background-position: 1px -500px;
}
#header li a:hover {
  background-position: 1px -400px;
}
#footer a:hover {
  text-decoration: underline;
}
#menu {
  margin-top: 70px;
  font-weight: 600;
}
p, blockquote, ul, ol {
  line-height: 1.2em;
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #616B3E;
}
blockquote {
  margin-left: 50px;
  margin-top: 10px;
}
em{
	color:#E58633;
}

#page #content p{
	margin:10px 10px;
}