/* CSS Document */
body {
background-image:url(images/bamboo.jpg);
}
#container {
	background-color:#FFFFCC;
	position:absolute;
	width:800px;
	margin-left:-400px; /* half of width */
	left:50%; /* to center the thing */
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	/* for vertical alignment, ie6 compatable?*/
/*	margin-top:-100px;
*/	top:2%;
	}
#header {
	width:800px;
/*	height:100px;
*/	text-align:center;
	margin:10px;
	}
#subheader, #footer{
clear:both;
padding-top:2px;
padding-bottom:2px;
width:800px;
background-color:#ef4523;
font:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
}
#marci {
	clear:both;
	float:left;
	margin-top:30px;
	width:100px;
	}
#left {
	float:left;
	display: inline;
	width:400px;
	margin-top:20px;
	color:black;
	padding-left:12px;
}
#right { 
/*	clear:both;
*/	float:right;
display: inline;
/*	height:auto;
*/	width:350px;
	margin-top:220px;
	padding-left:5px;
	padding-right:10px;
	}
#suitcase {
	clear:left;
	float:left;
	display: inline;
	width:400px;
	}
#tag {
	position:absolute;
	z-index:1;
	width:272px;
	height:197px;
	top: 98px;
	left: 418px;
}
/*for the form, the gift form css is embedded... acutally the email one probly is too... crap oh well leaving for reference.*/
 input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
}
/*not for the form*/
.small {
	font-size: 12px;
	}
.xtrasmall {
font-size:xx-small;
}
img { /* to remove weird borders around images when they are a link, thanks internet! */
border-width:0px;
}
a:link, a:visited {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:yellow;
}
a:hover {
	color:#FFFF00;
	text-decoration:underline;
}
