/* --------------------
GENERAL FORMATTING
-------------------- */

a:link, a:visited {text-decoration: none; color: #5B99BC; background-color: transparent; font-weight: bold;}
a:hover, a:active {text-decoration: none; color: #477B99; background-color: #FDE5BA; font-weight: bold;}

html, body {
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 11px;
	line-height: 12px;
	text-align: justify;
	color: #46351D;
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #DEDDC9 url(owarinaigb6_topbg.jpg) repeat-x;
	}

/* --------------------
LAYOUT STYLING PORTION
-------------------- */		

/* top level div for overall layout */
#container {
  	position: relative;
	width: 565px;
	margin: 0px auto;
	padding: 0px;
	background: #FBF2D9 url(owarinaigb6_body.jpg) repeat-y;
	text-align: justify;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* --------------------
HEADER SECTIONS PRIOR TO MAIN CONTENT AREA
-------------------- */

/* topmost header image */
#pageheader {
	padding: 0px;
	margin: 0px;
	}
#pageheader h1 {
	width: 565px;
	height: 229px;
	margin: 0px;
	padding: 0px;
	background: url(owarinaigb6_top.jpg) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}
	
/* --------------------
FOOTER SECTION AFTER MAIN CONTENT AREA
-------------------- */

#pagefooter {
  	position: relative;
	width: 565px;
	height: 45px;
	margin: 0px auto;
	margin-top: -45px;
	padding: 0px;
  	background: #FBF2D9 url(owarinaigb6_footer.jpg) no-repeat;
	}	
#pagefooter2 {
	padding-left: 47px;
	padding-top: 25px;
	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 11px;
	font-weight: normal;
	}
#pagefooter2 a:link, #pagefooter2 a:visited { 
	text-decoration: underline;
	color: #46351D;
	background-color: transparent;
	font-weight: normal;
	}
#pagefooter2 a:active, #pagefooter2 a:hover {
	text-decoration: none;
	color: #46351D;
	background-color: #FBF2D9;
	font-weight: normal;
	}

/* --------------------
MAIN CONTENT AREA
-------------------- */

/* main content area text and objects */
#content {
	width: 565px;
	overflow: visible; /* For IE's buggy italics problem */
	min-height: 255px;  /* For Modern Browsers */
	margin: 0px;
	padding-bottom: 60px; /* For Footer Space */
  	background: url(owarinaigb6_body.jpg) no-repeat;
	}
	
.p1 {
	padding: 2px 15px 3px 15px;
	}

/* --------------------
MISCELLANEOUS
-------------------- */	

.small {
	font-family: Arial, Tahoma, Arial, Verdana, san-serif;
	font-size: 9px;
	color: #544026;
	font-weight: normal;
	text-transform: uppercase;
	}
