/* CSS Document */

body {
		margin:10px;
		padding:0px;
		font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;

		}

	h1 {
	font-size: 18px;
	color:#3F6C4C;
	display:inline;
}

h3 {
	font-size: 14px;
	color:#B15A16;
	display:inline;
}

td{
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
padding:7px;
}

th{
background-color:#ffffff;
padding:7px;
border-bottom:1px solid #cccccc;
border-right:1px solid #cccccc;
}
.party-package {
	background-image: url(../graphics/special-occasion/party-package-bg.gif);
	background-repeat: no-repeat;
	width: 240px;
	height: 178px;
	float: left;
	margin-right: 20px;
	padding: 10px;
	margin-bottom: 10px;
}
.party-package ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}

.printclose{
display:block;
text-align:right;
border-bottom:1px solid #cccccc;
padding-bottom:10px;
margin-bottom:10px;
}

a:link, a:visited, a:active  {
text-decoration: underline; 
color:#B15A16;
} 


a:hover {
color:#828041;

} 


.btn-contact-us a {
	display: block;
	height: 66px;
	width: 230px;
	background-image: url(../graphics/special-occasion/btn-contact-us.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	float: right;
	margin-top: 20px;
}
.btn-contact-us a:hover {
	background-image: url(../graphics/special-occasion/btn-contact-us-hover.gif);
	background-repeat: no-repeat;
}

