/* GENERAL FORMATTING */

a:link, a:visited {text-decoration: none; color: #FFECBD; font-weight: bold;}
a:hover, a:active {text-decoration: none; color: #948181; background-color: #CEB698; font-weight: bold; outline: none;}

html, body {
	font-family: Georgia, Times New Roman, Tahoma, serif;
	font-size: 11px;
	line-height: 14px;
	text-align: justify;
	color: #CEB698;
	margin: 14px auto 14px auto;
	padding: 0;
	background: #CEB698 url(images/tenseiga_bg.jpg) repeat;
	}

img {
	border: 0;
	margin: 2px;
	}

ul, li {
	margin: 0;
	padding: 0;
	}

/* ------------------------------------------------------------------
OVERALL LAYOUT SECTIONS STYLING
------------------------------------------------------------------ */	

/* top level div for entire layout
-----------------------------------*/
#container {
	width: 656px;
	margin: auto;
	padding: 0;
	background: #948282 url(images/tenseiga_tablebg.jpg) repeat-y;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* header images wrap
-----------------------------------*/
#pageheader {
	padding: 0;
	margin: 0;
	}

/* first header image slice
-----------------------------------*/
#pageheader h1 {
	width: 656px;
	height: 125px;
	margin: 0;
	padding: 0;
	background: #948282 url(images/tenseiga_top01.jpg) no-repeat;
	}
#pageheader h1 span {
  	display: none;
	}

/* second header image slice
-----------------------------------*/
#pageheader h2 {
	width: 656px;
	height: 255px;
	margin: 0;
	padding: 0;
	background: #948282 url(images/tenseiga_top02.jpg) no-repeat;
	}
#pageheader h2 span {
	display: none;
	}
	
/* overall wrap for content body
-----------------------------------*/
#contentwrap {
	width: 656px;
	overflow: visible; /* For IE's buggy italics problem */
	padding: 0;
	margin: 0;
	background: #948282 url(images/tenseiga_tablebg.jpg) repeat-y;
	min-height: 100%;  /* For Modern Browsers */
	height: auto !important;  /* For Modern Browsers */
	height: 100%;  /* For IE */
	}

/* footer section and content
-----------------------------------*/
#pagefooter {
	width: 656px;
	height: 62px;
	margin: 0;
	padding: 0px;
  	background: #948282 url(images/tenseiga_bottom01.jpg) no-repeat;
  	clear: both;
	}	
#pagefooter h1 {
  	display: none;
  	clear: both;
	}

/* ------------------------------------------------------------------
CONTENT SECTIONS STYLING (WRAPPED IN CONTENTWRAP DIV ID)
------------------------------------------------------------------ */


/* main content wrap
-----------------------------------*/
 #maintext {
 	position: relative;
	width: 504px;
	float: left;
	padding: 0;
	margin: 0;
	background: transparent url(images/tenseiga_top03.jpg) no-repeat;
  	}


/* sidebar section
-----------------------------------*/
#sidebar {
	width: 152px;
	height: 187px;
	float: right;
 	margin: 0;
 	padding: 0;
 	background-color: transparent;
  	font-family: Georgia, "Times New Roman", Tahoma, serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: left;
 	}
 #sidebar img {
	border: 0;
	margin: 0;
 	}
/* site navigation menu links map
-----------------------------------*/

#sidebar a:link, #sidebar a:visited { 
	background-color: transparent;
	border: none;
	}	
#sidebar a:active, #sidebar a:hover {
	background-color: transparent;
	border-width: 0px 0px 2px 0px;
	border-color: #CEB698;
	border-style: solid;
	outline: none;
	}
	
/* actual content text and objects
-----------------------------------*/
.contentbody {
	position: relative;
	padding: 0 9px 0 29px;
	margin: 0;
	text-align: justify;
	font-size: 11px;
	}

/* FOR SECTION HEADING TITLES */	
.contentbody h2 {
	font-family: Georgia, "Times New Roman", sans-serif;
	font-size: 14px;
	color: #DFC7A9;
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	border-bottom: 2px #DFC7A9 dotted;
	padding: 8px 0 2px 0;
	}
	
/* FOR PAGE TITLES */	
.contentbody h1 {
	font-family: georgia, times new roman, sans-serif;
	font-size: 14px;
	color: #DFC7A9;
	margin-top: 12px;
	text-align: left;
	text-transform: uppercase;
	font-style: italic;
	font-weight: bold;
	}

.contentbody ul, .contentbody ol {
	margin-top: 15px;
	}
	
.contentbody li {
	padding-bottom: 10px;
	margin-left: 25px;
	}

.contentbody img {
	text-align: left;
	}

/* FOR DISCLAIMERS AND FOOTNOTES SECTION */
#footnote {
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 9px;
	line-height: 10px;
	color: #CEB698;
	padding-top: 6px;
	}
#footnote span {
	border-bottom: 1px #CEB698 solid;
	font-size: 9px;
	font-weight: bold;
	display: block;
	margin-bottom: 3px;
	}

/* ------------------------------------------------------------------
MISCELLANEOUS, OLD, AND FROM BELLABUFFS
------------------------------------------------------------------ */

/* for style of form */
input, select, textarea {
	padding: 2px;
	margin: 2px 0px 5px 0px;
	background-color: #F8ECCF;
	color: #4E423E;
	border: 1px #4E423E solid;
	font-size: 12px;
	font-family: "Courier New", Georgia, "Times New Roman", serif;
	vertical-align: middle;
	}

/* for width of all but submit */
#name, #email, #country, #fave, #comments, #url, #newemail, #newurl, textarea {
	width: 280px;
	}
label {
	font-weight: bold;
	}
	
/* FOR ANY AREA THAT USES FORMS OR TEXTAREA */
.form {
background-color: #F8ECCF;
color: #4E423E;
border-width: 1px;
border-color: #4E423E;
border-style: solid;
width: 250px;
font-size: 11px;
font-family: tahoma, arial, verdana;
}

.button {
border: 1px solid #4E423E;
width: 70px;
height: 17px;
font-size: 9px;
font-family: verdana, arial;
font-weight: bold;
color: #4E423E;
background-color: #F8ECCF;
}

.fave {
font-family: georgia, times new roman, tahoma, serif;
font-size: 11px;
}

/* for a div scrolling, currently not used */
.scroll {
width: 285px;
height: 150px;
overflow: auto;
}

td {
	padding: 3px;
	}
#navigation {
	list-style-type: none;
	margin: 0;
	padding-top: 8px;
	text-align: left;
	color: #DFC7A9;
	}
#navigation li {
	display: inline;
	padding: 2px 8px 2px 0;
	margin: 0;
	}
