body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #666633;
	font-family: Arial;
	font-size: small;
	background: #fc9 left top;
}

/* Needed for Mozilla browsers - makes left div extend all the way to bottom of the container */
html>body #container {
height: auto;
}

#container {
	margin: 0px;
	padding: 0px;
	position: relative;
	min-height: 100%;
	height: 100%;
}

#header {
	margin: 10px auto 0px auto;
	padding: 0px;
	width: 739px;
	height: 239px;
	background: url(../images/header_new_gift_bag.gif) top left no-repeat;
}

#logo {
	margin: 0;
	padding: 0;
	width: 460px;
	height: 230px;
	position: relative;
	right: 10px;
	top: 5px;
	z-index: 1;
   filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/logo.png');
}

#header>#logo div{
	margin: 0;
	padding: 0;
	width: 460px;
	height: 230px;
	position: relative;
	right: 10px;
	top: 5px;
	z-index: 1;
   background: url(../images/logo.png) top left no-repeat;
}

#nav {
	margin: 35px 0 0 0;
	padding: 0px;
	width: 180px;
	text-align: right;
	float: left;
	position: relative;
	bottom: 30px;
	left: 25px;
	background: #ffcc99;
}

#holder {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 739px;
	text-align: left;
}

#setting {
	margin: 0px;
	padding: 0px;
	width: 739px;
	background: url(../images/holder_bg.gif) top left repeat-x #FFCC99;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 730px;
	background: url(../images/content_bg.gif) top right repeat-y;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 739px;
	position: relative;
	bottom: 50px;
	float: right;
}

#text {
	margin: 0px;
	padding: 10px;
	width: 500px;
	float: right;
}

#info {
	margin: 0px;
	padding: 0 0 0 10px;
	font-size: 110%;
   line-height: 1.8em;
	width: 250px;
	float: left;
}

#info ul {
	margin: 20px 0 0 0;
	padding: 10px;
	list-style: none;
	font-size: 90%;
	border: 1px dotted #BFBF9B;
}

#info ul li {
	margin: 0px;
	padding: 3px 0;
	line-height: normal;
}

#image {
	margin: 0px;
	padding: 0px;
	float: right;
}

#title {
	margin: 10px 0 0 0;
	padding: 0px;
	text-align: left;
}

#title ul {
	text-align: right;
	list-style: none;
}

#title ul li {
	padding-bottom: 5px;
}

#home {
	margin: 15px 0 0 0;
	padding: 0px;
	text-align: left;
}

#footer {
	margin: 0px auto 10px auto;
	padding: 0px;
	height: 50px;
	width: 739px;
	background: url(../images/footer2.gif) top left no-repeat;
}

#footer p{
	margin: 0;
	padding: 15px 155px 0 0;
	display: block;
	font-size: smaller;
	text-align: center;
	float: right;
}

a {
	text-decoration: none;
	font-size: smaller;
	outline: none;
}

a:link {
	color: #666633;
}

a:visited {
	color: #666633;
}

a:hover {
	color: #8e8e51;
}

.clear{
  clear:both;
/*** these next attributes are designed to keep the div
height to 0 pixels high, critical for Safari and Netscape 7 ***/
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}

* html .clear{height:auto} /*** stops IE browsers from displaying
the clear div/br in the page, as these are for Moz/Opera and
Safari only. If IE 5.x Win DID display these, the page is too high ***/

