* {
	margin: 0;
	padding: 0;
}


html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;

}
a {
	color: #000;
	outline: none;
	text-decoration: none;
	cursor:pointer;
}
a:hover {
	text-decoration: none;
	color:red;
}
p {

}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;

}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 130px;
	background: #fff;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;

}
#container {

	width: 100%;
	float: left;
	/*overflow: hidden;*/


}
#content {

margin-left:330px;
color:#25416f;

}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 300px;
	margin-left: -99%;
	position: relative;
	color:#000;
	text-align:left;
	font-size:14px;


}
.leftblock{	border:dotted 1px #999999;
margin:10px;}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -100px auto 0;
	height: 100px;
	color:#FFFFFF;
		background: url(../images/fon2.png) repeat-x #1b345d;
}