body {
	background: #ffffff url(images/jujutsu_kanji.jpg) repeat-y;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	color: #121212;
	font-size: 0.8em
}

#wrapper {
width: 730px;
margin: 10px auto;
border: 0;
background: #ffffff;
}
p {
	margin-top: 10px; margin-bottom: 0px;
}
p.gallery {margin-top: 20px;}

p.img {
	float: right;
	border-width: 5px;

}
img.right {float: right;
}
img.left {float: left;
margin: 10px 5px 5px 0;
}
img.border {
	border: 6px solid #E1F1F6;}
	
p.toc {
	white-space: nowrap;
	}


div.nav_bar a:link, a:visited { 
	color: #ffffff; 
	text-decoration: none; 
	font-weight: bold; 
	background: #ef9c00; 
}

div.nav_bar a:focus, a:hover, a:active { 
	color: #000080; 
	text-decoration: none; 
	font-weight: bold;
	background: #ef9c00;
}
a img { border: none; background: #ffffff; }


h4 {
	color: #b57600;
	margin: 0;
	padding-top: 12px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

div.logo {
	width: 720px;
	white-space:nowrap;
		
}


div.nav_bar {
	background: #ef9c00;
	font-color: white;	
	margin: 10px;
	padding: 0.5em;
	text-align: center;
 white-space: nowrap;	
	
}

div.nav_bar a {
	font-size: 12px
}



div.left_pane {
	float: left;
	padding: 10px;
	width: 320px;
	
}

div.right_pane {

	padding: 10px;
	margin-top: 10px;
	margin-left: 360px;


	
}
div.gallery {
	
	position: absolute;
	margin-top: 20px;
	padding: 0.5em;
	top: 180px;
	left: 30px;
	
}

div.img {
	white-space: nowrap;
	margin-left: 10px;
	padding: 0;
	
}
div.img img {padding: 0 5px;
}


div.footer {
 font-size: 0.8em;	bottom: 0; top: 600px;
	left: 10px;

}

div.footerfaq {
	position: absolute;
 font-size: 0.8em;	top: 800px;
	left: 10px;
}
.notice {
	background: #EEAC20;
	padding-left: 5px;
	color: #FFF;
}

#search {
	width: 320px;
	height: 63px;
}

#search form {
	padding: 18px 0px 0px 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 95px;
	padding: 6px 10px;
	border: none;
	background: #ddd;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #7F7F81;
}

#search-submit {
	/* display: none; */
}

