body {
	margin: 0 0; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align: center; /* Hack for IE5/Win */
	background-color: #EEE;
}
	
#content {
	width: 742px;
	height: 443px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	padding: 0px;
	border: 1px solid #FCEBBF;
	background-image: url('/images/background-image.jpg');
	background-repeat: no-repeat;
}

a, a:link {
text-decoration: underline;
color: #0000EE;
}

a:hover, a:active {
text-decoration: none;
color: #551A8B;
}

#one {
	margin: 186px 303px 0 0;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #5a5a5a;
	text-align: center;
}

div#button {
	position: relative;
	left: 105px;
	top: 162px;
}

.icons {
      text-align: center;
	position: relative;
	top: 162px;
}

.links {
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
      text-align: center;
	position: relative;
	top: 380px;
	padding: 0 0 30px 0;
}

.links2 {
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
      text-align: center;
	padding: 20px 0 30px 0;
}

.text {
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	position: relative;
      width:800px;
	top:480px;
      text-align:left;
	padding: 0 0 20px 0;
      margin:0 auto;
}

.space {
	padding: 15px 0 0 0;
}

.page_width {
	width: 75%
	text-align: left;
}

#wrapper {
 	margin: 20px auto;
 	width: 800px;
}

#container {
 	padding: 10px 20px 20px 20px;
 	background: #FFF url('/images/content-shadow.gif') repeat-y;
}

#header {
 	height: 50px;
 	padding: 20px 20px 0px 40px;
 	background: #EEE url('/images/header-shadow.gif') no-repeat;
}

#header h1 {
 padding: 15px 30px 0px 30px;
 font-family: helvetica, arial, georgia, san serif;
 font-size: 20px;
 font-weight: bold;
 color: #CF3800;
 text-align: center;
}

h2 {
 padding: 5px 0px 0px 0px;
 font-family: arial, georgia, helvetica, san serif;
 font-size: 16px;
 font-weight: bold;
 color: #000;
 text-align: left;
}

.main-text {
	padding: 10px;
	font-family: georgia;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

#bottom {
	padding: 10px;
	background: #EEE url('/images/bottom-shadow.gif') no-repeat;
}

#footer {
	font-family: georgia, times, serif;
	font-size: 12px;
	padding-bottom: 10px;
	text-align: center;
}

.border {
	border: 1px solid #CCC;
}

.testimonials {
	font-family: georgia, times, serif;
	font-size: 13px;
	font-weight: normal;
	text-indent: 15px;
	text-align: justify;
	position: relative;
	left: 50px;
	top: 180px;
	width: 642px;
}

#two {
	font-family: arial, helvetica;
	font-size: 18px;
	font-weight: bold;
	color: #5a5a5a;
	text-align: left;
}

p.indent {
	text-indent: 15px;
}

hr {
	border: 0;
	width: 85%;
	height: 1px;
	background-color: #CCC;
	text-align: center;
	margin: 25px auto;
}

div.paragraph {
	display:none;
}