H1  {
	font-size : 18px;
	font-weight : bold;
	color : #000000;
	font-family : verdana, arial, helvetica;
}

H2  {
	font-size : 16px;
	font-weight : bold;
	color : #000000;
	font-family : verdana, arial, helvetica;
}

A  {
	color : #6699FF;
; text-decoration: none}

A:Visited  {
	color : #6699FF;
; text-decoration: none}

A:Active  {
	color : #6666FF;
; text-decoration: none}

BODY  {
	background-color : white;
	color : black;
	font-family : verdana, arial, helvetica;
	font-size : 12px;
	font-weight : normal;
}

TD{
	font-size : 12px;
	font-family : verdana, arial, helvetica;
	color : black;
	font-weight : normal;
}

b {
	font-weight : bold;
}

i {
	font-style : italic;
}

H3 { 	font-weight : bold;
	color : #000000;
	font-size : 14px;
	font-family : verdana, arial, helvetica;
 } P  { 	font-size : 12px;
	font-family : verdana, arial, helvetica;
	color : black;
	font-weight : normal;
 } .search {  font-weight: bold; color: #1B559B}
.header {  font-weight: bold; color: #FFFFFF}

.main {
	width: 708px;
	margin: 36px 50px;
}
.main h1 {
	font-size: 14px;
}

ul#page-menu {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	/*Combined height of list item, space and page category image height*/
	height: 76px;
	/*Page category image, different per page. Should we use an id on <body>?*/
	background: no-repeat 0px 30px;
}

#page-menu li {
	display: block;
	float: left;
	height: 36px;/*A non exact figure to hold the a and then a bit of border.*/
	margin: 0px;
	padding: 0px;
}

#page-menu li a {
	display: block;/*For older and non ie browsers this works*/
	display: inline-block;/*Where supported this is better.*/
	font-size: 13px;
	height: 1.3em;/*18px - Enough to hold one line of text*/
	margin: 9px;
	border: solid #346 1px;
	padding: 1px 10px;
	text-align: center;
}

#page-menu li a,
#page-menu li.selected a:hover {
	color: black;
	background-color: #E5E5FF;
}

#page-menu li a:hover,
#page-menu li.selected a {
	color: #69F;
	background-color: #346;
}

#guestbook {
	display: block;
	margin-left: 50px;
	margin-bottom: 3em;
	width 658px;
}

#guestbook p {
	width: 658px;
}

.comment {
	margin: 10px 0px;
	padding: 10px;
	border-bottom: 1px black solid;
	width: 500px;
}

.comment h4 {
	font-size: 1em;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

#guestbook .comment p { /*Specific enough to set width properly*/
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}

.comment img {
	margin-left: 50px;
}

.album {
	margin-left: 50px;
	margin-bottom: 3em;
	width: 658px;
}

.album a {
	display: block;
	float: left;
	padding: 5px;
	border: 1px #6699FF solid;
	margin: 5px;
	
}

.album a img {
	border: none;
}

.album img.full {
	margin: 0px;
	float: none;
}

.album .caption {
	margin: 0em 2em;
	width: 80%;
	background: transparent;
	padding: 5px;
	display: block;
}