/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0;
	padding: 0;
}
/* HTML ELEMENTS */

/* COMMON CLASSES */
.break {
	clear: both;
}
/* HEADER */
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 600px;
	position: absolute;
}
/* NAVIGATION */
#nav-outer {
	height: 110px;
	padding-top: 11px;
	position: relative;
	top: 24px;
	background-image: url("http://visit-nagasaki.com/Topics/Nagasaki/Light_Happiness_and_Prayer/images/headerbg.png");
}
#navigation {
	height: 349px;
	width: 1290px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 170px;
}
/* SEARCH */
#search {
	background-color: #051733;
	float: right;
	width: 220px;
	padding: 10px;
}
#searchtxt {
	padding: 3px;
	width: 150px;
}
#searchbtn {
	border: 1px solid #eee !important;
	background-color: #CD2B3A;
	color: #eee;
	padding: 3px;
	margin-left: 5px;
}
/* MENU */
#menu {
	width: 149px;
	top: 85px;
	float: right;
}
#menu ul {
	list-style: none;
	width: 149px;
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	font-variant: small-caps;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#menu ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
#menu ul li a:hover {
	text-decoration: underline;
}
.pictured {
	background-color: #CC3333;
	color: #FFF;
	font-size: 12px;
	padding: 9px 16px;
	text-transform: uppercase;
	float: left;
	display: block;
	clear: both;
	margin-top: 10px;
}
.pictured a {
	font-size: 16px;
	font-style: italic;
	letter-spacing: 0;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.pictured a:hover {
	text-decoration: underline;
}
/* HEADER HAVIGATION */
#headernav-outer {
	position: relative;
	top: 400px;
	margin: 0 auto;
	width: 960px;
}
#headernav {
	padding-left: 864px;
}