* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background-image: url("images/bkground.jpg");
	background-repeat: repeat-y;
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a img { border:none }
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	float:left;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 432px;
	width: 100%;
	background: #FFFFFF;
	float:left;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	background: #FFFFFF;
	color: #000000;
}
#content {
	padding: 10px 10px 0 270px;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 250px;
	height: 800px;
	margin-left: -100%;
	position: relative;
	background: #FFFFFF;
}

#contentleft {
	padding: 10px 0 0 10px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 100px;
	background: #B0A6A6;
}