body {
	margin: 0 220px 0 20px;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#fff;	
	font-size:small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	border-bottom: 2px solid #e6e6e6;
	color:#3333CC;
	font-weight:bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	border-bottom: 2px solid #e6e6e6;
	color:#3333CC;
	font-weight:bold;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border-bottom: 2px solid #e6e6e6;
	color:#3333CC;
	font-weight:bold;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.1em;
	border-bottom: 2px solid #e6e6e6;
	color:#3333CC;
	font-weight:bold;
}
h5 {
	font-size:1.0em;
	border-bottom: 2px solid #e6e6e6;
	color:#3333CC;
	font-weight:bold;
}
h6 {
	font-size:1.0em;
	border-bottom: 2px solid #e6e6e6;
	font-weight:bold;
}
p {
}
ul	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
}
a:link {
	text-decoration: none; 
	color: #cc2200 ;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline; 
}
a:hover {
	text-decoration: underline; 
	color: #ff5500 ;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #e6e6e6;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #e6e6e6;
	width: 300px;
}
#logo {
	position:absolute;
	top:0;
	left:0;
	height:80px;
	width:150px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#Address {
	position:absolute;
	top:140px;
	left:700px;
	width:300px;
	margin: 0;
	border: 1px solid #e6e6e6;
	padding: 10px;
	background-color:#FFFFFF;
}
#Body1 {
	position:absolute;
	top:140px;
	left: 20px;
	width:300px;
	margin: 0;
	border: 1px solid #e6e6e6;
	padding: 10px;
	background-color:#FFFFFF;
}
#Body2 {
	position:absolute;
	top:140px;
	width:300px;
	left: 360px;
	margin: 0;
	border: 1px solid #e6e6e6;
	padding: 10px;
	background-color:#FFFFFF;
}
