body {
	margin: 5px;
/*	background-color: #ffffcc;*/
	}

#container {
	position: relative;
	width: 800px;
	margin: 0px auto;
	font-size: 13px;
	background-color: #ffffff;
	}
/*
#title1,
#title2 {
	position: absolute;
	top: 170px;
	width: 800px;
	}
*/

#title1 h3,
#title2 h3 {
	width: 800px;
	text-align: center;
	}

#title2 {
	margin-bottom: 40px;
	}

/*
#title1 {
	height: 60px;
	}

#title2 {
	height: 80px;
	}

#title1 h1,
#title2 h1 {
	background-image: url("../images/title-top.jpg");
	background-position: 50px center;
	background-repeat: no-repeat;
	text-indent: 80px;
	font-size: 19px;
	text-align: left;
	line-height: 19px;
	margin: 0px 0px 15px 0px;
	}

#title1 h1,
#title2 h1 {
	margin: 0px 0px 15px 0px;
	font-weight: lighter;
	font-size: 16px;
	text-align: center;
	}
*/

.title-text {
	margin: 0px 60px 10px 60px;
	line-height: 140%;
	letter-spacing: 0.15em;
	}

#header {
	position: relative;
	width: 800px;
	height: 110px;
	background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	}

/*
#header h1 {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 570px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: right;
	font-weight: lighter;
	}
*/

#header h1 {
	position: absolute;
	top: 45px;
	left: 200px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	text-align: center;
	}

#header h2 {
	position: absolute;
	top: 10px;
	left: 200px;
	width: 600px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: left;
	font-weight: lighter;
	}

#header p {
	position: absolute;
	top: 80px;
	right: 30px;
	width: 570px;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	text-align: right;
	font-weight: lighter;
	}


#global-menu {
	width: 750px;
	height: 30px;
	margin: 20px auto 20px auto;
	text-align: center;
	}

#global-menu a{
	display: block;
	float: left;
	width: 107px;
	height: 30px;
/*	background-repeat: no-repeat;*/
	overflow: hidden;
	}

#global-menu a:hover {
	background-position: 0px 30px;
	}

#bottom-menu {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 10px 0px;
	text-align: center;
	}

#footer {
	width: 800px;
	margin: 0px auto;
	padding: 10px 0px 5px 0px;
	text-align: center;
	font-size: 13px;
	font-weight: bolder;
	letter-spacing: 0.03em;
	color: #4D3600;
	}

h4 {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	}

li {
	padding: 4px 0px;
	line-height: 120%;
	letter-spacing: 0.05em;
	}

img {
	border-width: 0px;
	}

.center { text-align: center; }
.right { text-align: right; }
.left { text-align: left; }

.clear {
	width: 0px;
	height: 0px;
	line-height: 0px;
	clear: both;
	}

a:link {
	color: #666666;
	text-decoration: none;
	}

a:visited {
	color: #ff9900;
	text-decoration: none;
	}

a:hover {
	color: #ff9900;
	text-decoration: overline underline;
	/*background-color: #ffffcc;*/
	}

.font-10 {
	font-size: 10px;
	}