#container  {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
} 
#header  {
	background: #D1D8A1 url(images/logo.jpg) no-repeat 130px 30px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 100px;
	width: 980px;
} 
#header h1  {
	margin: 0px 0 0 600px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
}
#header img  {
	padding-left: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#link  {
	width: 465px;
	margin: 0px 0px 0px 515px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: none;
	clear: none;
	height: 20px;
}
#xtralink  {
	color: #333;
	font-size: 0.7em;
	line-height: 120%;
	margin: 0px 0 0 0px;
	font-weight: normal;
	padding: 0px 0px 0 615px;
}
#blog {
	width: 20px;
	height: 20px;
	margin: 0px 0px 0px 135px;
	font-size: 9px;
	background: no-repeat;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#link ul  {
	color: #666;
	font-size: 0.7em;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	text-decoration: none;
	display: inline;
	height: 20px;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
#navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 12px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#mainWrapper {
	background: #F3F;
	width: 980px;
	height: 600px;
}
#mainContent  {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0px;
	color: #000;
	font-size: 0.8em;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	height: 100%;
	width: 465px;
	float: right;
} 
#mainContent h2  {
	color: #333;
	font-size: 1em;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	margin: 0px 0 0 0px;
	padding: 80px 50px 0 0px;
	font-weight: bold;
}
#mainContent p{
	font-size: 1em;
	line-height: 140%;
	color: #000;
	padding-right: 70px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 10px;
}
#mainContent #navcontainer {
	padding-right: 50px;
	line-height: 140%;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
}
#sidebar  {
	width: 515px;
	margin: 0px;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#testimonial {
	width: 230px;
	margin: 0px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 100px 150px 0px 130px;
	font-size: .8em;
	color: #333;
	line-height: 1.5em;
}
#testimonial2 {
	width: 230px;
	margin: 0px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	padding: 0px 150px 0px 130px;
	font-size: 0.7em;
	color: #333;
	line-height: 1.5em;
}
#sidebar #left {
	margin-left: 0px;
	margin-top: 30px;
	width: 395px;
	float: right;
	padding-top: 0px;
}
#sidebar #leftbottom {
	width: 332px;
	height: 0px;
	margin: 0px;
	float: right;
	padding: 38px 63px 0px 0px;
}
#caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #333;
	text-align: center;
	line-height: 1.2em;
}
#mouse   {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #333;
	height: 70px;
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
	line-height: 1.1em;
	width: 70px;
	margin: 42px 0px 0px 50px;
}
#click {
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	color: #333;
	margin: 296px 0px 0px 50px;
	width: 70px;
	height: 70px;
	float: right;
	display: inline; /*fixes IE float bug*/
	text-align: right;
	line-height: 1.1em;
}
#sidebar #top   img{
	margin-left: 135px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sidebar #bottom img {
	padding-left: 135px;
	padding-top: 20px;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer  {
	margin: 0px 0px 35px 120px;
	font-size: 10px;
	padding: 40px 10px 0px 0px;
	background: no-repeat 600px 0px;
} 
#footer p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 37px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 1.1em;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
#footerHome {
	padding: 0 20px 0 540px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D8C1DC;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.75em;
	margin: 0px;
	height: 110px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
html{ 
	overflow-y : scroll; 
}
html {
    height: 100%;
    margin-bottom: 0.01em;
}
#homeImage {
	width: 980px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #0FF;
}
#homeContent {
	margin: 30px 0px 0px 530px;
	color: #333;
	font-size: 0.8em;
	line-height: 120%;
	font-family: "Times New Roman", Times, serif;
	width: 410px;
	background: #D8C1DC;
	padding: 0px 0px 0;
}
#homeContent p {
	margin: 0;
	color: #333;
	font-size: 0.95em;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
}
#pfIntroTop  {
	width: 980px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #EEF2C0;
}
#pfIntroTop p {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 0px 0px 140px;
	margin: 0px;
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.7em;
	line-height: 1.3em;
}
#pfIntroTopSelect  {
	width: 550px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 60px 60px 30px 0px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pfIntroBottom  {
	width: 980px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	height: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #F2EDE1;
}
#pfIntroBottom p {
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 40px 0px 0px 140px;
	margin: 0px;
	height: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 0.7em;
	line-height: 1.3em;
}
#pfIntroBottomSelect {
	width: 550px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 40px 60px 30px 0px;
	height: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
}
.bullet {
	clear:both;
	font-size: 1.7em;
	line-height: 1em;
}
.tabletext {
	clear:both;
	font-size: 0.6em;
	line-height: 0.9em;
}
