body {
	background: #FFF;
	margin:0px;
	padding:0px;
}

* {
	margin:0px;
	padding:0px;
}

.cleaner{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

#wrapper {
	width:1004px;
}

.logo {

	float:left;
	padding: 63px 0px 0px 38px;
}

.header {
	height:186px;
}

.headerText {
	position:absolute;
	top:13px;
	font: bold 14px Trebuchet;
	color:#666;
	left:609px;
	width:400px;
	height:15px;
}

.headerImage {
	left:200px;
	height:150px;
	position:absolute;
	top:35px;
	width:804px;
}

.topLine {
	position:absolute;
	left: 200px;
	top: 33px;
	background: url(../layout/line.jpg) no-repeat;
	width:804px;
	height:2px;
}

.bottomLine {
	position:absolute;
	left: 200px;
	top: 185px;
	background: url(../layout/line.jpg) no-repeat;
	width:804px;
	height:2px;
}

#topNavi {
	height:25px;
	border-bottom:2px solid #2878AB;
	padding-left:180px;
}

#left-Content {
	width:200px;
	height:400px;
	float:left;
}

.leftComponentPosition {
	margin-top:40px;
}

#content {
	width:530px;
	margin-left:0px;
	margin-top:38px;
	float:left;
	height:400px;
	height:auto !important;
	min-height:400px;
}

#right-Content {
	position:absolute;
	top:250px;
	left:740px;
	width:260px;
}

.line {
	margin-top:-2px;
}

#footer {
	margin-left:200px;
	margin-top:15px;
	margin-bottom:15px;
}

