body
{	
	background : #fff;
	background-image: url(../images/background.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}
.container {
	position: absolute;
	top: 0px;
 	left: 0px;
	width: 840px;
	height: 100%;
}
.navigation {
	background-image: url(../images/menu-background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
.topmenu {
	margin : 0 0 10 0;
}
.sidemenu {
	padding : 15 0 20 0;
	background : #f0ebe7;
	background-position: top left;
	background-repeat: no-repeat;
	height : 100%;
	vertical-align: top;
}
.sidemenu A {
	FONT-FAMILY: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	FONT-SIZE: 9pt;
	COLOR: #772b2f;
	TEXT-DECORATION: none;
	FONT-WEIGHT: normal;
	LINE-HEIGHT: 18px;
}
.sidemenu A:hover {
	FONT-WEIGHT: normal;
	COLOR: #772b2f;
}
.highlight {
	height : 54px;
	width : 272px;
	background-image: url(../images/highlight-box.gif);
	background-repeat: no-repeat;
	text-align : center;
	vertical-align : bottom;
}
/* Main Section layout */
.content-index {
	background : #ffffff;
	background-image: url(../images/storefront.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align : right;
	vertical-align: top;
	height : 575px;
	padding : 20 20 0 0;
}
/* Footer Information */
.footer {
	color: #7a7a7a;
	font-family: Garamond, Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
	text-align: center;
	text-transform : uppercase;
}
/* Text layout */
p, ul, li, input, select {	
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
a {
	color: #772b2f;
	font-weight: bold;
}
a:hover {
	color: #b79190;
	font-weight: bold;
}
.mini {
	height: 60px;
	color: #000;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 7.5pt;
	font-weight: normal;
	text-decoration: none;
	text-indent : 0px;
	line-height : 8pt;
	border-bottom: #f0ebe7 1px solid;
}
.header {
	color: #772b2f;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
b {
	color : #772b2f;
}

.header2 {
	color: #772b2f;
	font-family: "Palatino Linotype", "Book Antiqua", "Palatino", serif;
	font-size: 13pt;
	font-weight: bold;
	text-decoration: none;
}
b {
	color : #772b2f;
}


.formbox {
	background:#F9F8F4;
	padding:9px;
	margin:3px;
}
HR.thin {
	height: 1px;
	color: #F0EBE7;
	background-color: #F0EBE7;
	border: 0;
	margin: 3px;
	padding: 0;
}
.cookie {
	font: 7pt Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-top: 5px;
}
li {
	list-style: url(../images/dot.gif);
}


