/* CSS Document */

body {
}


*#wrap {
	position:absolute;
	top:0px;
    left:200px;
	width:900px;
	height:200px;
	z-index:4;
	}

#header {
	position:absolute;
    width: 926px;
    height: 137px;
	}

#navigation { 
    display: none;
    }

#sidebar {
	display:none;
	}

#content {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	height:750px;
	width:600px;
	top:200px;
	left:250px;
	padding-top: 0px;
	z-index:3;
}