﻿* {
	margin: 0;
	padding: 0;
}

body
{
  text-align: center;

}

#Wrapper {
	margin: 0px auto;
	width: 900px;
	text-align: left;
}

#Header
{
}

#Content {
	position: relative;
}

#MainContent {
	width: 560px;
	float: left;
	padding-right: 30px;
}

#MainContent h2 {
} 

#MainContent h3 {
}

#MainContent p {
}

#ExtraContent
{
  width: 240px;
  float: right;
  padding: 20px 20px 0 0px;
}

#ExtraContent p {
}

#Footer {
  clear: both;
}

#FreeBookThreeQuestions { border: none; margin-top: 10px; margin-left: 20px; }
#FreeBookThreeQuestions legend { display: none; }
#FreeBookThreeQuestions ol { list-style-type: none; }
#FreeBookThreeQuestions ol li.QuestionGroup { margin: 10px 0 5px 0; }
#FreeBookThreeQuestions ul { list-style-type: none; }
#FreeBookThreeQuestions ul li { padding-left: 20px; }

