@charset "utf-8";
/* CSS Document */
body			{	background-color:#000000;}

.container		{	width:100%; height:720px;
					margin-top:10px;}

.site			{	width:998px; height:720px;
					border:thin solid #FFFFFF;}
					
.site_left		{	width:800px; height:720px;
					float:left;}
					
.site_right		{	width:198px; height:720px;
					float:right;
					background:#e04111;}

.logo			{	width:160px; height:112px;
					margin-top:27px;
					background:url(images/logo.jpg);}
					
.page			{	margin-left:15px; margin-right:15px; margin-top:20px;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#FFFFFF;
					font-size:12px;
					line-height:16px;}
					
.content_left	{	width:160px; height:600px;
					float:left;}
					
.content_right	{	width:615px; height:600px;
					margin-top: 130px;
					float:left;}
					
.buttons		{	width:160px;
					margin-left: 25px; margin-top: 200px;
					float:left;}

.adress			{	width:143px; height:156px;
					margin-left:25px; margin-top:130px;
					background:url(images/adress.png);
					float:left;}
					
.adresstxt		{	padding-top:66px; margin-left:6px;
					font-family:Georgia, "Times New Roman", Times, serif;
					color:#FFFFFF;
					font-size:12px;
					line-height:20px;}
					
a:link			{	font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #ffffff;
					text-decoration:none;}
a:hover			{ 	font-family:Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #000000;
					text-decoration:none;}