body{
	background:url(../../images/site_main_bg.jpg) top center no-repeat fixed;
	text-align:left;
	margin:0;
	padding:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
ul{
	margin:0;
	padding:0;
}
p, h1, h2, h3, h4, h5, h6, form{
	margin:0;
	padding:0;
}
p{
	padding:5px 0;
}
h1{
	font-size:18px;
	border:dotted #556380;
	border-width:0 1px 1px 0;
	padding-bottom:3px;
}
h2{
	font-size:16px;
}
img{
	border:none;
}

.container{
	background:white;
	margin:0 auto;
	width:900px;
	position:relative;
}
.header{
	height:100px;
	background:url(../../images/site_head_bg.jpg) top left no-repeat;
}
.body .news{
	border-right:1px dotted #556380;
}
.body{
}
.content{
	background:url(../../images/content_bg.jpg) top left no-repeat;
	padding:10px;
}
.hr2{
	height:4px;
	background:#556380;
	margin:2px 0;
}
.hr{
	border-bottom:1px dotted #556380;
	margin:5px 0;
}
.navigation{
	position:absolute;
	top:60px;
	left:412px;
	height:40px;
	width:485px;
	text-align:center;
	line-height:40px;
	font-size:16px;
	font-family:"Times New Roman", Times, serif;
}
.navigation a, .navigation a:visited{
	color:#3e2907;
	text-decoration:none;
}
.navigation a:hover{
	color:#576582;
}
.news_title{
	margin:5px;
	font-weight:bold;
	font-size:14px;
}
.news_date{
	margin:5px;
	font-size:10px;
}
.news_body{
	margin:5px;
	padding-bottom:5px;
	border-bottom:1px dotted #333333;
}
.boat_title{
	font-weight:bold;
	font-size:16px;
}
.boat_desc{
	border-bottom:1px dotted #333333;
	padding-bottom:5px;
	margin-bottom:5px;
}

/* User log in */
.user_login{
	position:relative;
	background:url(../../images/yellow_10perc.png);
	border:1px dotted #CC6600;
	width:550px;
	height:125px;
	margin:50px auto;
	text-align:center;
	text-align:left;
	font-weight:bold;
	font-size:14px;
	padding:0 50px;
}
.user_login input[type=text], .user_login input[type=password]{
	width:225px;
}
.user_login .feedback{
	color:#990000;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	font-style:italic;
}

/* Form Definitions */
.text_field{
	background:url(../../images/yellow_10perc.png);
	margin:0;
	padding:0;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:100%;
	border:1px solid #333333;
}
.text_field_sm{
	background:url(../../images/yellow_10perc.png);
	margin:0;
	padding:0;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #333333;
}

/* Other stuff */
.table_bordered_cells td{
	border:1px dotted #333333;
}
.feedback{
	background:url(../../images/yellow_10perc.png);
	margin:10px;
	padding:3px 3px 3px 15px;
	font-size:12px;
	border:1px dotted #CC9900;
}
.feedback p{
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding:0;
	position:relative;
	right:10px;
}
.tdarker{
	background:url('../../images/black_5perc.png');
}

/* categories display */
.category_name{
	margin-top:5px;
	font-weight:bold;
}

/* Opt-in for special deals */
.specials_signup{
	font-size:12px;
	font-weight:bold;
	margin-right:10px;
	text-align:left;
}
.specials_signup input[type=text], .specials_signup input[type=submit]{
	width:174px;
}
.specials_signup label{
	display:block;
	margin:3px 0;
}

/*galleries display*/
.gallery_item{
	border:1px dotted #333333;
	padding:10px;
	margin:10px 0;
}
.gallery_title{
	font-weight:bold;
	font-size:16px;
}
.gallery_date{
	font-style:italic;
	font-size:10px;
	margin:5px 0;
}
.gallery_desc{
	font-size:12px;
	margin:5px;
}
.gallery_thumbs img{
	border:1px dotted #999999;
	padding:3px;
	max-height:100px;
	max-width:100px;
}
.gallery_email{
	font-size:10px;
	font-weight:bold;
	margin:5px 0;
}


.object_delete{
	text-decoration:none;
	font-weight:bold;
}