body { 
		font-family: verdana; 
		background-image: url(../images/palm-tree.gif); 
		background-repeat: no-repeat; 
		background-attachment: fixed; 
		background-position: left bottom; 
		margin: 0; 
		margin-bottom: 15px; 
		padding: 0; 
		}
		
.site_name { 
		color: aqua; 
		font-size: 26px; 
		font-family: verdana; 
		font-weight: 800; 
		font-style: italic; 
		font-variant: small-caps; 
		text-align: right; 
		word-spacing: 12px; 
		letter-spacing: 6px; 
		vertical-align: middle; 
		}
		
.padbcont_header { 
		background-image: url(../images/header_bg.jpg); 
		background-repeat: no-repeat; 
		background-attachment: scroll; 
		background-position: center top; 
		text-align: left; 
		vertical-align: middle; 
		width:750px; height:200px;        
		}
		
.padbox_header {
		width:auto; 
		height:auto; 
		padding:20px;
		}
		
table { 
		background: no-repeat 0 bottom; 
		border-right: 1px solid blue; 
		border-bottom: 1px solid blue; 
		border-left: 1px solid blue; 
		}
		
a { 
		color: blue; 
		font-size: 1em; 
		font-family: "trebuchet ms"; 
		text-decoration: none; 
		}
		
p a:hover { 
		color: white; 
		background-color: #78a3cd; 
		text-decoration: underline; 
		}
		
a img { 
		border: 1px solid #78a3cd; 
		background-color: #fff; 
		text-decoration: none; 
		clear: both; 
		}
		
p { 
		font-size: 12px; 
		font-family: verdana; 
		}
		
.title { 
		color: teal; 
		font-size: 16px; 
		font-family: georgia; 
		font-weight: 500; 
		font-style: normal; 
		font-variant: small-caps; 
		text-decoration: underline; 
		text-transform: capitalize; 
		text-align: center;
		}
		
ul { 
		font-size: 12px;
		list-style-type: none;
		text-align: left;
		}
		
img { 
		margin: 8px; 
		padding: 8px; 
		border: solid 1px black; 
		}
		
.small_type { 
		font-size: 10px; 
		}

.honeymoon {
		width: 150px;
		border: 4px double #000;
		padding: 10px;
		margin: 10px;
		background: #f4f4f4;
		float: left;
		}

.honeymoon p, .honeymoon img, .honeymoon a {
		text-align: center;
		font-size: 1.05em;
		color: #900;
		}

body#martinfink table {
		background: url(../registry/martin-fink/images/fade.jpg) bottom right no-repeat;
		text-align: left;
		}

body#martinfink img {
		background: #fff;
		}

td#honeymoon li {
		background: url(../registry/martin-fink/images/flower.jpg) 0% 0% no-repeat;
		padding-left: 50px;
		height: 50px;
		font-weight: bold;
		}

table#itemswanted {
		border: 0;
		width: 100%;
		}

td#honeymoon {
		width: 600px;
		}

table#itemswanted th {
		padding-bottom:15px;
		}

table#itemswanted td {
		text-align: center;
		font-size: 11px;
		border-bottom: 1px solid gray;
		padding: 4px;
		}

table#itemswanted td.item {
		width: 350px;
		text-align: left;
		}

.listHeader {
		padding-top: 15px;
		font-weight: bold;
		text-decoration: underline;
		}

input {
		border: 1px solid #78a3cd;
		}

textarea {
		border: 1px solid #78a3cd;
		width: 400px;
		height: 200px;
		}

ul.bullets {
		list-style-type: disc;
		}

ul.bullets li {
		padding: 3px 0;
		}

h3.donate {
		font-size: 10px;
		padding: 15px 0 5px 0;
		margin: 0;
		}

form#donate {
		padding: 0;
		margin: 0;
		}

form#donate img {
		display: none;
		}