@charset "utf-8";
/* This CSS style sheet is copyright 2010 Beaconsfield IT - All rights reserved. */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #FFF url(travel.png) repeat-x top;
}
body,td,th {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #3B3B3B;
}
.container {
	width: 1000px;
	margin: auto;
}
.header {
	height: 90px;
	width: 1000px;
	margin: auto;
}
.mid-strip {
	background: url(dna.png) no-repeat;
	width: 1000px;
	height: 80px;
	margin: auto;	
}
.body_container {
	width: 910px;
	margin: auto;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bread {
	font-size: 10px;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #AF2431;
}
a:active {
	text-decoration: underline;
	color: #AF2431;
}
.text_head {
	padding-top: 8px;
	color: #AF2431;
	font-size: 16px;	
}
h1 {
	color: #333;
	font-weight: 100;
}
h2 {
	color: #333;
	font-weight: 100;
}
h3 {
	font-size: 14px;
	color: #333;
	font-weight: 100;
}
h4 {
	color: #333;
	font-weight: 100;
}
h5 {
	color: #333;
	font-weight: 100;
}
h6 {
	color: #333;
	font-weight: 100;
}
.footer {
	text-align: right;
}
