html, body {
	height: 100%;
	padding:0px;
	margin:0px;
	font-family:Tahoma;
	font-size:12px;
	color:#383838;
	line-height:18px;
	background:url("../images/body.png") top repeat-x #f0f0f0;
	margin-bottom:15px;
}

#top-header {
	position:absolute;
	background:url("../images/top-header.png") no-repeat;
	top:35px;
	width:1000px;
	height:125px;
}

.logo {
	background:url("../images/skyberate_logo.png") no-repeat;
	width:270px;
	height:50px;
	margin:10px;
	display:block;
}

#container {
	width:1000px;
	margin: auto;
}

#wrapper {
	position:relative;
	top:175px;
	width:1968px;
	padding:15px 15px 0px 15px;
	border:solid #cecece;
	border-width:0px 1px;
	background:#fff;
}

#wrapper p {
	width:600px;
}

#top_wrapper, #bottom_wrapper {
	width:1000px;
	height:3px;
	margin-left:-16px;
}

#top_wrapper {
	margin-top:-16px;
	background:url("../images/wrapper_top.png") top no-repeat;
}

#bottom_wrapper {
	clear:both;
	background:url("../images/wrapper_bottom.png") bottom no-repeat;
}

#content {
	float:left;
	margin-top:80px;
	border-right:solid 0px #cecece;
	padding-right: 30px;
	padding-left:15px;
}

iframe {
	margin-top:-15px;
	width: 935px;
	height: 700px;
	margin-bottom: 10px;
	border:none;
}

#breadcrump {
	position:relative;
	height: 30px;
	list-style:none;
	margin:0px 0px 0px -5px;
	padding:0px;
	width:978px;
	line-height:30px;
	border-bottom:solid 1px #cecece;
}

#breadcrump li {
	float:left;
	margin-left:5px;
}

#breadcrump li a {
	color:#a5a5a5;
	text-decoration:none;
}

#breadcrump li a:hover {
	color:#383838;
}

h1 {
	margin-top:-50px;
	margin-bottom:45px;
	padding:0px;
	font-size: 28px;
	color:#286dab;
	font-weight:normal;
}

#right {
	float:right;
	width: 250px;
}

