body, html {
	padding:0;
	margin:0;
	overflow:hidden;
	background:#fff;
}
html {
	overflow-y:scroll;
}

#border {
	width:1002px;
	padding:0px;
	margin:15px auto 15px auto;
	display:table;
}
#container {
	border:1px solid #aea572;
	float:left;
	background:#fff url(../img/left_bg.gif) repeat-y left top;
}
#anotherBG {
	float:left;
	background: url(../img/woman.jpg) no-repeat bottom left;
}

#left {
	width:719px;
	float:left;
	border-right:1px solid #aea572;
}
	#lefter {
		float:left;
		width:215px;
	}
		#anbos {
			padding:15px 0px 15px 15px;
			margin:0 26px 0 0;
			border-bottom:1px solid #fff;
		}
		#navigation ul{
			padding:0;
			margin:0;
			list-style:none;
			padding:30px 26px 0 15px;
		}
		#navigation ul li {
			padding:4px 0 4px 0;
		}
		#navigation ul li a{
			text-decoration:none;
			color:#fff;
		}
		#navigation ul li a:hover{
			color:#000;
		}
		#navigation ul li a.active{
			font-weight:bold;
			color:#000;
		}
	#main {
		float:left;
		width:504px;
	}
		#header {
			width:444px;
			height:41px;
			background:#8c8037;
			float:left;
			padding:50px 0px 0px 60px;
		}
			#header h1 {
				font-size:13px;
				font-weight:bold;
				color:#fff;
			}
		#content {
			padding:30px 60px 150px 60px;
			float:left;
			min-height:300px;
			height:auto !important;
			height:300px;
		}

		
#right {
	float:left;
	padding:0 0 0px 0;
	width:280px;
}
	#logo {
		padding:15px 0px 0 15px;
	}
	#logo img {
		padding:0;
		margin:0;
	}
	#subnavigation ul{
		padding:0;
		margin:0;
		list-style:none;
		padding:15px 0 15px 15px;
	}
	#subnavigation ul li{
		padding:4px 0 4px 0;
	}
		#subnavigation ul li a{
			text-decoration:none;
		}
		#subnavigation ul li a.active{
			font-weight:bold;
		}
	
	a#contactLink {
		display:block;
		width:280px;
		height:74px;
		position:absolute;
	}
		
#copyright {
	clear:both;
	text-align:center;
	padding:0 0 0 0;
}
#copyright * {
	font-size:9px;
	text-decoration:none;
	color:#666;
}
#copyright p a:hover {
	color:#000;
	text-decoration:underline;
}