body {
	min-width: 1002px;
	max-width: 1160px;
}


.col-left {
	float: left;
	width: 26%;
}

*html .col-left {
	margin-right: -26%;
}

.col-right {
	margin-left: 26%;
}

#wrapper {	
	margin: 25px 25px;	
	width:expression(
		(document.compatMode && document.compatMode == 'CSS1Compat')
		?
		(
			document.documentElement.clientWidth < 1002
			?
			"1002px"
			:
			(
				document.documentElement.clientWidth > 1060
				?
				"1100px"
				:
				"auto"
			)
		)
		:
		(
			document.body.clientWidth < 1002
			?
			"1002px"
			:
			(
				document.body.clientWidth > 1160
				?
				"1100px"
				:
				"auto"
			)
		)
	);
}

	#header  {
		overflow: hidden;
		margin-bottom: 25px;
	}
	
	*html #header {
		overflow: visible;
		height: 1%;
	}
	
		#header .col-left {	
			height: 117px;
			background: url("/img/header/logo.gif") no-repeat 45px bottom;
		}
		
			#header #logo {				
				display: block;
				width: 184px;
				height: 117px;
				margin-left: 45px;
				cursor: pointer;				
			}
			
		#header .col-right {			
			height: 51px;
			padding-top: 45px;
			padding-left: 442px;
			background: url("/img/header/bcg.jpg") no-repeat right top;
		}
				
			#telephone {
				width: 252px;
				height: 33px;
				background: url("/img/header/telephone-opt.png");
			}
			
			*html #telephone {				
				behavior: url("iepngfix.htc");
			}
			
			#text {				
				height: 21px;
				margin-left: 26%;
				background: #98794D url("/img/header/text.gif") no-repeat;
			}
		
	#workarea {
		overflow: hidden;
		border-right: 1px solid #8E8171;		
	}
	
	*html #workarea {
		overflow: visible;
		height: 1%;
	}
	
		#workarea .col-left {
			
		}
		
			#left-menu-bar {
				padding: 16px 20px 16px 24px;
				color: #E0CEAA;
				background: #B28D61 url("/img/content/left-menu-bar-bcg.jpg") repeat-y;
			}
			
				#left-menu-bar ul {
					margin-left: 0px;
				}
				
					#left-menu-bar ul li {
						list-style-image: url("/img/content/left-menu-bar-li.jpg");
						font-size: 16px;
						font-weight: bold;
						margin-bottom: 15px;
					}
					
					html* #left-menu-bar ul li {
						list-style-image: url("/img/content/left-menu-bar-li-IE.jpg");
					}
					
						#left-menu-bar ul li a {
							color: #FFF;
						}
						#left-menu-bar ul li a.active {
							color: #E0CEAA;
						}

			
			#right-menu-bar {
				padding: 16px 20px 16px 24px;
				color: #E0CEAA;
				background: #BCBCBC url("/img/content/right-menu-bar-bcg.jpg") repeat-y;
			}
						
				#right-menu-bar ul {
					margin-left: 0px;
				}
				
					#right-menu-bar ul li {
						list-style-image: url("/img/content/right-menu-bar-li.jpg");
						font-size: 16px;
						font-weight: bold;
						margin-bottom: 15px;
					}
					
					html* #right-menu-bar ul li {
						list-style-image: url("/img/content/right-menu-bar-li-IE.jpg");
					}
					
						#right-menu-bar ul li a {
							color: #FFF;
						}
						#right-menu-bar ul li a.active {
							color: #E0CEAA;
						}
						
			#slogan {
				height: 78px;
				padding: 12px 0px 0px 47px;
				background-color: #4D162B;
				color: #AC8973;
				font-size: 18px;
				font-weight: bold;
			}
		
		#workarea .col-right {
			
		}
		
			#main {
				text-align: justify;
				margin-left: 32px;
				margin-right: 20px;
			}
			
				#child-menu {
					font-weight: bold;
					color: #B18C62;
					font-size: 14px;
				}

					#child-menu a {
						color: #4E162A;
					}
							
					#child-menu ul {
						padding-left: 0px;
					}
					
						#child-menu ul li {
							list-style-type: none;
							margin: 0px;
						}
						
	#pre-footer {
		overflow: hidden;	
	}
	
	*htmk #pre-footer {
		overflow: visible;
		height: 1%;
	}
	
		#pre-footer .col-left {
			height: 145px;
			background: url("/img/footer/logo-silver.gif") no-repeat 50px center;
		}
		
		#pre-footer .col-right {
			height: 145px;
			background: url("/img/footer/slogans.gif") no-repeat left center;
		}
		
	#footer {
		overflow: hidden;
	}
	
	*html #footer {
		overflow: visible;
		height: 1%;
	}
	
		#footer .col-left {
			height: 68px;
			background: #4E162A url("/img/footer/footer-angle.jpg") no-repeat left bottom;
		}
		
			#counter {
				display: block;
				width: 33px;
				height: 33px;
				margin-left: 110px;
				margin-top: 17px;
			}
		
		#footer .col-right {
			height: 68px;
			background: url("/img/footer/bcg.jpg") repeat-x;
		}
		
			#copyright {
				color: #4D494A;
				padding: 12px 0px 0px 18px;
			}
	
				#copyright a {
					color: #4D494A;
				}
