/* $Id: skin1.css,v 1.84.2.19 2007/03/06 08:17:31 max Exp $ */
/*
	General DIV style
*/
body {
margin:0px;
padding: 0px;
}

#container {
    margin-top: 254px;
    width:780px;
/*	background-color: #0099CC;*/
	background-image: url(images/custom/central_space_bg.gif);
	background-repeat: repeat-y;
}

#content {
    padding:0px;
	float:right;
	width:590px;
	position:relative;
	display: block;
}

#leftmenu {
    float:left;
	width:186px;
	position:relative;
	display: block;
}

#footer {
    clear:both;
}

#header {
    width:100%;
	position: absolute;
    left:0px;
	top: 0px;
}
