html, body, #main {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #004080;
	color: #333;
	font-family: tahoma, sans-serif;
	font-size: 13pt;
}

body {
	/* IE6 hack to fake position: fixed */
	overflow-y: auto;
}

table, td {
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
}

#shadow-left, #shadow-right {
	width: 20px;
}

#shadow-left {
	background: #004080 url('images/shadow-left.jpg');
}

#shadow-right {
	background: #004080 url('images/shadow-right.jpg');
}

#main {
	width: 960px;
	margin: auto;
	background: #fff;
}

#logo {
	width: 920px;
	height: 70px;
	text-align: center;
}

#menu {
	height: 151px;
	vertical-align: bottom;
	background: rgb(0, 64, 128) url('images/banner.jpg');
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#menu ul {
	margin: 6px;
	padding: 0px;
}

#menu li {
	display: inline;
	margin: 40px;
}

#menu a {
	font-size: 11pt;
	font-family: "Segoe UI", arial, sans;
	color: #eee;
}

#menu a:hover {
	color: #09c
}

#page {
	height: 100%;
	padding: 10px;
	padding-left: 160px;
	vertical-align: top;
	text-align: left;
	font-size: 10pt;
}

#koru {
	position: fixed;
	left: 50%;
	bottom: 0px;
	margin-left: -530px;
}

h1, h2 {
	color: #030;
}

h1 {
	font-size: 38pt;
}

h2 {
	font-size: 18pt;
}

input, textarea {
    margin: 4px;
    background: #fff;
    color: #333;
    border: 1px solid #bbb;
    font-family: tahoma, sans-serif;
}

input[type="submit"] {
	background: #06d;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	border: 2px solid #06a;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#message {
	font-weight: bold;
}

#gallery-grid {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

a img {
    border: none;
}

.headstone, .fontimage {
    display: inline-block;
    zoom:1;
    *display:inline;
    width: 170px;
}

.headstone {
    height: 170px;
}

.fontimage {
    height: 50px;
}

fieldset {
    border: 1px solid #bbb;
}

legend {
    color: #888;
    font-size: 11pt;
}

.thumbnail {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 10px;
	max-height: 220px;
	min-width: 160px;
	color: #888;
}

.gallery-favs-thumb {
	display: inline-block;
	zoom:1;
	*display:inline;
	margin: 10px;
	max-height: 100px;
	border: 2px solid rgb(0, 64, 128);
	cursor: hand;
}

#gallery-favs-header {
	margin-top: 40px;
	text-align: center;
	font-size: 14pt;
	background: #eee;
	border-top: 4px solid #eee;
	color: #666;
	font-variant: small-caps;
	text-transform: lowercase;
}

#gallery-favs {
	height: 180px;
	border: 1px solid #ddd;
	border-top: 4px solid #eee;
	background: #fafafa;
}

#emailquote {
	float: right;
	margin: 10px;
	padding: 10px;
	background: #ddd;
	border: 1px solid #bbb;
	font-size: 11pt;
	font-variant: small-caps;
	color: #248;
	text-decoration: underline;
}

