* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 11px/16px  Verdana, Arial, Tahoma, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 10px 10px 10px;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1280px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image:url(img/fon.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 50px;
	background: #9BD6F9;
}

#header3 {
	height: 80px;
	background: #9BD6F9;
}

#header0 {
	height: 200px;
	;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 30px;
	min-height: 100%;
	height:auto;
	position: relative;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 10px 10px 195px;
	
}

#content2 {
	padding: 10px 10px 10px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
height:auto;
min-height:100%;
	float: left;
	width: 180px;
	margin-left: -100%;
	position: relative;
	background:#C9C9C9;	
	padding:5px;
	font-size:10px;
	font-weight:bold;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1280px;
	margin: -30px auto 0;
	height: 30px;
	background: #9BD6F9;
}


.ul1 {
list-style-position:inside}

.header_t {
background-color: #333333;
font-weight:bold;
color:#FFFFFF;
 }

.post_title {background-color:#333333;
border-left:1px solid #666666;
border-top:1px solid #666666;
border-bottom:1px solid #666666;
padding:5px;}

.post_name {font-weight:bold; padding-left:5px;
padding-right: 5px;
border-left:1px solid #999999;
border-bottom: 1px solid #999999;}

.post_name2 {font-weight:bold; padding:3px;
border-left:1px solid #999999;
}

.post_name3 {padding:3px;
border-bottom: 1px solid #999999;
border-right: 1px solid #999999;
}

.item {
position:relative;
display:block;
float:left;
width:200px;
height:60px;
padding-right:5px}


.item2 {
position:relative;
display:block;
float:left;
width:400px;
height:60px;}

.post {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding:5px;
}