	a:link {
		color:#FFFFFF;
		text-decoration: none;
		}      
	a:visited {
		color:#B0B0B0;
		}  
	a:hover {
		color:#434343;
				}
	a:active {
		color:#FFF;
		}  
	a.linkhvr:hover{
		background-color: #E0E0E0;
		border:0px solid;
		border-radius:5px;
		}
body{
	background-image:url('../img/bg.jpg');
	background-color:#000000;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color:#F0F0F0;
	font-family: sans-serif;
	}
#headerfull{
	Position: relative;
	margin-top: 4%;
	width: 100%;
	height: 200px;
	}
	#headerbg{
		position: absolute;
		width: 100%;
		height: 200px;
		background-color:#000000;
		opacity:0.6;
		filter:alpha(opacity=60);
		}
#headermid{
	position: relative;
	height: 150px;
	margin-left: 15%;
	margin-right: 15%;
	height: 150px;
	}
	#title{
		float: left;	
		height: 100px;
		width:50%;
		background-image:url('../img/bd.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left;
		position: relative;
	}	
	#buttons{ 
		float: right;
		margin-top: 25px;
		margin-right: 0;*
		height: 50px;
		width: 100%;
		}
		#about{
			position: relative;
			float: right;
			width: 10%;
			height: 50px;
			background-image:url('../img/about.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 1px;
			}
		#collections{
			position: relative;
			float: right;
			width: 15%;
			height: 50px;
			background-image:url('../img/collections.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 1px;
			}			
		#instagram{
			position: relative;
			float: right;
			width: 15%;
			height: 50px;
			background-image:url('../img/IG.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 1px;
			}
		#star{
			float: right;
			float: right;
			width: 5%;
			height: 50px;
			background-image:url('../img/star.png');
			background-repeat: no-repeat;
			background-position: center;
						margin-right: 1px;
			}
		#store{
			float: right;
			float: right;
			width: 10%;
			height: 50px;
			background-image:url('../img/store.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 1px;
			}
		#contact{
			float: right;
			width: 12%;
			height: 50px;
			background-image:url('../img/contact.png');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
			margin-right: 1px;
			}	
#bodyhgt{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	position: relative;
	}
#bodyblkctr{
	position: relative;	
	margin-left: 15%;	
	margin-right: 15%;
	height: 600px;
	}
	#bodyblkbg{
		height: 100%;
		opacity: 0.4;
		filter:alpha(opacity=40);
		background-color: black;
		z-index: -1;
		}
	#bodyblk{	
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		overflow: auto;
		}
		.thumb-wrapper{
			position: relative;
			margin: 1%;
			float: left;
			height: 100px;
			width: 100px;
			overflow: hidden;
			border:1px solid;
			border-radius:8px;
			background-color: white;
			}
		.img{
			position: absolute;
			left: -25%;
			top: -25%;
			max-height: 200px;
			max-width: 200px;
			}
		.thumbttl{
			position: absolute;
			bottom: 0;
			color: white;
			padding: 4px;
			font-weight: bold;
			text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		}
		#portrait{
			float: right;
			width: 250px;
			height: 250px;
			margin: 5%;
			border:1px solid;
			border-radius:10px;
			overflow: hidden;
			background-image:url('../img/webportrait.png');
			background-size: contain;
			background-repeat: no-repeat;
			}
		#abtcontent{
			float: left;
			width: 40%;
			margin-top: 5%;
			margin-left: 5%;
			}
		#contactimg{
			width: 55%;
			height: 500px;
			background-image:url('../img/snail.png');
			background-size: contain;
			background-repeat: no-repeat;
			float: left;
			}
		#contactbdy{
			margin-top: 5%;
			margin-right: 5%;
			float: right;
			width: 40%;
			position: relative;
			}
			#cntctcnt{
			}
		#cntcticons{
			margin-top: 10px;
			left: 55%;
			width: 40%;
			position: relative;
			}
		#dftimg{
			width: 100%;
			height: 600px;
			background-image:url('../img/Banner-1-sm.jpg');
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center;
		}
#rgtnav{
	position: absolute;
	top: 0;
	right: 5px;
	width: 10%;
	text-align: right;
	}