html, body {
	margin:0 auto;
	padding:0;
}

body {
	background: url(../img/bg_body.gif) top left repeat-x;
}

/*------------------------------------*/


div#container {
	position:relative;
	width:790px;
	max-width:790px;
		
	margin:0 auto;
	padding:0;

}

div#header {
	width:790px;
	max-width:790px;
	height:151px;
	max-height:151px;
}

div#navigation {
	width:790px;
	max-width:790px;
	height:156px;
	max-height:156px;
}


div#content {
	width:788px;
	max-width:788px;
	
	padding:0 0 30px 0;
	
	
	background:url(../img/bg_content.gif) top left no-repeat;
	background-color:#FFFFFF;
	
	border-right:1px solid #DBDBDB;
	border-bottom:1px solid #DBDBDB;
	border-left:1px solid #DBDBDB;
	
	overflow:auto;
}

div#footer {
	width:790px;
	max-width:790px;
	
	margin:5px 0;
	
	clear:both;
}

/*--------------------------------------*/

div#breadcrumb {
	width:590px;
	max-width:540px;
	
	margin-bottom:30px;
	padding-left:50px;
}

.colsx {
	width:560px;
	max-width:560px;
	
	padding-left:30px;
	
	float:left;
}

.coldx {
	width:168px;
	max-width:168px;
	
	padding-right:16px;
	
	float:left;
	clear:right;
}
