body, html {
	margin: 0;
	padding: 0;
	background: #73abc4 url(img/bg.png);
	height: 100%;
	font-family: verdana, sans-serif;
}
#outer {
	margin: 0 auto;
	min-height: 100%;
	height:auto !important;
  	height:100%;
	width: 552px;
	background: white url(img/outer-bg.gif);
	position: relative;
}
#top {
	margin-left: 15px;
	width: 521px;
	position: relative;
	overflow: hidden;
}
#top .top1 {
	background: url(img/top1.jpg);
	height: 37px;
}
#top .top2 {
	background: url(img/top2.jpg);
	height: 50px;
}
#top .top3 {
	background: url(img/top3.jpg);
	height: 59px;
}
#top .top4 {
	background: url(img/top4.gif);
	height: 58px;
}
#top .top5 {
	background: url(img/top5.gif);
	height: 60px;
}
#top .topLink {
	display: block;
	position: absolute;
	width: 344px;
	height: 42px;
	top: 0px;
	left: 20px;
}
#top span {
	display: none;
}
#top .orderLink {
	display: block;
	position: absolute;
	width: 241px;
	height: 63px;
	top: 165px;
	left: 120px;
}
#top .orderLink:hover {
	background: white;
	opacity: .2;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
}
#content {
	padding-bottom: 173px;
	padding-left: 15px;
	padding-right: 16px;
	font-size: 11px;
	color: #31454c;
}
#content a { color: #31454c;}
#footer {
	position: absolute;
	left: 0px;
	width: 551px;
	height: 172px;
	bottom: 0px;
}
#footer div {
	width: 521px;
	margin: 0 auto;
}
#footer .footer1 {
	background: url(img/footer1.gif);
	height: 61px;
}
#footer .footer2 {
	background: url(img/footer2.jpg);
	height: 56px;
}
#footer .footer3 {
	background: url(img/footer3.jpg);
	height: 55px;
}
#footer .text {
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	left: 40px;
	color: #9ec4d1;
}
#footer a {
	color: #9ec4d1;
}
h3 {
	color: #f2881a;
	font-size: 12px;
	font-weight: normal;
	padding-left: 30px;
	margin: 0px;
}
p {
	padding: 0 30px;
	text-align: justify;
	text-indent: 15px;
}

