.btn {
	background-image: url(/images/btn2.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-left: 50px;
	height: 340px;
	width: 420px;
	clear: right;
	float: right;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}
#container {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 125%;
	padding: 15px;
	width: 1000px;
	font-size: 12px;
}
#content {
	position: absolute;
	width: 800px;
	left: 100px;
	top: 150px;
}


.menu1 a:link,.menu1 a:visited,.menu1 a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	background-color: #FFFFCC;
	display: block;
	width: 100px;
	border: 1px dotted #000099;
	list-style-type: none;
	height: 25px;
	line-height: 20px;
	font-weight: bold;
	list-style-position: inside;
	font-style: normal;
	float: left;
	padding: 5px;
	list-style-image: none;
}
.menu1 a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
	width: 100px;
	list-style-type: none;
	height: 35px;
	background-image: url(images/tick1.gif);
	background-repeat: no-repeat;
	background-position: 75px;
	line-height: 20px;
	padding: 5px;
	font-weight: bold;
	list-style-position: inside;
	position: relative;
	font-style: normal;
	top: 3px;
	border-top: 1px solid #000099;
	border-right: 2px solid #000099;
	border-bottom: 2px solid #000099;
	border-left: 1px solid #000099;


}

