body {
	width:1280px;
	margin: 0;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	border-left: 1px;
	border-right: 1px;
	border-top: 0px;
	border-bottom: 0px;
	border-color: #CCCCCC;
	border-style: solid;
	-webkit-text-size-adjust: none;
}

#title {
	height: 60px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#title h1 {
    display: block;
	letter-spacing: 2px;
	text-align: center;
	color: #559955;
	font-size: 26px;
	line-height: 73px;
	margin: 0px;
	font-weight: bold;
}
#title a {
	text-decoration: none;
	color: #559955;
}
#navi {
	height: 40px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc99;
}
#navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul li {
    display: inline;
    float: left;
}
#navi ul li a {
    display: block;
    width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align: middle;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
#navi ul li a:link {
    color: #559955;
}
#navi ul li a:visited {
    color: #559955;
}
#navi ul li a:hover {
    color: #336633;
}
#navi ul li a:active {
    color: #336633;
}
#path {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 10px;
}
#footer {
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
	color: #559955;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #99cc99;
}

#adspace {
	width: 100%;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99cc99;
	text-align: center;
}
#adspace img{
	width: 100%;
    height: auto;
}

#news {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#news table {
	margin-top: 30px;
	margin-bottom: 30px;
}
#news td {
	font-size: 13px;
}

#content {
	width: 100%;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 2px;
	color: #559955;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
}
#content h2 em {
	font-size: 20px;
    line-height: 2.5;
}
#content h3 {
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #559955;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 0px;
}
#content h3 em {
	font-size: 16px;
	line-height: 1;
	text-transform: none;
}
#content p {
	font-size: 19px;
	width: 450px;
	text-align: center;
}
#content a:link {
    color: #339933;
}

/* visited link */
#content a:visited {
    color: #339933;
}

/* mouse over link */
#content a:hover {
    color: #336633;
}

/* selected link */
#content a:active {
    color: #336633;
}
