* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 800px;
	margin: 0 auto;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 145px;
	width:751px;
	background: #FFF;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
	
}
#content {
	padding: 0 168px 0 186px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;	
	width: 166px;
	height: 180px;
	margin-left: -100%;
	position: relative;
	 background: url("img/sl.gif"); 
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 147px;
	height: 271px;
	margin-left: -198px;
	position: relative;
	background: url("img/sp.gif");
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin-left: 100px;
	height: 100px;
	width: 751px;
	background:#FFF;
	margin-top: 2%;
	
}

#txt {
width: 400px;
margin-left:180px;
}