/*	sgv-print.css	Style sheet for Web pages
	Begun 17/09/07
*/

body	{
	margin:			1% 2%;
	background:		white;
	font-family:	Georgia, serif
}

.central	{
	text-align:	center
}

/*	divisions	*/

div.expo	{
	margin-top:		0;
	padding-top:	8px
}

.expo li	{
	padding-bottom:	10px
}

div.intro	{
	float:			left;
	margin-top:		0;
	margin-right:	50px
}

div#map1	{
	width:		780px;
	height:		560px;
	border:		1px solid #9999cc;
	margin:		auto
}

div#navbar	{
	display:	none
}

/*	images	*/

img	{
	padding:	1px;
	border:		1px solid #9999cc
}

img.separator	{
	padding:	0;
	border:		0
}

img.post	{
	float:	right;
	margin:	0 0 20px 20px
}

img.pre	{
	float:	left;
	margin:	20px 25px 20px 0
}

img#first	{
	margin-top:	0
}

/*	colours	*/

a:visited, a:link	{
	background-color:	inherit;
	color:				blue
}

h1	{
	background-color:	inherit;
	color:				#9999cc	/* a blusih grey */
}

h2, h3, p#timer	{
	background-color:	inherit;
	color:				#6666bb	/* a bit darker */
}

iframe#cal	{
	background-color:	transparent
}

span.prominent	{
	background-color:	inherit;
	color:				#d3001b	/* a red, also in home page arrows */
}

table#distances th	{
	background-color:	inherit;
	color:				#6666bb
}

/*	elements	*/

h1, h2, h3	{
	font-family:	'Trebuchet MS', Helvetica, sans-serif
}

h3#caption1, h3#caption2	{
	margin:		0;
	padding:	0
}

iframe#cal	{
	width:				100%;
	height:				280cm;
	border:				1px solid #9999cc
}

p.contact	{
	clear:		left;
	font-size:	120%
}

p.extra, p.filler	{
	display:	none
}

p.links	{
	display:	none
}

table#distances th	{
	text-align:	center
}

table#rates	{
	width:			90%;
	margin-left:	5%
}

/*	EOF	*/