body,html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 40px;
	background: #1f060b url(../gfx/bg-body.jpg) repeat left top;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	color: #8c8c8c;
}

a,
a:link,
a:active,
a:visited {
	color: #26070d;
	text-decoration: none;
}
	
a:hover {
	color: #666666;
}

form {
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	margin: 0;
}
p {
	padding: 0 0 30px 0;
	line-height: 18px;
	margin: 0;
}
h1 {
	font-family: Garamond, Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0 20px 0;
	line-height: 18px;
	margin: 0;
}
	h1 strong {
		color: #440712;
		font-size: 32px;
		font-weight: bold;
	}

h2 {
	font-family: Garamond, Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	line-height: 18px;
	margin: 0;
}
div.bg-home {
	background: transparent url(../gfx/bg-home.png) no-repeat left top;
	width: 838px;
	height: 703px;
	padding: 17px 17px 0 17px;
	margin: 0 auto 0 auto;
}
div.home-flash {
	clear: both;
	width: 838px;
	height: 223px;

}
div.home-items {
	clear: both;
	width: 838px;
	height: 306px;
	position: relative;
}
	div.home-items img.image1 {
		position: absolute;
		top: 10px;
		left: 0;
	}
	div.home-items img.image2 {
		position: absolute;
		top: 10px;
		left: 212px;
	}
	div.home-items img.image3 {
		position: absolute;
		top: 10px;
		left: 423px;
	}
	div.home-items img.image4 {
		position: absolute;
		top: 10px;
		left: 634px;
	}
div.home-footer {
	text-align: center;
	color: #ebd3d7;
	font-family: 'Times New Roman';
	font-size: 12px;
}
	div.home-footer a {
		color: #ebd3d7;
		text-decoration: none;
	}
	div.home-footer a:hover {
		text-decoration: underline;
	}

div.bg-container {
	width: 872px;
	margin: 0 auto 0 auto;
}
div.bg-container div.header {
	width: 838px;
	height: 365px;
	padding: 17px 17px 0 17px;
	background: transparent url(../gfx/bg-header.png) no-repeat left top;
}
	div.header div.flash {
		clear: both;
		width: 838px;
		height: 190px;
	}
	div.header-image {
		clear: both;
		width: 838px;
		height: 134px;
		float: left;
	}
	div.header div.menu {
		clear: both;
		width: 838px;
		height: 22px;
		float: left;
	}
		div.header div.menu img {
			float: left;
		}
div.bg-container div.data {
	clear: both;
	width: 855px;
	padding: 0 0 0 17px;
	background: transparent url(../gfx/bg-data.png) repeat-y left top;
}
	div.bg-container div.data div.data-left {
		width: 470px;
		padding: 20px 40px 0 50px;
		float: left;
	}
	div.bg-container div.data div.data-right {
		width: 280px;
		text-align: center;
		float: left;
		margin: 20px 0 20px 0;
		border-left: 1px solid #acacac;
	}
div.bg-container div.footer {
	clear: both;
	width: 872px;
	height: 43px;
	padding: 20px 0 0 0;
	background: transparent url(../gfx/bg-footer.png) no-repeat left top;
	text-align: center;
	color: #ebd3d7;
	font-family: 'Times New Roman';
	font-size: 12px;
}
	div.bg-container div.footer a {
		color: #ebd3d7;
		text-decoration: none;
	}
	div.bg-container div.footer a:hover {
		text-decoration: underline;
	}