/* CSS Document */

body {
	padding:0px;
	margin:0px;
	background-color:#000000;
}

.clear {
	clear:both;
	height:1px;
}

#left {
	float:left;
	width:725px;
	padding-left:125px;
}

#right {
	float:left;
	width:300px;
}

#container {
	background-image:url(images/background.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center top;
	width:1300px;
	height:900px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:40px;
}

#logo {
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
	width:388px;
	height:141px;
}

#home-area {
	background-image:url(images/fresh-seafood.png);
	background-repeat:no-repeat;
	width:734px;
	height:549px;
	margin-top:10px;
}

#post-it {
	width:201px;
	height:191px;
	margin-top:40px; /* 50px before gas */
	margin-left:25px;
}

#twitter {
	float: right;
}

#email {
	background-image:url(images/metal-plate.png);
	background-repeat:no-repeat;
	background-position:center;
	width:147px;
	height:73px;
	margin-top:5px; /* 20px before gas */
	margin-left:20px; /*50px before gas */
	color:#372615;
	padding:25px;
}

#metal-plate {
	background-image:url(images/metal-plate.png);
	background-repeat:no-repeat;
	background-position:center;
	width:197px;
	height:123px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#372615;
	font-size:44px;
	text-align:center;
	line-height:113px;
	margin-top:5px; /* 20px before gas */
	margin-left:100px; /*50px before gas */
}

#metal-plate a {
	color:#372615;
	text-decoration:none;
}

#our-staff {
	margin-top:5px; /*25px before gas */
	margin-left:5px; /*25px before gas */
	width:212px;
}

#gas {
	margin-top:-100px;
	margin-left:200px;
	height:185px;
	width:128px;
}

#bottom-navigation {
	margin-top:-52px;
	position:relative;
	padding-right:75px;
	width:675px;
}

#bottom-navigation ul {
	padding:0px;
	margin:0px;
	float:right;
}

#bottom-navigation li {
	padding-top:0px;
	padding-bottom:0px;
	padding-right:0px;
	margin:0px;
	float:left;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bullet.png);
	list-style-type:none;
	padding-left:15px;
	background-repeat:no-repeat;
	background-position:left center;
}

#bottom-navigation li a {
	color:#f9f4b9;
	text-decoration:none;
	padding-right:15px;
}

#bottom-navigation li a:hover {
	text-decoration:underline;
}

#footer {
	margin-top:40px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	padding-left:25px;
}

#footer ul {
	padding:0px;
	margin:0px;
}

#footer li {
	list-style-type:none;
	float:left;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:4px;
	margin:0px;
}

#footer a {
	color:#000000;
	text-decoration:none;
}
