/* CSS Document */

body
{
	text-align: center;
	font-family:"Trebuchet MS", Verdana, Helvetica, Arial;
}
#container
{
	margin-left: auto;
	margin-right: auto;
	width: 980px;
	text-align: left;
}
/* Header Area */
#header {
	height:192px;
}
#headerhome {
	height:218px;
}
#headergifts {
	height:300px;
}
#headerleft {
	width:117px;
	float:left;
}
#headerright {
	width:863px;
	float:right;
	height: 192px;
}
/* xFade style */
#imageContainer {
	height:192px;
}
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:117;
}
#imageContainergifts img {
	display:none;
	position:absolute;
	top:0; left:117;
}
#imageContainergifts {
	height:300px;
}
/* Navigation */
.menu {
    width: 100%;
    background-color: #615856;
}
.menu ul{
    margin: 0; padding: 0;
    float: left;
	padding-left:117px;
}
.menu ul li{
    display: inline;
}
.menu ul li a{
    float: left; text-decoration: none;
    color: #dc8b5b;
    padding: 10.5px 11px;
    background-color: #615856;
	border-right: 1px #dc8b5b solid;
}
.menu ul li a:hover, .menu ul li .current {
    color: #fff;
    background-color:#dc8b5b;
}
/* Body */
#content {
	width:980px;
	clear:both;
	border-left: 1px solid #dc8b5b;
	border-right: 1px solid #dc8b5b;
}
#contentleft {
	width: 117px;
	float:left;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
}
#contentleft p {
	font-size: 0.81em;
	line-height: 1.5em;
	color: #615856;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#contentright {
	width: 843px;
	float:right;
	background-image:url(../images/bg_top.gif);
	background-repeat:repeat-x;
	padding: 10px;
}
#contentright p, li {
	color: #615856;
	font-size: 0.91em;
	line-height: 1.5em;
}
#contentright a {
	color: #615856;
	text-decoration:underline;
}
#contentright a:hover {
color:#dc8b5b;
	text-decoration:none;
}
#contentrightleft {
float:left;
width:48%;
}
#contentrightright {
	float:right;
	width:48%;
}
/* Block Level elements */
h1, h2, h3, h4, h5, h6 {
	color: #615856;
	font-weight:normal;
}
h1 {
	font-size:1.4em;
	padding-bottom: 12px;
}
h2 {
	font-size:1.3em;
}
h3 {
	font-size:1.2em;
}
/* Top Footer */
#topfooter {
	width:100%;
	height:40px;
	clear:both;
	background-image:url(../images/bg_footer.gif);
	background-repeat:repeat-x;
}
/* Footer */
#footer {
	width:100%;
	height:3em;
	clear:both;
	background-color:#615856;
}
#footer p {
	color:#fff;
	font-size:0.77em;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footerleft {
	padding: 5px;
	float: left;
	margin-left: 117px;
}
#footerright {
	padding: 5px;
	float: right;
}
/* Image align */

img {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
	border: 0px;
}
.imageleft {
	float:	left;
	padding:	0px 8px 5px 0px;
}
.imageright {
	float:	right;
	padding:	0px 5px;
}
