@charset "UTF-8";
body {
	background-image: url(../layoutImages/backgroundImage.jpg);
	background-position: 50%;
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header
	{
		width: 1000px;
		height: 150px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-image: url(../layoutImages/headerGraphic.jpg);
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
	
#mainPageContent
	{
		width: 1000px;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
#footer
	{
		width: 1000px;
		height: 85px;
		margin-top: 0px;
		margin-bottom: 0px;
		clear: both;
		background-image: url(../layoutImages/footerGraphic.jpg);
		background-position: 0% 0%;
		background-repeat: no-repeat;
	}
	
#ajaxLoader	/* the image displayed whilst waiting for ajax downloads */
	{
		margin-left: 250px;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
.horiBar
	{
		width: 185px;
		height: 38px;
		background-image: url(../layoutImages/horiBar.jpg);
		background-position: 50%;
		background-repeat: no-repeat;
		margin: 0px;
		padding: 0px;
	}
	
/* style rules for the one column layout */

#oneColContent
	{
		width: 960px;
		margin-left: 20px;
	}

/* style rules for the two column layout */

#leftColContent
	{
		width: 185px;
		margin-left: 20px;
		float: left;
	}

#rightColContent
	{
		width: 700px;
		margin-right: 20px;
		float: right;
		border: 1px solid #999999;
		background-color: #EEEEEE;
		padding: 10px;
		padding-top: 0px;
	}
	
.home_news
	{
		border: 1px solid #CCCCCC;
		background-color: #ECECEC;
		padding: 5px 20px 10px 20px;
		margin-top: 10px;
	}
	
.home_news .read_more
	{
		width: 98%;
		text-align: right;
		margin-top: 5px;
	}
	
.guneikan_article
	{
		border: 1px solid #CCCCCC;
		background-color: #ECECEC;
		padding: 5px 20px 10px 20px;
		margin-top: 10px;
	}
	
.guneikan_article .nanno_signature
	{
		width: 98%;
		text-align: right;
		margin-top: 5px;
	}

#manualTable
	{
		float: right;
		text-align: center;
		border: solid 1px #888888;
	}

.excerpt
	{
		border: 1px solid #CCCCCC;
		background-color: #ECECEC;
		padding: 5px 20px 10px 20px;
		margin-top: 10px;
	}
	
.excerpt .nanno_signature
	{
		width: 98%;
		text-align: right;
		margin-top: 5px;
	}
	
/* other layout style rules */

#headerNavigationTable
	{
		width: 650px;
		margin-left: 175px;
		position: relative;
		top: 82px;
		text-align: center;
	}
	
#footerNavigationTable
	{
		width: 1000px;
		position: relative;
		top: 40px;
		text-align: center;
	}

#linksTable
	{
		width: 500px;
		text-align: center;
	}
	
.linksLogo
	{
	}
	
.linksDestination
	{
	}
	
.galleryTable	/* the table of small images on the gallery page */
	{
		width: 720px;
		text-align: center;
	}
	
.galleryCell
	{
		width: 160px;
		height: 160px;
	}
	
.imageViewerTable	/* the table that holds full size gallery images */
	{
		width: 960px;
		text-align: center;
	}
	
#map	/* maps on club page */
	{
		float: right;
		margin: 10px;
		border: 1px solid #000000;
		width: 460px;
		height: 350px;
	}
	
.certImage	/* the links to show the site is valid code */
	{
	}

