body {
	background-image: url(images/page-bg.png);
	background-repeat : repeat-x;
	background-color: #6332aa;
	color : #29195e;
	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:#6f32cc;
  text-decoration : none;
}

p {
	font-size: 105%;
}

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

.inner-wrapper {
	background-image: url(images/body-bg.png);
	background-repeat: no-repeat;
	height : 400px;
	padding : 20px 30px;
}

img {
	border:  none;
}

.logo {

}

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

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

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

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

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


.twitter {
  margin : 14px 0;
  width : 300px;
  text-align : left;
  background-color : #E5D0FE;
  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;
 color 
}

.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%;
	color: #C2A9E1;
}

.footer a {
	color: #C2A9E1;
}

