@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body {
  	height:100%;
}

.contentWrapper {
	width:865px;
	margin:0 auto;
}

.headerPage {
	display:block;
	height:260px;
	position:relative;
}
	.headerPage h1 {
		position:absolute;
		display:inline-block;
		top:45px;
		left:200px;
	}
	.headerPage form {
		position:absolute;
		right:20px;
		top:45px;
	}
	.headerContent {
		position:absolute;
		top:90px;
		left:0;
		height:170px;
    width:100%;
	}
.content {
  padding:0 0 5px;
  position:relative;
	overflow:hidden;
	width:100&;
	height:100%;
	position:relative;
	overflow:hidden;
}

  .cLeft {
    width:180px;
    height:100%;
  }
  
  .cRight {
    width:675px;
  }
