/* 
	New Pallative Care Council SA Stylesheet
	Designed by Mitch Winkel-Davis
	www.mitchwd.com
	Last Edited: 13 Apr 2010
*/


body {
	margin: 0 auto;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	color: #003374;
}

h1, h2, h3, h4 {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #003374;
}

hr {
	
}

img {
	border: none;
}

#header {
	width: 800px;
	margin: 0 auto;
}

#toplinks {
	float: right;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	background-color: #003374;
	height: 3em;
	text-align: center;
	margin: 2px 0;
	display: block;
	line-height: 3em;
	
	/* Hack to allow longer lines to fit in boxes and reduce gap between menu & content. */
	white-space: nowrap;
	width: 150px; 
}

#menu .double-line {
	line-height: 1.5em;
}

#menu ul li a {
	color: white;
	text-decoration: none;
}

#menu ul li a:hover {
	color: #0293db;
	text-decoration: none;
}

#galleria {
	width: 620px;
	height: 420px;
	margin: 20px auto;
}

#sidebar {
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}