﻿body
{
	color: Gray;
    background-color: White;
	width: 700px;
}

p
{
    font-family: Trebuchet MS;
    font-size:11pt;
}

a:link {color:Gray}
a:visited {color:Gray}
a:hover {color:Maroon}

h1
{
    font-family: Book Antiqua;
	font-size:20pt;
	font-weight:bold;
    font-variant: small-caps;
    letter-spacing: 3pt;
}

#pagetitle
{
	display:block;
	width: 690px;
	padding: 5px;
	background-color: #D3CBD8;
	color: white;
	text-align: center;
	margin: 0;
	
}

#navbar
{
	font-family: Book Antiqua;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}	

#navbar li
{
	float:left;
}

#navbar a
{
	display: block;
	background-color: #D3CBD8;
	color: white;
	width: 140px;
	text-align: center;
	font-size:12pt;
    letter-spacing: 1pt;
	padding-bottom: 2px;
}

#navbar a:hover
{
	color: maroon;
}

#panorama
{
	width: 700px;
}

#scotlandmap
{
	float:left;
	margin: 50px;
	margin-top:10px;
	margin-bottom:10px;
	width: 120px;
	height: 145px;
}

.landscapephotos{ text-align: center;}
.landscapephotos img {height:200px;}	
.portraitphotos{ text-align:center; }
.portraitphotos img{ height:250px; }

/*
.headline, .subline 
{    
    font-family: Book Antiqua; 
    color:white;
    font-weight:bold;
}

.headline
{
    font-size:20pt;
    font-variant: small-caps;
    letter-spacing: 3pt;
}

.subline
{
    font-size:12pt;
    letter-spacing: 1pt;
}
.subline A:link {color: White}
.subline A:visited { color: White }
.subline A:hover { color: Maroon }

.infotext 
{
    font-size: 11pt;
    font-family:Trebuchet MS;
    color: Gray;
    background-color: White;
}
.infotext a:link {color:Gray}
.infotext a:visited {color:Gray}
.infotext a:hover {color:Maroon}

*/
