* {
	margin: 0 px;
	padding: 0 px;
  
}
html {	height: 100%}
body {
	height: 100%;
background: #EFEEEC
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-width: 50px;
	max-width: 1250px;
	margin: auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Шапка
-----------------------------------------------------------------------------*/
#header {
	height: 220px;
	background: #EFEEEC;
}


/* Центр
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 130px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 300px 0 245px;
}

/* Левое меню
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 230px;
	margin-left: -100%;
	position: relative;
	background: #EFEEEC;
}


/* Правое меню
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 220px;
	margin-left: -250px;
	position: relative;
	background: #EFEEEC;
}

.lines
{       background-color: #EFEEEC;
        background-image: url('images/d.jpg');
        background-repeat: repeat-x;
}

/* Подвал
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	max-width: 1250px;
	height: 130px;
	background: #EFEEEC;
}

Table.main
{
	background: #efeeec; 
	border: 1px solid #3c769d;
	padding: 0; 
	margin: 0;
}

.blog_link
{
color: black;
font-family: Verdana, Arial;
text-decoration: underline;
font-size: 13pt;
}

.blog_date
{
color: #3399FF;
font-family: Verdana, Arial;
text-decoration: none;
font-size: 10pt;
}

.menu_link
{
color: #3399FF;
text-decoration: underline;
font-size: 10pt;
font-family: Verdana;
}

.link_port
{
color: black;
text-decoration: underline;
font-size: 10pt;
font-family: Verdana;
}

