* {
	margin:0;
	padding:0;
	}
body {
	background:#fff url(images/bg-body.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
a , img , form , fieldset {
	border:none;
	}
a:link , a:visited {
	text-decoration:none;
	color:#00f;
	}
a:hover {
	color:#666;
	}		
h1 {
	font-size:24px;
	font-weight:bold;
	color:#069;
	}
h2 {
	margin:10px 0 0 0;
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color:#693;
	}
h3 {
	font-size:14px;
	font-weight:bold;
	color:#000;
	}
h4 {
	font-size:20px;
	font-weight:normal;
	color:#fff;
	}		
p {
	line-height:18px;
	}	
ul {
	margin:150px 0 0 15px;
	}
li {
	list-style:square;
	line-height:24px;	
	}
blockquote {
	background:#ffc;
	width:400px;
	margin:20px 0 20px 0;
	padding:20px;
	line-height:18px;
	}
blockquote p {
	padding:0 0 10px 0;
	font-size:12px;
	font-style:italic;
	}
blockquote b {
	font-size:12px;
	font-weight:bold;
	}
form div {
	padding:0 0 10px 0;
	}	
label {
	font-size:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#fff;
	}
input , select , textarea {
	margin:5px 0 0 0;
	}
input:focus , textarea:focus {
	background-color:#ffc;
	}												
.clear {
	clear:both;
	}	
#mainWrap {
	background:url(images/bg-mainWrap.png) no-repeat top center;
	width:100%;
	height:100%;
	min-height:500px;
	}
#main {
	width:900px;
	height:100%;
	margin:auto;
	}
#sidebar {
	width:195px;
	height:100%;
	margin:40px 0 0 0;
	float:left;
	}
#sidebar .logo {
	width:190px;
	height:190px;
	padding:0 0 0 5px;
	}
#sidebar .trustguard {
	width:190px;
	height:360px;
	margin:250px 0 0 5px;
	text-align:center;
	}
#sidebar .trustguard2 {
	width:190px;
	height:360px;
	margin:30px 0 0 5px;
	text-align:center;
	}
#sidebar .trustguard p {
	width:190px;
	height:80px;
	padding:10px 0 0 0;
	}			
#contentWrap {
	background:url(images/bg-contentTop.png) no-repeat top;
	width:705px;
	height:100%;
	margin:40px 0 0 0;
	float:right;
	}
#content {
	background:url(images/bg-content.png) repeat-y top;
	width:705px;
	height:100%;
	margin:20px 0 0 0;
	padding:15px 0 0 0;
	}
#content .left {
	background:url(images/bg-contentLeft.jpg) no-repeat top right;
	width:440px;
	height:100%;
	padding:0 20px 0 25px;
	float:left;
	}
#content .left p {
	padding:10px 0 0 0;
	}	
#content .left form {
	text-align:center;
	}	
#content .right {
	width:180px;
	height:100%;
	padding:0 20px 0 20px;
	float:right;
	}
#content .right p {
	padding:5px 0 10px 0;
	font-weight:bold;
	color:#fff;
	}	
#contentWrap .footer {
	background:url(images/bg-contentBottom.png) no-repeat top;
	width:705px;
	height:70px;
	}
#contentWrap .footer p {
	padding:30px 0 0 0;
	font-size:11px;
	text-align:right;
	}			
				