/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font: 85% verdana, helvetica, sans-serif;
	text-align: center;
	color: #505367;
	background-color:#fff;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
}

a:link{
	color:#FFFFFF;
	text-decoration:none
	
}


h1{
	margin-top:0;
}

#container{
	width:1000px;
	float:left;
	

}

#lcol{
	float:left;
	width:250px;
	height:600px;
	background-color:#7e686b;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;

}

#logo{
	position:relative;
	height:124px;
	text-indent: -5000px;
	background:url(images/logo.jpg) no-repeat;
	margin-bottom: 16px;
}

#mainnav{
	position:relative;
	height: 403px;
	background: url(images/links.jpg) no-repeat;
	margin-top: -19px;
	margin-bottom:20px;
	
}

#mainnav li{
	list-style:none;
	text-indent: -5000px;
	
}

#contact{
	position:relative;
	margin-top:-20px;
	height: 72px;
	background:url(images/contact.jpg) no-repeat;
}

#contact li{
	list-style:none;
	text-indent:-5000px;

}


#content{
	float:left;
	background-color:#FFF;
	width: 620px;

}

#rcol{
	width:5px;
	float:right;
	background-color:#FFF;
	height: 300px;
}

#copylink{
	margin: 40px 25px 15px 0;
	color:#DBC7C6;
	font-size: 80%;
	text-align:right;
	float:right;
	line-height: 150%;

}

#copylink a:link{
	color:#DBC7C6;
	text-decoration:none;

}

#copylink a:visited{
	color:#DBC7C6;
	text-decoration:underline;
}

#copylink a:hover{
	color:#ffffff;
	text-decoration:underline;
	
}
/*#hgallery{
	width:650px;
	background-color:#FFFFFF;
	border:solid #999999 1px;
	margin-top:40px;
	margin-left: 275px;

}*/

.gallimg{
	border: none;
	width: 150px;
	height: 200px;
	float:left;
	margin: 40px 0px 20px 50px;
	background-color:#FFF;

}

#aboutme{
	width:450px;
	font-size: 0.8em;
	color:#8f7876;
	text-align:left;
	margin: 91px 100px 0px 50px;
	line-height: 1.4em;
	background-image:url(images/abouth.jpg);
	background-position: left top;
	background-repeat:no-repeat;


}

.aboutme{
	text-indent:-5000px;
}
/**********************Main Navigation***********************/
.home{
	position:absolute;
	left:153px;
	top:100px;
	width:78px;
	height:25px;
}

.home:hover{
	background-image:url(images/homenav.jpg);

}

.about{
	 position:absolute;
	 left:124px;
	 top:133px;
	 width:106px;
	 height:29px;

}

.about:hover{
	background-image: url(images/about.jpg);
}
/*.still {
	 position:absolute;
	 left:151px;
	 top:165px;
	 width:80px;
	 height:32px;
}

.still:hover{
	 background-image:url(images/stillnav.jpg);
}

.interiors {
	 position:absolute;
	 left:142px;
	 top:203px;
	 width:93px;
	 height:27px;
}

.interiors:hover{
	background-image:url(images/interiornav.jpg)
}

.craft {
	 position:absolute;
	 left:162px;
	 top:238px;
	 width:70px;
	 height:23px;
}

.craft:hover{
	background-image:url(images/craftnav.jpg)
}

.lifestyle {
	 position:absolute;
	 left:140px;
	 top:268px;
	 width:95px;
	 height:29px;
}

.lifestyle:hover{
	background-image:url(images/lifestylenav.jpg)
}*/

.email{
	 position:absolute;
	 left:140px;
	 top:38px;
	 width:99px;
	 height:26px;
}

.email:hover{
	background-image:url(images/email.jpg);
}

.vase{
	float:right;
	height:411px;
	width:237px;
	padding: 0 0 30px 30px;

}
