body {
	margin:0;
	padding:0;
	border:0;/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#999999; /*header background color*/
	text-align:center; /*needed for the FIXED attribute*/
	font-size:90%;
	}
	
	#fixed {
   			margin:0 auto;
   			width:960px;   /* you can use px, em or % */
   			text-align:left;
   			}
	div.scroll {
				height: 450px;
				width: 475px;
				overflow: auto;
				border: 1px solid #666;
				background-color: #ccc;
				padding: 8px;
				}		
			
	a {
		color:#FF0000;
	}
	/*flash link hover color*/
	a:hover {
		color:#FFF;
		background:#369;
		text-decoration:none;
	}
	h2
	{text-align: center;}
	h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #0000FF;
	}
	p {
	margin:.4em 0 .8em 0;
	padding:0;
	text-align: justify;
	font-weight: 400;
	font-size: 14px;
} 

	img.centered {
		display: block;
		margin-left: auto;
		margin-right: auto;
		}
	IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }

	.align-left { 
	float:left; margin: 0 0px 0px 0; 
	} 
	.align-right { 
	float:right; margin: 0 0px 0px 0; 
	} 
	/* Header styles */
	#header {
	width:100%;
	height: 200px;
	background: url(Shorin_Ryu%20Banner.gif) no-repeat center center;
	}
	#header {
		border-bottom:2px solid #000;
	}
	#header p,
	#header h1,
	#header h2 {
		padding:.4em 15px 0 15px;
		margin:0;
	}
	#header ul {
		clear:left;
		float:left;
		width:100%;
		list-style:none;
		margin:10px 0 0 0;
		padding:0;
	}
	#header ul li {
		display:inline;
		list-style:none;
		margin:0;
		padding:0;
	}
	#header ul li a {
		display:block;
		float:left;
		margin:0 0 0 1px;
		padding:3px 10px;
		text-align:center;
		background:#eee;
		color:#000;
		text-decoration:none;
		position:relative;
		left:15px;
		line-height:1.3em;
	}
	#header ul li a:hover {
		background:#369;
		color:#fff;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
		color:#fff;
		background:#000;
		font-weight:bold;
	}
	#header ul li a span {
		display:block;
	}
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	}
	/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.threecol {
		background:#000099;		/* right column background colour */
	}
	.threecol .colmid {
	right:22%;		/* center column background colour */
	background-color: #666;
	}
	.threecol .colleft {
		right:56%;			/* width of the middle column */
		background:#000099;	/* left column background colour */
	}
	.threecol .col1 {
		width:52%;			/* width of center column content (column width minus padding on either side) */
		left:102%;			/* 100% plus left padding of center column */
	}
	.threecol .col2 {
		width:18%;			/* Width of left column content (column width minus padding on either side) */
		left:28%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	}
	.threecol .col3 {
		width:18%;			/* Width of right column content (column width minus padding on either side) */
		left:88%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}
	/* Footer styles */
	#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #000;
	height: 100px;
	background: url(image/banner_footer.gif) no-repeat center center;
	}
	#footer p {
		padding:10px;
		margin:0;
	}
	/*  */
	.style1 {color: #FF0000}
	.style4 {text-align: center;
             font-size:16px;
			 color:#0000FF
			 }
	/* The containing box for the gallery. */   
   #container {   
              position:relative;   
              width:650px;   
              height:540px;   
              margin:20px auto 0 auto;   
              border:1px solid #aaa; 
			  text-align:center;   
              font-family: tahoma, arial, sans-serif;   
              font-size:76%;   
              letter-spacing:0.05em;      } 
  /* Removing the list bullets and indentation */  
  #container ul {   
                   padding:0;   
                   margin:0;   
                   list-style-type:none;   
   }  
   /* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:186px;
    height:186px;
    }
	/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }
	/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:372px;
    height:372px;
    top:10px;
    left:10px;
    color:#000;
    background:#CCCC99;
    }
	#container {
    background:#CCCC99 url(full_images_html/image10.jpg) 10px 10px no-repeat;
    }

	#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }


#container li {
    float:left;
    }

   /* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#CCCC99;
    }
 
.cse-branding-bottom,
.cse-branding-right {
background-color:#CCCC99;color:#000000;
margin:0;
padding:0
}

.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-text { 
font: 10px Arial;
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo, 
.cse-branding-bottom .cse-branding-text {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo, 
.cse-branding-right .cse-branding-text {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
.cse-branding-right .cse-branding-text {
margin-top: -4px
}

