@charset "UTF-8";
/* CSS Document */

/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background-image:url(images/peach_bg.gif);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:small;
	color:#666;
}

a
{
	color:#333333;
	background-color:#FFFFCC;
	font-style:italic;
	text-decoration:none;
}

a:hover
{
	background-color:#FF6600;
	color:#FFFFFF;
	text-decoration:none;
}

p { 
	line-height:1.5; 
	margin:0 0 1em;
}


div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:790px;
	background-image:url(images/fade_bg.png);
	background-repeat:repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers // will need to set in pixels if it doesn't work*/
}

div#header {
	width:770px;
	margin-left:10px;
	background-image:url(images/header_peach.jpg);
	background-repeat:no-repeat;
	background-position:top;
	height:125px;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

div#content {
	padding:1em 190px 5em 160px; /* bottom padding for footer */
	min-height:360px;
}

div#content p {
	text-align:justify;
	padding:0 1em;
	margin-top:-10px;
	margin-bottom:30px;
}

div#footer {
	position:absolute;
	width:770px;
	margin-left:10px;
	bottom:0; /* stick to bottom */
	background:#FFFFCC;
	border-top:1px dotted #CCC;
}

div#footer p {
	padding:1em;
	margin:0;
}

/*Begin Problem Code*/

div#footer ul {
	margin-top: 12px;
	padding: 0;
	cursor: default;
	list-style-type:none;
	text-align:center;
	color:#999;
	font-size:12px;

}

div#footer li {
	display:inline;
	margin-right:8px;
	margin-left:8px;
	}

div#menu
{
	width:130px;
	text-align:right;
	padding-right:10px;
	line-height:25px;
	position:absolute;
	margin-left:0px;
	left:15px;
	top:125px;
}

div#menu ul
{
	margin-top:0px;
	font-size:13px;
	list-style:none;
	margin-left:0px;
	padding:0px;
}

div#right_details_wrapper
{
	width:150px;
	text-align:center;
	line-height:14px;
	float:right;
	right:10px;
	position:absolute;
	font-size:12px;
	word-spacing:-1px;
	padding-left:10px;
	color:#333333;
	word-spacing:-1px;
	margin-right:10px;
	top:125px;
}

div#right_details_wrapper a
{
	font-size:10px;
}

div#right_details_wrapper h1
{
	font-size:11px;
	width:100%;
	font-weight:bold;
	font-style:italic;
	border-bottom:1px dotted #CCCCCC;
	margin-top:-2px;
	margin-bottom:4px;
	color:#999999;
	text-align:left;
	padding-left:5px;
}

div#right_details_content
{
	float:left;
}

div#bodycontent
{
	width:450px;
	text-align:left;
	padding-left:0px;
	min-height:400px;
	padding-bottom:100px;
	margin-left:140px;
	color:#333333;
	position:absolute;
	border-left:1px dotted #CCCCCC;
	border-right:1px dotted #CCCCCC;
}

div#bodycontent p
{
	line-height:25px;
}

.gifts {
	margin-top:-15px;
	line-height:16px;
}

.gifts li{
	margin-bottom:10px;
}

.gift_cert li{
	margin-bottom:0px;
}

div#section_headers {
	margin-top:-10px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	padding-left:10px;
	margin-bottom:15px;
	margin-left:5px;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	color:#000;
}