.global {
	background-color: #D2D9E0;
}
body {
	background-color: D2D9E0;
	margin: 0px;
	top: 0px;
	right: 0px;
}
.form_newsletter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2a1427;
	background-color: #F2E4CC;
	border: 1px #2A1427;
	text-transform: lowercase;
}
/*
A:ACTIVE 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14pt;
	color: #FFFFFF;
	text-decoration: underline;
}

A:LINK
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14pt;
	color: #FFFFFF;
	text-decoration: underline;
}

A:VISITED 
{ 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14pt;
	color: #CCCC99;
	text-decoration: underline;
}

A:HOVER 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 14pt;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: #511313;
}
*/
.tom {
	text-decoration: none;
}
.bot {
	padding-top: 10px;
	padding-right: 29px;
	padding-bottom: 10px;
	padding-left: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.article {
	background-image: url(images/article-bg.png);
	background-repeat: no-repeat;
}

div#content {
	position: relative;
	left: 194px;
	top: 86px;
	width: 451px;
	height: 390px;
	/*background-image: url(images/articledummy-bg.png);
	background-repeat: no-repeat;*/
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}

div#content img {
	display: block;
}

div#content h1 {
	font-size: 20px;
}

div#content h1, div#content p {
	margin-right: 17px;
}

div#content p.ingress {
	font-weight: bold;
}

div#navigation {
	position: relative;
	width: 87px;
	height: 42px;
	left: 691px;
	overflow: hidden;
	/*background-image:url(images/navigation-bg.png);
	background-repeat: no-repeat;*/
	top: -305px;
}

div#navigation a {
	color: transparent;
	display: block;
	margin-bottom: 5px;
}

div#navigation a:active, div#navigation a:link , div#navigation a:visited, div#navigation a:hover {
	text-decoration: none;
}

div#navigation a.main {
	background-image:url(images/navigation-main-bg.png);
	background-repeat:no-repeat;
}

div#navigation a.next {
	background-image:url(images/navigation-next-bg.png);
	background-repeat:no-repeat;
}

div#content table.offer {
	width: 432px;
	margin-top: 8px;
	border: none;
	border-collapse: collapse;
}

div#content table.offer td.price {
	width: 78px;
	height: 78px;
	background-color: #f37f0c;
	background-image: url(images/unit.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

div#content table.offer td.price div {
	margin-top: 10px;
	margin-right: 6px;
	font-size: 32px;
	color: #fff;
	text-align: right;
}

div#content table.offer td.text {
	background-color: #fff;
	text-align: right;
	padding: 8px;
	padding-bottom: 14px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 16px;
	vertical-align: bottom;
}

div#content table.offer td.text a {
	text-decoration: none;
	color: #000;
}

div#content table.offer td.text img {
	border: none;
	display: inline;
	margin-left: 82px;
	margin-bottom: -4px;
}

div#content p.description {
	margin-top: 7px;
	margin-bottom: 17px;
}

