/* CSS Copyright 2008 - S. Tanaka */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	background-image: url(images/bg.jpg);
	background-color: #5C4E41;
	background-repeat: no-repeat;
	color: #EBE7DD;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width:810px;
	background:#1D0E00;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 50px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#logo {
	float: left;
}
.description {
	float: right;
	text-align: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #B590C3;
}
#nav {
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	background-color: #26190B;
	background-image: url(images/nav_bg_off.gif);
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
}
#nav li {
	display: inline;
}
#nav li a {
	text-decoration: none;
	height: 30px;
	padding-bottom: 10px;
	float: left;
	color: #EBE7DD;
	font-family: Tahoma, Arial, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 1px;
	margin-left: 1px;
}
#nav li a:active {
	color: #EBE7DD;
}
#nav li a:visited {
	color: #EBE7DD;
}
#nav li a:hover {
	background-image: url(images/nav_bg_on.gif);
}
.current {
	background-image: url(images/nav_bg_on.gif);
}
#content {
	padding: 20px;
}
#content ul {
	padding-left: 20px;
	margin-left: 0px;
}

#title {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 20px;
}
#content p {
	margin-top: 0px;
}
.left {
	float: left;
	width: 378px;
}
.photoRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
.photoLeft {
	float: left;
	padding-right: 20px;
}
.right {
	float: right;
	padding-left: -10px;
	overflow: auto;
}
h1 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
}
h2 {
	font-size: 16px;
	color: #B590C3;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.next {
	clear: both;
}
a:link {
	color: #FFFFCC;
}
a:visited {
	color: #FFFFCC;
}
a:active {
	color: #FFFFCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFCC;
}
table {
	color: #1D0E00;
	border-collapse: collapse;
	background-color: #EBE7DD;
	margin-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
td {
	border: 1px solid #1D0E00;
	color: #1D0E00;
}
.tableborder {
	border: 1px solid #000000;
}
.small {
	font-size: 11px;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 20px;
	margin-left: 20px;
}
#contact {
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: 640px;
	padding-bottom: 20px;
}
#contact p {
	line-height: 16px;
	margin: 0px;
}
.link {
	height: 18px;
	padding-bottom: 15px;
	padding-top: 10px;
}
.copyright {
	background-image: url(images/logo_j.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-top: 15px;
	font-size: 11px;
}
.gap {
	margin: 0px;
}
.center {
	text-align: center;
}
