* {
	padding: 0;
	margin: 0;
	font-size: 100%;
}

html {
	background-color: white;
}

body {
	position: relative;
	font-family: arial, verdana, sans-serif;
	width: 720px;
	min-height: 480px;
	margin: 24px auto 16px auto;
	border: 1px solid black;
	font-size: 14px;
}

h1 {
	font-size: 40px;
	letter-spacing: 16px;
	text-align: center;
	padding-top: 8px;
}
h1 a {
	color: #595959;
	text-decoration: none;
}

fieldset, legend {
	border: 1px solid #595959;
	padding: 3px;
	background-color: white;
}

div#content {
	margin: 20px 52px 4px 52px;
	line-height: 22px;
	font-weight: bold;
	min-height: 200px;
}
div#content p {
	padding-bottom: 3px;
}
div#content a {
	color: #595959;
}

h2#pagetitle {
	color: #a52a2a;
	padding-bottom: 6px;
	font-size: 130%;
}

ul#menu {
	position: absolute;
	bottom: 0;
	left: 0;
	list-style: none;
	width: 100%;
	text-align: center;
	padding: 4px 0 8px 0;
	font-weight: bold;
	font-size: 17px;
	background-color: white;
}
ul#menu, ul#menu a {
	color: #595959;
}
ul#menu li {
	display: inline;
	padding: 0 3px;
}
ul#menu li:before {
	content: '| ';
	padding-right: 3px;
}
ul#menu li:first-child:before {
	content: '';
}
ul#menu a {
	text-decoration: none;
}

div#random-images {
	padding-bottom: 36px;
	text-align: center;
}
div#random-images img {
	border: 1px solid white;
	margin: 0 12px;
}

div#video {
	margin: 20px auto 0 auto;
	width: 346px;
}

#message-name, #message-text {
	border: 1px inset black;
	padding: 2px;
}
#message-text {
	width: 99%;
	height: 100px;
	font-family: arial, verdana, sans-serif;
}
#message-submit {
	border: 1px outset black;
}

dl#guestbook-messages {
	padding: 30px 0 10px 0;
	font-size: 90%;
}
dl#guestbook-messages dd {
	font-weight: normal;
	border-bottom: 1px solid #595959;
	margin-bottom: 6px;
	padding-bottom: 2px;
}
dl#guestbook-messages a {
	text-decoration: none;
}

ul#errors {
	padding-left: 16px;
	color: red;
}

/* classes */
div.note {
	background-color: white;
	float: right;
	border: 2px solid black;
	width: 200px;
	font-size: 11px;
	font-weight: bold;
	padding: 4px;
	line-height: 15px;
	text-align: center;
}

.emailformTable input {
	border: 1px inset black;
	padding: 2px;
}
.emailformTable input.formButton {
	border-style: outset;
}

.alert {
	color: red;
}

/* style per page */
body.pageid_1 {
	border: none;
}
body.pageid_1 h1 {
	display: none;
}

body.pageid_7 address {
	position: absolute;
	top: 76px;
	right: 80px;
	font-style: normal;
	font-size: 120%;
}

body.pageid_10 h2 {
	text-align: right;
	padding: 4px 32px;
	color: #595959;
	font-size: 18px;
}

