html, body
{
	margin: 0;
	padding: 0;
	font-size: 12pt;
	line-height: 1.35em;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #a6becc;
	color: black;
	height:100%;
}

a, img
{
	padding: 0px;
	margin: 0px;
	border: none;
}

#outerWrap
{
	padding: 0;
	margin: 0 auto;
	width: 920px;
	min-height:100%;
	height:auto;
	background: #a6becc url('./templates/boat/images/background.png') center repeat-y;
	overflow: hidden;
}

* html #outerWrap
{
	height:100%;
	overflow: visible;
}

#innerWrap
{
	padding: 0;
	width: 920px;
	min-height: 654px;
	background: url('./templates/boat/images/head.jpg') top center no-repeat;
}

#leftColumn
{
	float:left;
	margin-top: 590px;
	margin-left: 187px;
	padding-left: 10px;
	padding-right: 10px;
	width: 500px;
	display: inline;
}

#rightColumn
{
	float: right;
	margin-top: 500px;
	width: 195px;
	display: inline;
}

p.date
{
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
}

div.post
{
	text-align: justify;
}

div.comments
{
	text-align: right;
}

#dossier
{
	text-align: justify;
}

#dossier img
{
	float: left;
	margin-right: 7px;
	margin-left: 1px;
	margin-top: 4px;
	border: 1px solid black;
}

#rightColumn p
{
	font-size: 10pt;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 15px;
}

img
{
	border: 0;
}

a
{
	color: #1a425a;
}

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

blockquote > p
{
	padding: 10px 0px 0 20px;
	line-height: 1.5em;
	background: url('http://www.blogblog.com/tictac_blue/quotes.gif') no-repeat top left;
	font-size: 88%;
	line-height: 1.5em;
}

ul
{
	list-style: none;
	margin-top: 5px;
	margin-left: 10px;
	padding: 0;
}

li
{
	list-style: none;
	padding-left: 14px;
	margin-bottom: 3px;
	background: url('./templates/boat/images/bulletDark.gif') no-repeat left 8px;
}

#rightColumn li
{
	list-style: none;
	padding-left: 14px;
	margin-bottom: 3px;
	background: url('./templates/boat/images/bulletBright.gif') no-repeat left 8px;
}

h1
{
	font-size: 15pt;
	margin-bottom: 5px;
}

h2
{
	font-size: 14pt;
}

h3
{
	font-size: 13pt;
}

h4
{
	font-size: 12pt;
}

h5
{
	font-size: 11pt;
}

h6
{
	font-size: 10pt;
	margin-top: 12px;
	margin-bottom: 10px;
}

@media print
{
	#
	{
		#outerWrap
		{
			width: 100%;
		}
	}
	
	#leftColumn
	{
		margin-left: 0px;
		margin-top: 0px;
		width: 100%;
		float: none;
	}
	
	#rightColumn
	{
		display: none;
	}
	
	li
	{
		list-style: disc;
		margin-top: 5px;
		margin-left: 10px;
		padding: 0;
	}
	
	a
	{
		color: black;
	}
}