* {
	padding: 0;
	margin: 0;
	outline: none;	
	position: relative;
}
* :focus { outline: 0; }
img {border: none;} 
.border {
	/*border: 6px solid #144d84;*/
	border: 6px solid #2d2d2d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

img, div { behavior: url(iepngfix.htc) }

html {
	overflow: -moz-scrollbars-vertical;
	overflow-y: scroll;
}

a:link    {color: #144d84;}
a:visited {color: #144d84;}
a:active  {color: #1585d9;}
a:focus   {color: #1585d9;}
a:hover   {color: #1585d9;}

a.nav_link {text-decoration: none;}
a.nav_link:link {color: white;}
a.nav_link:visited {color: white;}
a.nav_link:hover {color: #144d84;}


body { 
	width: 100%;
	height: 100%;
	text-align: center;
	background: tan url("images/page_design/background2.jpg") no-repeat fixed top center;
	font-family: georgia;
	font-size: 21px;
	/*border: 2px solid orange;*/
}

#black_stripe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	background-color: black;
	opacity: 0.5;
	filter: alpha(opacity:50);
}

#white_stripe {
	position: absolute;
	top: 55px;
	left: 0px;
	width: 100%;
	height: 195px;
	background-color: white;
	opacity: 0.5;
	filter: alpha(opacity:50);
}

#wrapper {
	height: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	width: 1000px;
	/*border: 2px solid orange;*/
}

#header {
	width: 100%;
	height: 250px;
	/*border: 2px solid red;*/
}
	#nav {	
		width: 100%;
		height: 50px;
		/*border: 2px solid orange;*/
	}
		.nav {
			float: left;
			font-family: 'Times New Roman', Times, serif;
			font-size: 25px;
			color: white;
			margin-left: 45px;
			top: 15px;
		}
		
		#home      {}
		#raku      {}
		#stoneware {}
		#bridal    {}
		#boutique  {}
		#about     {}

	#logo {
		position: absolute;
		left: 10px;
		bottom: 23px;
	}
	
	#title {
		position: absolute;
		right: 30px;
		bottom: 22px;
	}

#main {
	/*border: 2px solid green;*/
}
	#main ul {list-style-type: none;}
	#old_home	  { padding: 10px 0 10px 0 }
	#house_summer { padding-top: 20px; }

	.tooltip {
	display:none;
	margin: 0 0 0 -280px;
	background:transparent url("images/page_design/black_arrow_big.png");
	font-size:17px;
	height:150px;
	width:320px;
	padding:25px;
	color:#fff;	
	text-align: justify;
}

	.caption {
		background: black; 
		opacity: 0.8; 
		filter: alpha(opacity:80);
		-webkit-border-radius: 15px;
		-moz-border-radius: 15px;
		border-radius: 15px; 
		color: white; 
		font-size: 14px;
		padding: 5px 30px;
		margin-bottom: 10px;
	}
	
	.medium_text {
		font-size: 26px; 
		padding: 0 20px;
	}
	
	.large_text {
		font-size: 34px;
		line-height: 1.5;
		font-family: georgia;
	}

	#facebook_pic {
		top: 10px;
	}

	#decorative_line {
		top: 0px;
		width: 100%;
		height: 60px;
		background: url("images/page_design/divider.png") no-repeat center;
	}

#footer {
	top: 5px;
	width: 1000px;
	height: 200px;
	font-size: 20px;
	text-align: left;
	line-height: 1.3;
	/*border: 2px solid turquoise;*/
}

	.bob_at_work {
		position: absolute;
		left: 44%;
		/*border: 2px solid yellow;*/
	}
	.address_right {
		float: right;
		top: 15px;
		right: 125px;
		/*border: 2px solid purple;*/
	}
	.address_left {
		float: left;
		top: 15px;
		left: 110px;	     
        /*border: 2px solid blue; */
        
		
	}
