body
{
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg_fade.gif');
	background-repeat: repeat-x;
	background-color: #494949;
	text-align:center;
	height: 100%;
}
body, a, td
{
	font-family: Verdana;
	font-size: 11px;
	line-height: 15px;
	vertical-align: top;
}
p, ul, div
{
	text-align: left;
}
p
{
	margin-top: 0px;
}
a 
{
	color: #469FD5;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
h1, h2, .h1
{
	font-size: 18px;
	color: #469FD5;
	font-weight: normal;
}
h3
{
	font-weight: normal;
	font-size: 12px;
	color: #469FD5;
	margin: 0px;
	padding-top: 16px;
}
ul
{
	list-style-image: url('images/tick.png');
}
img 
{
	border: none;
}
table
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
td 
{
	padding-bottom: 8px;
}

input, .textarea
{
	width: 100%;
}
.textarea{
	height: 100px;
}
hr {
	margin-top: 16px;
	height: 2px;
	border: 0;
	background-color: #97B3BF;
}
.container
{
	width: 770px;
	margin: 0px auto;
	min-height: 960px;
	height: 100%;
	background: White url('images/bg.gif') repeat-y scroll 0% 50%;
	text-align: left; /*voor IE */
}
.frame
{
	width: 700px;
	padding: 25px;
	float: left;
	background-color: white;
}
.shadow
{
	width: 20px;
	height: 340px;
	background-image: url('images/shadow_right.gif');
	float: right;
}
.logo
{
	padding-top: 32px;
	display: block;
}
.header
{
	width: 684px;
	height: 172px;
	background-image: url('images/header.png');
	background-repeat: repeat-x;
	margin-top: 16px;
	padding-top: 32px;
	padding-left: 16px;
	color: #fff;
	font-size: 11px;
}
.menu
{
	width: 100%;
	text-align: right;
}
.sidebar
{
	width: 225px;
	float: left;
}
.content
{
	width: 433px;
	float: right;
}
.copyright
{
	width: 700px;
	text-align: center; 
	float: right;
	color: #515151;
	font-size: 9px;
	margin: 0pt auto 0pt;
}
.testimonials td {
	font-size: 9px;
	color: #515151;
	line-height: 12px;
}