html{height: 100%;}

body
{ font-family: Georgia, "Times New Roman", Times, serif;
text-align:center;
min-width: 600px;
  padding: 0px;
  margin: 0px;
  font-size: 0.68em;
}

p
{
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.2em;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-indent: 15px;
}

h1
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}

h2
{
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 24px;
	color: #AD2021;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;
}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menu, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{
	width: 600px;
	height: auto;
	text-align:left;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border: 1px solid;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
margin: 0 auto;
}

/* links above the logo / footer */
#links, #footer
{
	width: 726px;
	height: 24px;
	font-size: 88%;
	text-transform: uppercase;
	padding: 12px 21px 0px 19px;
}

#links{text-align: center;}

#footer
{ text-align: center; 
  border-top: 2px solid;
}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: ad2021;
}
.testimonials {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
	width: 450px;
	background-color: #FFFFCC;
	text-align: center;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: double;
	border-top-width: 1px;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
	border-left-width: 1px;
	padding: 15 px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.noindent {
	text-align: left;
	text-indent: 0pt;
}
img {
	padding: 10px;
}