html {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:100%;
	padding:0px;
	margin:0px;
	background: #68a6d7 url(../images/bg.jpg) no-repeat center bottom fixed;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#333;
	line-height:1.4em;
}
a:link, a:visited {
	color:#00F;
	text-decoration:none;
}
a:hover {
	color:#069;
	text-decoration:underline;
}
h1 {
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#004C7E;
	margin:0px 0px 0.5em 0px;
	border-bottom:1px solid #F60;
}
h1.title {
	color:#F60;
	margin:0px;
	border:none;
}
h2 {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#036;
	margin:0.5em 0em;
}
h2.title {
	color:#666666;
	margin:0em;
	padding:0px;
	line-height:1.25em;
	border-top:none;
}
h3 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#036;
	margin:0px;
	margin-bottom:0.5em;
}
h3.title {
	color:#666666;
	margin:0em;
	padding:0px;
	line-height:1.5em;
}
hr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFE0CC;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
	height:1px;
}
blockquote {
	margin:0em inherit;
}
p {
	margin:0em 0em 0.5em 0em;
}
ul {
	margin:0px;
	padding-left:1.5em;
}

#body {
	width:590px;
	margin:0px auto;
	background-color:white;
}
#bodyBorder {
	width:591px;
	background:white;
	margin:10px auto;	
	border:1px solid #F60;
}
#content {
	background-color:white;
	padding:20px 20px;
}
#footer {
	width:590px;
	margin:0px auto;
	border:1px solid #F60;
	background-color:#CCC;
	font-size:10px;
	text-align:center;
}
#footerContent {
	line-height:1.5em;
	padding:10px;
	color:#666;
}
#flash {
	width:550px;
	height:200px;
	margin:0px auto;
	text-align:center;
	color:white;
	background-color:#069;
}
#flash a {
	color:yellow;
}
#telephone {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	float:right;
	font-weight:bold;
	text-align:right;
	color: #F60;
}

.testimonial {
	color:#333;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:13px;
	margin-bottom:1em;
	padding:0.5em 1em;
	border:1px dotted #BBB;
	background-color:#DDDDDD;
}
.testimonial div {
	text-align:right;
	padding-right:30px;
}
.hr {
	border-bottom:1px dotted #F60;
	height:1px;
	margin:5px 0px;
}
