/* ------ BASE ------ */
	* { padding: 0; margin: 0; }

	option { padding-right: 1em; }

	body
	{
		/* IE 5 Workaround to centre container block
		text-align: center; */
		font-size: 76%;
		font-family: arial, helvetica, sans-serif;
		color: #fff;
		background: #333 url(/images/navigation/container_background2.jpg) top left repeat;
		text-align: center;
	}

	p, li, dd
	{
		margin: 0.5em;
		line-height: 130%;
	}

	li, dd, dt, blockquote { margin: 0 0 0 1em; }
	fieldset { padding: 10px; }
	ul, ol, dl { margin-left: 0.8em; }
	dt { font-weight: bold; margin: 8px 0 5px 0.5em; }
	img { border: 0; }

	dl.listed dt, dl.listed dd
	{
		margin: 0 0 8px 10px;
	}

	h1
	{
		color: #000;
		font-size: 2.0em;
		font-weight: bold;
	}

	h2
	{
		color: #fff;
		font-weight: bold;
		font-size: 1.5em;
		padding: 0.2em 0;
		border-bottom: 1px solid #fff;
	}

	h3
	{
		color: #fff;
		font-size: 1.4em;
		margin: 0.7em 0 0.4em 0;
		padding: 0.2em 0 0 0.5em;
		border-top: 1px solid #fff;
		font-weight: bold;
	}

	h4
	{
		color: #fff;
		font-size: 1.3em;
		margin: 0.7em 0 0.4em 0;
		padding: 0.2em 0 0 0.5em;
		border-top: 1px solid #fff;
		font-weight: bold;
	}

	h5
	{
		color: #fff;
		font-size: 1.2em;
		padding: 0.4em 0;
		font-weight: bold;
	}

	h6
	{
		color: #036;
		font-size: 1.1em;
		padding: 0.3em 0;
		font-weight: bold;
	}

	strong
	{
		color: #cfc;
	}

	a
	{
		color: #9cf;
		font-weight : bold;
		text-decoration: none;
	}

	a:visited
	{
		color: #9cf;
	}

	a:hover, a:active
	{
		text-decoration: underline;
	}

	a.external
	{
		background: transparent url(/images/icons/external_link.gif) center right no-repeat;
		padding-right: 13px;
	}

	address
	{
		line-height: 0.5em;
	}

/* -- messages ---------------------------------- */

	.message
	{
		color: #900;
		font-weight: bold;
	}

	#messages
	{
		width: 540px;
		color: #900;
		border: 2px solid #900;
		margin: 0.5em 1em;
		line-height: 110%;
	}

	#messages dd
	{
		margin: 0.5em 1em;
	}


/* -- header ---------------------------------- */

	div#header
	{
		height: 70px;
		background: transparent url(/images/navigation/marine_passions_header.gif) top left no-repeat;
	}

	div#header h1
	{
		margin-left: -100em;
		color: transparent;
	}

	img#headertext
	{
		float: left;
		padding: 0 0 0 10px;
	}

	div#header p
	{
		margin: 0;
	}

	div#header ul
	{
		list-style-type: none;
		color: #ccc;
		text-align: right;
	}

	div#header li
	{
		display: inline;
		padding: 0.2em 5px;
		text-align: center;
	}

	div#header li a, div#header li a:visited
	{
		font-weight: bold;
		text-decoration: none;
		color: #000099;
		padding-top: 0.9em;
	}

	div#header li a:hover, div#header li a:active
	{
		border-bottom: 3px solid #33cc00;
		color: #900;
	}

/* ------ CONTAINERS ------ */

	div#container
	{
		width: 780px;
		padding: 0;
		margin: 0 auto;
		text-align: left;
		/* background: #213f77 url(/images/navigation/container_background2.jpg) top left no-repeat; */
	}

/* ------ MAIN ---------------- */

	div#main
	{
		width: 450px;
		float: left;
		padding-left: 5px;
	}

/* ------ NAVIGATION ------ */

	div#navigation
	{
		width: 300px;
		float: left;
	}

	div#navigation ul
	{
		text-align: right;
		list-style-type: none;
		padding-right: 25px;
	}

