@charset "utf-8";
/* CSS Document */
/* Parroccini.com Website */
/* Created by Andrew Parroccini on 03/04/2008 */


/* Table of Contents */

/* ----- Overall Sytles ----- */
/* ----- Text Sytles ----- */
/* ----- Image Sytles ----- */
/* ----- Nav Styles ----- */
/* ----- Table Sytles ----- */
/* ----- Dynamic Content Sytles ----- */

/* Overall Styles */

body {
	background-color: #575757;
}

#contain {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0px auto;
	margin-top: 0px;
	background-image: url(../image/contain_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

#content {
	width: 800px;
	height: auto;
	margin-left: 112px;
	margin-top: -10px;
} 

#top {
	top: 150px;
	position: relative;
	width: 800px;
	height: 94px;
	background-image:url(../image/top_nav_800x94.gif);
	background-repeat: no-repeat;
}

#main_content {
	margin-top: 150px;
	width: 800px;
	height: auto;
}

#main {
	width: 800px;
	height: auto;
	background-image: url(../image/content_bg.jpg);
	background-position: top;
	background-repeat:repeat-x;
	background-color: #ffffff;
}

#footer {
	margin-top: -15px;
	width: 800px;
	height: 164px;
	background-image: url(../image/footer_800x164.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#logo {
	margin-top: 20px;
	margin-left: 20px;
}

.header_2 {
	margin-left: 25px;
}

.right {
	float: right;
}

#footer_content {
	top: 140px;
	position: relative;
	float: right;
	margin-right: 25px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* End Overall Styles */
/* Text Styles */

#main h1 {
	color: #d1a520;
	font: 20px Arial, Helvetica, sans-serif;
	margin-left: 25px;
	
}

#main p {
	margin-left: 25px;
	margin-right: 25px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #575757;
}

#main a {
	color: #6E7d2E;
	text-decoration: underline;
}

#main a:hover {
	color: #E9b20c;
	text-decoration: none;
}

#footer_content address {
	font-style: normal;
}

#footer_content address a {
	color: #ffffff;
	text-decoration: none;
}

#footer_content address a:hover {
	color: #ffcc33;
	text-decoration: none;
}

/* End Text Styles */
/* Image Styles */

/* End Image Styles */
/* Nav styles */

#top ul {
	float: right;
	list-style-type: none;
	margin-top: 60px;
	margin-right: 15px;	
}

#top ul li {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	display: inline;
	margin-right: 15px;
}


#top ul li a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#top ul li a:hover {
	color: #FFcc33;
}

#main ul li {
	font: 12px Arial, Helvetica, sans-serif;
}
/* End Nav Styles */
/*  List Styles */

#main ul {
	margin-left: 35px;
	list-style: none;
	font-size: 14px;
	color: #575757;
}

/* End List Styles */
/* Table Styles */

#main table {
	margin-left: 40px;
	width: 90%;
}

#main table tr td img{
	margin-bottom: 10px;
	border: 3px solid #575757;
}

#main table.design {
	margin-left: 55px;
	width: 90%
}

#main table.design tr td img{
	margin-bottom: 10px;
	border: 3px solid #575757;
}

/* End Table Styles */
/* Images */

#float_right {
	border: 3px solid #575757;
	float: right;
	margin-top: 10px;
	margin-right: 65px;
}

img.preview {
	margin-left: 10px;
}

img.plan_guide {
	float: right;
}

/* End Images */
/* Blog Objects */

#logo1 {
	margin-left: 75px;
}

#logo2 {
	margin-left: 25px;
}

#logo3 {
	margin-left: 25px;
}

#logo4 {
	margin-left: 50px;
}

img.blog_map {

	margin-left: 100px;
	border: 1px solid #575757;
}

img.blog_design_1 {

	margin-left: 125px;
	border: 1px solid #575757;
}

img.ferry {
   border: 3px solid #575757;
   left: 150px;
   position: relative;
}

img.day_31 {
   border: 3px solid #575757;
   left: 75px;
   margin-right: 15px;
   position: relative;
}

object.movie_center {
	left: 160px;
	position:relative;
}


/* End Blog Objects */