body {
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #DAD0BC;
	text-align: center;
	margin-top: 50px;
}

p{
	margin:0;
	padding-bottom:13px; /*margin is replaced with padding because of the problem in aligning images from the left column
						   and paragraphs from the second column (the problem in Opera browser)*/
}


#maincontainer
{
	position:relative;
	margin:auto;
	width:770px;
	padding:0px;
}
#maintable {
	width: 770px;
	text-align: left;
}

#topline {
	background-color: #228B22;
	height: 9px;
}
#logocell {
	background-color: #FFFFFF;
	width: 174px;
	height: 134px;
}

#menu {
	background-color: #228B22;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	vertical-align: top;
	padding: 20px 10px 20px 10px;
}

div.leftimage{
	position:absolute;
	width:175px;
	text-align:center;
	left:0px;
	padding-top:3px;
}

#maincontent-index {
	background-color: #FFFFFF;
	width: 365px;
	text-align: left;
	vertical-align: top;
	padding: 20px 15px 20px 20px;
}
#maincontent-index h1 {
	color: #A30100;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#maincontent-index p {
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	text-align:justify;
}





#rightcontent {
	background-color: #FFFFFF;
	width: 196px;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 10px;
}
#promo {
	width: 188px;
	border: 1px solid #9A9B9D;
	padding:10px;
}
#promo h1 {
	font-size: 10pt;
	line-height: 10pt;
	font-weight: bold;
	color: #D5A100;
	text-decoration: none;
	margin-bottom: 2px;
}
#promo p {
	font-size: 8pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	margin-top: 0px;
}

#footer {
	background-color: #228B22;
	height: 20px;
	border-top: 1px solid #FFFFFF;
	color: #DDCEA2;
	font-size: 8pt;
	text-align: right;
	padding: 6px;
}

