html, body { min-width: 1400px; min-height: 600px; }
.websitecontent {
	position:absolute; z-index:1;
	top:185px;
	margin-top:-15px;
	padding:0px;
	left:245px;
	width:1010px;
	height:1275px;
	overflow:hidden;
	visibility: visible;
}
.googlemap {
	position:absolute;
	width: 600px;
	Height: 400px;
}	
.footer {
	position:absolute;
	top:1380px;
	left:170px;
	width:1000px;
	height:40px;
	text-align:center;

}

.navbar {
position:absolute; /* change to position: fixed when done manipulation to have it float while scrolling*/
	top:28px;
	left:35px;
	padding:0px;
	height:660px;
	background-repeat:no-repeat;
}

.top{
	position:absolute; 
	top:10px; left:290px;
	margin:0px;
	width:1000px;
	height:175px;
	padding:0px;
}

.three{
	Position:absolute;
	top:165px;
	margin:0px; left:770px;
	width:570px;
	height:150px;
	padding:0px; z-index:5;

}

.card {
	position:absolute;
	background-image:url(cardbackground.png);
	background-repeat:no-repeat; 
	background-position:left 5px;
	padding:0px;
	width:500px; 
	height:230px;
}

.piclink {    /* HTML  <a class="piclink" style="background-image: url(facebook.png);width: 249px;height: 77px;right:140px;top:955px" href="http://www.facebook.com/pages/Lane-Mitchell-Jewelers/105302806170714" alt="Lane Jewelers on Facebook"></a>*/
  position:absolute;
  display: block; /* Or float left, whichever is necessary... */
}

A:link {text-decoration: none; color: #B1901C}
A:visited {color: #B8A036}
A:active {text-decoration: underline; color: #ff0000}
A:hover {text-decoration: underline; color: #FFCC66}
.style1 {font-family: Arial, Helvetica, sans-serif;	font-size: 24px;color: #660000;}
.style2 {font-family: Arial, Helvetica, sans-serif;	font-size: 22px;color: #660000;}
.style3 {font-family: Arial, Helvetica, sans-serif;	font-size: 23px;color: #B1901C;}
.style4 {font-family: Arial, Helvetica, sans-serif;	font-size: 30px;color: #B1901C;}
.style5 {font-family: Arial, Helvetica, sans-serif;	font-size: 0px;color: #B1901C;}
.style6 {font-family: Arial, Helvetica, sans-serif;	font-size: 18px;color: #B1901C;}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -75px;
	left: -100px;
	z-index: 2;
}

.hoverbox img
{
	background: #fff;
	border-color: #660000 #660000 #660000 #660000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #eee; list-style:none;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #660000;
	width: 400px;
	height: 300px;
}