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

#divWrapper {
	margin: 0 auto;
	width: 785px;
}
#divHead {
	width: 785px;
}
#divLogo {
	float: left;
	width: 370px;
}
#divStore {
	float: left;
	width: 405px;
	background-color: #899582;
	height: 142px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #b8bfb4;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #899582;
}
#divStoreContent {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 0.10em;
	color: #FFFFFF;
	padding-top: 23px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#divStoreContent a:link {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#divStoreContent a:active {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#divStoreContent a:hover {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #b8bfb4;
	text-decoration: underline;
	font-weight: bold;
}
#divStoreContent a:visited {
	font-family: "Century Gothic", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

#divNavigation {
	clear: both;
	width: 785px;
}
#divBodyLeft {
	float: left;
	width: 401px;
	background-color: #FFFFFF;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #e7eae6;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e7eae6;
}
#divBodyLefttext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#divBodyRight {
	float: left;
	width: 380px;
	background-color: #FFFFFF;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #e7eae6;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e7eae6;
}
#divBodyLeftimages {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}


#divFooter {
	width: 785px;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #e7eae6;
}

#divFooterText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #899582;
	padding-top: 2px;
	text-align: center;	

}

#divScroll {
	 style="padding: 15px;
	width: 370px;
	height: 400px;
	overflow: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #333333;
}
h1, h2, h3, h4 {
	color: #95A592;
}

a:link {
	color: #414f29;
	text-decoration: underline;
}
a:active {
	color: #414f29;
	text-decoration: underline;
}
a:hover {
	color: #414f29;
	text-decoration: none;
}
a:visited {
	color: #414f29;
	text-decoration: underline;
}

