@charset "utf-8";
/* CSS Document */

body{
background-color:#FFFFFF;
background-image:url(http://itskissedbynature.com/images/KBN/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-attachment:fixed;
margin:0px;
}

#top{
	width:100%;
	background-color:#000000;
	height:40px;
	}
.topwrap{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	}
.toplinks{
	width:400px;
	position:absolute;
	left:30px;
	top:5px;
	}
.search{
	width:400px;
	position:absolute;
	left:500px;
	top:5px;
	}
	

#wrap{
height:auto;


	}
	
#header{
	background-image:url(http://itskissedbynature.com/images/KBN/header.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:850px;
	margin-left:auto;
	margin-right:auto;
	height:100px;
	margin-top:100px;
	position:relative;
	}
.topnav{
	position:absolute;
	width:650px;
	height:70px;
	left:180px;
	top:-70px;
	z-index:1;
	}
	
.logo{
	position:absolute;
	top:-90px;
	left:30px;
	z-index:2;
	}
	
	
#contentwrap{
	background-image:url(http://itskissedbynature.com/images/KBN/content.png);
	background-position:center;
	background-repeat:repeat-y;

	width:850px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding-top:25px;
	}

#content{
	width:550px;
	float:left;
	height:auto;
	padding-left:40px;
	position:relative;
	min-height:510px;
	}
	
#sidebar{
	width:220px;
	float:right;
	height:auto;
	padding-right:30px;
	text-align:right;
	
	}
	
.sidenav-infolinks{
	text-align:right;
	margin-top:20px;
	margin-bottom:20px;
	}
	
	
#footer{
	background-image:url(http://itskissedbynature.com/images/KBN/footer.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:850px;
	height:100px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
	}
		

#bottom{
	width:100%;
	background-color:#000000;
	height:40px;
	}

.botwrap{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:5px;
	}
	
