body {
	background-color: #ffffff;
	width: 775px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: verdana, arial;
	font-size: x-small;
	line-height: 150%;
	height: 100%;
}

#container {
	position:relative;
	height:100%;
	font-family: verdana, arial;
	font-size: x-small;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
}

#top-border {
	position:absolute;
	left:0px;
	top:0px;
	width:775px;
	height:15px;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#topleft-border {
	position:absolute;
	left:0px;
	top:15px;
	width:15px;
	height:215px;
	background-color: #ada59d;
	margin: 0px;
	padding: 0px;
}

#top-largeimage {
	position:absolute;
	left:15px;
	top:15px;
	width:345px;
	height:215px;
	margin: 0px;
	padding: 0px;
	background-color: #ada59d;
}

#top-behindsmallimage {
	position:absolute;
	left:360px;
	top:15px;
	width:415px;
	height:215px;
	background-color: #ada59d;
	z-index: 1;
	margin: 0px;
	padding: 0px;
}

#top-smallimage {
	position:absolute;
	left:520px;
	top:-1px;
	width:210px;
	height:165px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 9px;
	background-color: #ffffff;
	z-index: 4;
}

#top-slogan {
	position:absolute;
	left:330px;
	top:175px;
	width:415px;
	height:40px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-right: 25px;
	color: #ffffff;
	font-size: medium;
	z-index:4;
}

#navigationbar {
	position:absolute;
	left:0px;
	top:230px;
	width:825px;
	height:30px;
	background-color: #c0362c;
	margin:0px;
	padding:0px;
}


#left-maincontent {
	position:absolute;
	left:0px;
	top:275px;
	width:385px;
	height:auto;
	margin: 0px;
	padding: 15px;
	padding-right: 15px;
	font-family: verdana, arial;
	font-size: x-small;
	line-height: 150%;
}

#right-paybutton {
	position:absolute;
	left:430px;
	top:301px;
	width:345px;
	height:55px;
	text-align: left;
	margin: 0px;
	padding: 0px;	
	padding-top: 15px;
	
}

#right-ad {
	position:absolute;
	left:430px;
	top:401px;
	width:345px;
	height:220px;
	margin: 0px;
	padding: 0px;	
}

#footer-include {
	position:absolute;
	bottom: 0px;
	width: 775px;
	height: 50px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 5px;
}

#footer {
	position:absolute;
	left:0px;
	top:757px;
	width:755px;
	height:40px;
	background-color: #ffffff;
	color: #333333;
	font-size: xx-small;
	padding: 10px;
	padding-top:30px;
	border-top:1px #000000;
}

h2 {
	color: #C0362C;
	font-size: 10pt;
	margin-bottom:0;
	padding-bottom:0;
	}
	
.tip {
	background-color: #ada59d;
	border-top: medium solid #C0362C;
	padding: 6px;
	float:left;
	width: 350px;
	height: auto;
	font-weight: bold;
	}
