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

BODY {
	background:url(images/bg.jpg) no-repeat top #000;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#E1E1E1;
}

.hr {
	background-image:url(images/line.jpg);
	width:582px;
	height:1px;
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;

}

.frame {
	margin:auto;
	width:895px;
	height:auto;
}

.head {
	background:url(images/head.jpg) no-repeat top;
	height:409px;
	width:895px;
}

.menu {
	width:895px;
	height:40px;
}

.conteiner {
	background:url(images/contentline.jpg) repeat-y top;
	width:895px;
	height:auto;
	float:left;

}
.content {
	background:url(images/contentbg.jpg) top no-repeat;
	width:895px;
	height:auto;
	float:left;
}

.txt {
	margin:25px;
	text-align:right;
}


.white {
	color:fff;
}

.title {
	font-weight:bold;
	color:#fff;
	font-size:13px;
	text-transform:uppercase;
}

.foot {
	width:100%;
	margin-top:10px;
	color:#fff;
	font-size:11px;
	text-align:right;
	vertical-align:bottom;
	font-family:Verdana, Geneva, sans-serif;
}
A.Whitelink
{
    FONT-SIZE: 13px;
    COLOR: #ffffff;
    FONT-FAMILY: Verdana
}