* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
h1 {font-size: 26px;}
h2 {font-size: 18px;}
h3 {font-size: 14px;}
h4 {font-size: 12px;}
h5 {font-size: 24px;}

h1, h2, h3, h4, h5 {
	line-height: normal;
	color:	#000;
	}
	
.container {
	width: 1000px;
	margin: auto;
	height: auto;
	}
	
.it {
	width: 700px;
	padding: 10px 0 0 0;
	margin: auto;
	line-height: 18px;
	}
	
.it p, .it h1, .it h2, .it h3, .it h4, .it ul, .it ol {
	margin-top: 20px;
	}
	
.it img {
	margin: 10px 10px 10px 0;
	padding: 5px;
	background: none;
	}
	
.it ul {
	margin-left: 20px;
	}
	
.it table {
	margin-top: 20px;
	}	
	
.it th {
	height: 30px;
	line-height: 30px;
	color: #000;
	}
	
.it td {
	margin-top: 10px;
	padding: 2px;
	height: 80px;
	}
	
.side {
	float: right;
	width: 180px;
	margin: 20px 0 20px 20px;
	line-height: 20px;
	padding: 10px;
	}

.it a, .side a {
	color: #000;
	text-decoration: underline;
	} 

.it a:hover, .it a:active, .side a:hover, .side a:active {
	color: #fff;
	text-decoration: underline;
	} 
	
input {
	width: 200px;
	padding: 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	}
	
input#submit {
	padding: 0;
	margin: 0;
	width: 128px;
	height: 38px;
	border: none;
	}
	
.side ul {
	margin-left: 5px;
	list-style-type: none;
	}
	
.side li {
	margin-top: 10px;
	padding: 0 0 0 10px;
	}
	
.side h2 {
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	margin: 10px auto 10px auto;
	text-align: center;
	}
	
.side img { padding:0; margin:0; }
	
.left {
	float: left;
	width: 180px;
	margin: 20px 20px 20px 0;
	line-height: 20px;
	padding: 10px;
	}	

.content {
	float: left;
	clear: none;
	width: 460px;
	}
	
.testimonial {
	font-style: italic;
	margin: 0 10px;
	font-size: 11px;
	}
	
.testimonial2 {
	font-style: italic;
	margin: 10px 0 0 70px;
	font-size: 12px;
	padding: 0 0 0 15px;
	}
	
p.author {
	clear: both;
	font-size: 11px;
	margin: auto auto 20px 10px;
	text-align: right;
	}
	
p.author2 {
	font-size: 11px;
	margin: 10px 0 0 70px;
	text-align: right;
	}
	
.sd {
	clear: both;
	background: none;
	}	
	
.nav, .nav_top, .footer, .top { display: none; }	