/* CSS Document */
#wrapper{
	margin-top:30px;
	width:980px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	border-radius:10px;
	-moz-box-shadow: 0px 0px 5px 3px #85665c;
	-webkit-box-shadow: 0px 0px 5px 3px 85665c;
	-o-box-shadow: 0px 0px 5px 3px #85665c;
	box-shadow: 0px 0px 5px 3px #85665c;	
}
#header{
	height:220px;
	position:relative;
}
#logo{
	position:absolute;
	left:35px;
	top:40px;
}
#menu{
	position:absolute;
	left:35px;
	top:0px;
	width:150px;
	z-index:1000;
}
#wrapper-mid{
	margin-bottom:25px;	
}
#col-left{
	float-left;
	width:200px;
	position:relative;
}
#col-right{
	float:right;
	width:720px;
	margin-right:30px;
	border:2px solid #63443a;
	border-radius:10px;
	min-height:300px;
}
#content-left{
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	margin-left:20px;
	width:320px;
}
#content-right{
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	margin-right:20px;
	width:320px;
}
#addcontent{
		clear:both;	
		margin-left:20px;
		margin-bottom:30px;
}
#footer{
	height:55px;
	background-color:#786855;
	position:relative;
}
#contactcont{
	position:absolute;
	left:35px;
	bottom:75px;
	z-index:1000;
}
.cleardiv{
	clear:both;
	height:1px;
}
