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

body {
	font-family: georgia, "Times New Roman", Times, serif;
	font-size:14px;
	margin: 0;
	background-color:#3b6900;
	color:#FFFFFF;
}

a:link, a:active, a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold ;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: bolder;
}

#plates a:link, #plates a:active, #plates a:visited {
	color: #FFFFFF;
		font-size:18px;
}

.floatcontainer:after{ content: "."; display: block; height: 0; font-size:0; clear: both; visibility:hidden; }
.floatcontainer { zoom:1; }

#container {
	position: relative;
	margin: auto;
	width: 980px;
	height:1155px;
	background-image: url(images/bg.jpg);
	background-repeat:no-repeat;
	
}

#logo {
	position: absolute;
	left: 98px;
	top: 74px;
}

#plates {
	position: absolute;
	left: 74px;
	top: 268px;
	background-image: url(images/plates.jpg);
	background-repeat:none;
	width: 181px;
	height: 367px;
	z-index: 2;
}

#menu {
	position:relative;
	top: 84px;
	left: 28px;
}

#home {
	position:relative;
	top: 30px;
	left: 103px;
}

#reviews {
	position:relative;
	top: 120px;
	left: 100px;
}

#photos {
	position:relative;
	top: 145px;
	left: 35px;
}

#ourstory {
	position:relative;
	top: 190px;
	left: 18px;
}

#pictureframe {
	position: absolute;
	left: 197px;
	top: 224px;
	background-image: url(images/pictureframe.jpg);
	background-repeat:none;
	width: 704px;
	height: 583px;
}

#pictureframe #picture {
	position: relative;
	top: 132px;
	left: 143px;
	width: 424px;
	background-color:#3b6900;
	width: 424px;
	height: 278px;
	overflow:auto;
	
}

#pictureframe #address {
	position: relative;
	top: 470px;
	left: 185px;
	color: #FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	width: 410px;
}

#pictureframe #picture #title {
	border-bottom: 1px solid #FFFFFF;
	font-size:24px;
	font-weight: bold;
	margin-bottom: 30px;
}
