/*
Author: Steinruck Design 
Version & Date: v1.0 3/11/2008
For: Livengood Gifts Homepage
----------------------------------------------------------------------------------------------------*/

@import url(/_inc/css/screen.css);
@import url(/_inc/css/christmas.css);

body { background: #fffbd9 url(/images/bkg_home.gif) 0 0 repeat-x; }

#main_container {
	background: url(/images/hp_shadow.png) 0 0 no-repeat;
	width: 926px;
	margin: 6px auto 0 auto;
	height: 300px;
}

#box {
	width: 538px;
	height: 377px;
	margin: 85px 0 0 0;
	float: left;
}

#box_top {
	background: url(/images/hp_box_top.png) 0 0 no-repeat;
	width: 538px;
	height: 208px;
	float: left;
}

#lead_text {
	background: url(/images/hp_ornament.png) 0 0 no-repeat;
	width: 280px;
	float: left;
	margin: 20px 0 0 0;
	padding: 30px 0 0 40px;
}

#lead_text p { width: 258px; }

a#hp_contact {
	background: url(/images/btn_hp_contact.png) 0 0 no-repeat;
	width: 200px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	position: relative;
	left: 605px;
	top: 270px;
}

a#hp_contact:hover { background: url(/images/btn_hp_contact.png) 0 -40px no-repeat; }

#footer {
	width: 926px;
	margin: 30px 0 0 15px;
}

#footer #info { float: left;}

#footer .hp_right {
	float: right;
	margin-right: 20px;
}