body {
	margin:0px; 
	padding:0px;
	background-color: #FFFFFF;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}

#main {
	position: absolute;
	top:0px;
	/*left:50%;*/
}
#layout {
	position: absolute;
	top:0px;
	left:0px;
	width: 880px;
	height: 649px;
	z-index:9999;
	border: 0px solid red;
}


#header {
	position: absolute;
	top:0px;
	left: 0px;
	width: 880px;
	height: 87px; /* 207px */
	overflow: hidden;
}

#headerleft {
	float:left;
	width:306px;
	height:87px; /* 207px */
	background-image: url(../images/menus_img.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow: hidden;
}

#logo {
	float:left;
}

#contentleft1 {
	position: absolute;
	float:left;
	top: 87px; /* 207px */
	left: 0px;
	width: 156px;
	padding-left:13px;
	border: 0px solid red;
}

#contentleft2 {
	position: absolute;
	float:left;
	top: 87px; /* 207px */
	left: 156px;
	width: 150px;
	padding-left:21px;
	border: 0px solid red;
	overflow:hidden;
}

#submenu {	
	position:absolute; 
	float: left;
	left: 144px;
	top:90px;	/* 210px */
	width: 150px;
	padding-left:21px;
}

#border {
	position: absolute;
	float:left;
	top: 250px; /* 370px */
	left: 156px;
	width: 130px;
	padding: 13px;
}

#contentcont {
	position: absolute;
	top: 82px; /* 202px */
	left: 301px;
	height:400px;
	width:700px;
	border: 0px solid red;
}

#content {
	float:left;
	width: 420px;
	padding-left:15px;
	/*height: 445px;*/
	border: 0px solid red;
	padding-top:10px;
}

#contentright {
	float:left;
	width: 129px;
	/*height: 445px;*/
	border: 0px solid red;
}

#linksright {
	position: absolute;
	top: 200px;
	left: 585px;
	float:left;
	width: 80px;
	border: 0px solid red;
}
#textleft {
	padding:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height:15px;
}

#mainmenu {
	padding:20px 20px 20px 50px;
	border-bottom: 10px solid white;
	line-height:18px;
}
