#body {
	background-attachment: fixed;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FCDDA4;
	padding: 0px;
	margin: 0px;
}

html{ padding: 0px; margin: 0px; }

img{ border: 0px; }
h2{font-size: 14px; font-family: Tahoma; color: #00007a;}
#container
{
	margin: 0px auto 0px auto;
	width: 817px;
}

#left
{
	float: left;
	width: 207px;
	height: 545px;
}

#content
{
	float: left;
	width: 610px;
	height: 480px;
	font-size: 12px;
	font-family: Tahoma;
	background-color: #ffffff;
	text-align: justify;
	clear: right;
}

#text
{
	font-size: 11px;
	font-family: Tahoma;
	background-color: #ffffff;
	text-align: justify;
	padding: 20px 25px 10px 20px;
	line-height: 15px;
}

#contacts
{
	float: left;
	width: 510px;
	height: 82px;
	background-image: url(../images/address_bg.png);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	font-size: 10px;
	position: relative;
	top: -4px;
}

#contacts-text
{
	width: 510px;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	font-size: 10px;
	position: relative;
	top: 10px;
	left: 70px;
	text-align: left;
}

#news-container
{
	position: relative;
	top: 440px;
	left: 30px;
	width: 440px;
	height: 110px;
	color: #000;
	font-family: "Lucida Grande";
	font-size: 10px;
	text-align: left;
	background-color: #FCDDA4;
	background-image: url(../images/news_line_top.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#news-text
{
	padding: 10px 5px 5px 20px;
	color: #000;
	font-family: "Lucida Grande";
	font-size: 11px;
	text-align: left;
}

#copyright
{
	position: relative;
	top: -5px;
	width: 207px;
	height: 115px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-image: url(../images/contact_bg.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

#copyright-text
{
	position: relative;
	top: 10px;
	left: 30px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header
{
	height: 37px;
	clear: both;
}

#menu
{
	margin-left: 200px;
	height: 37px;
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: "Lucida Grande";
	font-size: 10px;
	font-weight: bold;
}

#footer
{
	float: left;
	text-align: right;
	width: 510px;
}

a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFF99;
	text-decoration: none;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

#news-text a:active {
	color: #000069;
	text-decoration: none;
}
#news-text a:link {
	color: #000069;
	text-decoration: none;
}
#news-text a:hover {
	color: #000069;
	text-decoration: underline;
}
#news-text a {
	color: #000069;
	text-decoration: none;
}

#text a:active {
	color: #000069;
	text-decoration: none;
}
#text a:link {
	color: #000069;
	text-decoration: none;
}
#text a:hover {
	color: #000069;
	text-decoration: underline;
}
#text a {
	color: #000069;
	text-decoration: none;
}