﻿body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0 auto;
	margin-right: 0 auto;
	margin-bottom: 0 auto;
	margin-left: 0 auto;
}
#fixed-nav {
	position: fixed;
	top: 0px;
	height: 30px;
	width: 960px;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
#fixed-nav a {
	color: #73AE94;
	text-decoration: none;
	font-weight: bold;
}
#page-wrap {
	text-align: center;
	width: 960px;
	margin-top: 0 auto;
	margin-right: 0 auto;
	margin-bottom: 0 auto;
	margin-left: 0 auto;
}
#page-header {
	background-image: url('../images/luki-web-logo.jpg');
	background-repeat: no-repeat;
	height: 200px;
	background-position: left 10px;
}
#page-table {
	border-width: 0px;
	width: 100%;
	background-image: url('../images/luki-web-content-top.jpg');
	background-repeat: no-repeat;
}
#page-table-content {
	background-image: url('../images/luki-web-content.jpg');
	background-repeat: repeat-y;
}
#page-table-bottom {
	background-image: url('../images/luki-web-content-bottom.jpg');
	background-repeat: no-repeat;
	height: 120px;
	vertical-align: top;
}
#content-head-1 {
	height: 50px;
	width: 100%;
	padding-top: 5px;
}
#content-head-2 {
	height: 30px;
	margin-right: 75px;
	margin-left: 75px;
}
#content-wrap {
	margin-right: 75px;
	margin-left: 75px;
}
#content-table {
	table-layout: fixed;
}
#content-table-left {
	vertical-align: top;
	text-align: left;
	width: 600px;
}
#content-table-left p {
	line-height: 24px;
	margin-top: 15px;
}
#content-table-right {
	padding: 10px;
	width: 200px;
	vertical-align: top;
}
#content-footer {
	font-weight: bold;
	font-size: 14px;
}
h1 {
	margin: 5px 0px 0px 0px;
	font-size: 32px;
	text-align: center;
	display: block;
	padding-top: 4px;
	font-family: Castellar;
	color: #006600;
}
h2 {
	margin: 10px 0px 10px 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: #4A7D63;
}
h3 {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #215D39;
	margin: 5px 3px 10px 3px;
}
a.homelink {
	text-decoration: none;
	font-weight: bold;
	color: #0066FF;
}
a.homelink:hover {
	text-decoration: underline;
}
.right-box {
	border: 3px outset #5A9E7B;
	color: #216139;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.right-box a {
	font-size: 12px;
	text-decoration: none;
}
.right-box p {
	font-size: 12px;
}
