/******* General Styles *******/
html{
height:100%;
}
* {
	margin:0;
	padding:0;
}
body {
	height: 100%;
	border: 2px;
	bordercolor:#953232;
	font: benguiat;
	text-align: center;
	
}
p {
	font-size: 14px;
	color: #000000;
	padding-bottom: 4px;
}
a {
	font-size:14px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
}
h1 {
	font-size: 22px;
	color: #FFFFFF;
}
h2 {
	font-size: 18px;
	color: #AD2D28;
}
h3 {
	font-size: 16px;
	color: #666666;
}
h4 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
h5 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}
h6 {
	font-size: 14px;
	color: #A00;
	font-weight: bold;
}
	
/******* Container for Whole Site *******/

#wrapper {
	width: 800px;
	margin: auto;
	min-height: 100%;
    _height: 100%;
	border: #953232;
	border-width: 2px 2px 2px 2px;
	text-align: left;
	}
/******* Header Area *******/
#header  {
	margin: 0;
	border: 0;
	height: 160px;
	width: 800px;
	background: url(images/bannerheader.jpg) no-repeat;
	padding: 0px 0px 0px 0px;


}
#header span {
	display: none;
	}
	
#giftsheader  {
	margin: 0;
	border: 0;
	height: 91px;
	width: 800px;
	background: url(images/header-gradient.jpg);
	padding: 0px 0px 0px 0px;


}

/******* Area Below Main Navigation *******/
#content {
	background-color: #000000;
	border: 0 0 0 0 ;
	position: relative;
	width: 800px;
}
		
/******* Content Area *******/
#text {
	display: block;
	background-color: #FFFFFF;
	padding-left: 0px;
	position: relative;
	height:1%;
	width: 800px;
	font: benguiat;
}
#text li {
	font-size: 14px;
}
.float {
	float: left;
	margin-right: 8px;
}
.float-left {
	float: left;
	border: 2px solid #EDE7DD;
	margin-right: 8px;
}
.float-right {
	float: right;
	border: 2px solid #EDE7DD;
	margin-left: 8px;
}
.reg-left {
	float: left;
}
.reg-right {
	float: right;
}
.callout {
	font-family: Benguiat;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #666156;
	margin-top: 3px;
	margin-bottom: 3px;
	padding: 0px;
}
.highlight {
	font-size: 14px;
	color: #631B1E;
	}
/* Clearfix for floating divs \*/
.clear {clear:both;}	

