body {
	background-color: #F6EFDE;
	color : #635D56;
	font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
	margin : 0;
	padding : 0;
	font-size: 82%;
}

h2 {
  font-size:125%;
  margin-top:0;
  margin-bottom : 0px;
}

h3 {
  font-size:115%;
  margin-top:0;
  margin-bottom : 8px;
}

a {
  color:#BC4904;
  text-decoration : none;
}

p {
	font-size: 105%;
}

.wrapper {
	width : 788px;
	margin: 0 auto;
}

.inner-wrapper {
  background : #ffffff;
	height : 400px;
	padding : 20px 30px;
}

img {
	border:  none;
}

.header {
  width : 100%;
  background: #FC9336 url(images/header-bg.png) repeat-x;
  padding-bottom : 0.75em;
  border-bottom : 20px solid #FBE3BF;
}

.logo {
  width : 788px;
  height : 100px;
  margin: 0 auto;
  
}

.content {
  width : 340px;
  float : left;
  height: 380px;
  margin: 14px 0;
}

.right-col {
  float : right;
  margin : 14px 0 0;
}
.subscribe {
  width : 310px;
  text-align : left;
  background-color : #ffe8cb;
  padding : 15px 15px;
  height: 160px;
  overflow : hidden;
}

.subscribe label {
	font-size : 94%;
}

input.form-submit {
  background-color:#f96b3e;
  color:#ffffff;
  font-weight:bold;
  border:1px solid #f96b3e;
  padding : 4px;
}

input.text-field {
  padding : 4px;
  width : 190px;
  margin-top : 6px;
}


.twitter {
  margin : 14px 0;
  width : 300px;
  text-align : left;
  background-color : #ffe8cb;
  padding : 15px 20px;
  position:relative;
  min-height : 120px;
}

.twitter ul {
	margin:0;
   padding:0;
	width:214px;
}

.twitter li{
  padding-top: 0px;
  list-style: none;
}
.twitter li a{
 text-decoration: none;
}

.twitter li span a{
  text-decoration: underline;
  background: none;
}

.twitterFollow{
  width: 92px;
  height:92px;
  left:244px;
  position: absolute;
  top: 10px;
  line-height: 0;
  padding: 0;
  margin: 0;
  display: block;
  text-indent: -7998px;
  background: transparent url(images/follow.png) no-repeat;
}

.twitterFollow:hover{
  background-position: bottom left;
}


.footer {
	text-align: center;
	font-size : 90%;
  padding : 1em;
}

.footer a {
	color: #BC4904;
}