/* ------ GALLERY ---- */

	dl.listed
	{
		width: 180px;
		float:left;
		padding: 0;
		margin: 5px;
	}

	dl.listed dt
	{
		text-align:center;
		padding: 10px 10px 15px 10px;
		border: 1px solid #fff;
	}

	dl.listed dt p
	{
		padding: 0 0 0.2em 0;
		margin: 0;
	}

/* ------ FORMS ------ */

	form
	{
		color: #003399;
		width: 510px;
		/* background: #fff url(/images/navigation/540_wide_white_rounded_bottom.gif) bottom right no-repeat; */
		margin: 0.5em 1em;
		padding: 10px 15px;
	}

	form ul
	{
		list-style: none;
	}

	form li
	{
		padding: 2px 0;
	}

	fieldset
	{
		padding: 0.5em 0.5em 1em 0.5em;
		margin: 1em 0;
		border: 2px solid #1362b2;
	}

	fieldset.optional
	{
		color: #036600;
		border: 2px solid #009933;
	}

	fieldset.submit
	{
		text-align: center;
	}

	legend
	{
		color: #fff;
		padding: 0.5em 10px 0.5em 10px;
		margin: 0;
		font-size: 1.1em;
		font-weight: bold;
		border: 0;
		background-color: #1362b2;
	}

	legend em
	{
		font-size: 1em;
	}

	fieldset.optional legend
	{
		background-color: #009933;
	}

	fieldset.optional input
	{
		background-color: #d8f1d8;
	}

	fieldset.optional textarea
	{
		background-color: #d8f1d8;
	}

	label
	{
		cursor: pointer;
		cursor: hand;
		text-transform: uppercase;
		font-size: 0.9em;
		font-weight: bold;
	}

	label em
	{
		text-transform: none;
		font-size: 1.1em;
		font-weight: normal;
	}

	input
	{
		border: 1px solid #a3bad1;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		background-color: #e6eef6;
	}

	textarea
	{
		border: 1px solid #a3bad1;
		border-top: 1px solid #333;
		border-left: 1px solid #333;
		background-color: #e6eef6;
	}

	input:focus, textarea:focus
	{
		border: 1px solid #009933;
	}

	form#test label, form#test input
	{
		display: block;
		width: 150px;
		float: left;
		margin-bottom: 10px;
	}

	form#test label
	{
		text-align: right;
		width: 75px;
		padding-right: 20px;
	}

	form#test br
	{
		clear: left;
	}

/* ------ FOOTER ------ */

	div#footer
	{
		clear: both;
		padding: 5em 0 0 0;
		text-align: left;
		width: 780px;
	}

	div#footer ul
	{
		list-style-type: none;
	}

	div#footer li
	{
		display: inline;
		margin-right: 1em;
	}

	div#footer li a
	{
		color: #666;
		font-size: 1em;
		text-decoration: none;
		font-weight: bold;
		text-transform: capitalize;
	}

	div#footer p
	{
		border-bottom: 1px dotted #666666;
		text-align: center;
		font-size: 0.9em;
		padding: 0.2em 0;
		margin: 0
	}

	div#footer img
	{
		border: 0;
		padding: 0 20px;
	}
/* ------ MISCELLANEOUS ------ */

	.paginator
	{
		margin:0;
		padding:0.2em;
		text-align: right;
	}

	.clearboth
	{
		clear: both;
	}

	.clearleft
	{
		clear: left;
	}

	.floatleft
	{
		float: left;
		margin: 0 10px 10px 0;
	}

	.floatright
	{
		float: right;
		margin: 0 0 10px 10px;
	}

	tbody tr.even td
	{
		background-color: #eee;
	}
	tbody tr.odd  td
	{
		background-color: #9cf;
	}


/* ------ PRINT ------ */

	@media print
	{
		div#container
		{
			background-image: none;
		}

		div#header
		{
			background-color: white;
			background-image: none;
		}

		div#header h1
		{
			color: #000;
		}

		#subnavigation
		{
			display: none;
			width: 20px;
		}

		div#content2
		{
			margin-left: 50px;
		}

		div#content
		{
			margin-left: 50px;
		}
	}
