/* CSS Document */

.nextbutton a:link, .nextbutton a:visited
		{
			display: block;
			padding: .2em .5em;
			background-color: #03F;
			color: #fff;
			border: 1px solid #006;
			width: 11em;
			text-decoration: none;
			text-align: center;
		}
		
		.nextbutton a:hover, .nextbutton a:active
		{
			background-color: #fff;
			color: #006;
		}
		
		body
		{
			margin: 0;
			padding: 0;
			font-size: 95%;
			font-family: georgia, times, "times new roman", serif;
			color: #000;
			background-color: #fff;
		}
		
		a:link { color: #036; }
		a:visited { color: #066; }
		
		a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}
		
		div#banner
		{
                        color: #fff;
			background-color: #333;
			border-bottom: 1px solid #000; 
					
		}
		
		div#banner h1
		{
			margin: 0;
			padding: .3em 0 .3em .5em;
			font-size: 1.2em;
			font-weight: normal;
		}
		
		div#container
		{
			background-image: url(../layout/nav_col_base.jpg);
			background-repeat: repeat-y;
		}
		
		div#container2
		{
			background-image: url(../layout/more_col_base.gif);
			background-repeat: repeat-y;
			background-position: right;
		}
		
		div#navigation
		{
			float: left;
			width: 150px;
			margin-top: 0;
			padding-left: 1em;
			padding-top:2em;
		}
		
		
		div#more
		{
			float: right;
			width: 160px;
			margin-top: 15px;
			padding: 1em 10px 0 0;
			color: #800000;
		}
		
		
		div#content
		{
			margin-left: 190px;
			margin-right: 200px;
		}
		
		div#content h2
		{
			font-size: 2em;
			color: #036;
			margin: 0;
			padding-top: 1em;
			font-weight: normal;
		}
		
		div#content { line-height: 150%; }
		
		#cleardiv
		{
			clear: both;
			height: 1em;
		}
		
		div#footer
		{
			clear: both;
			padding: .5em 1em;
			border-top: 1px solid #999;
			text-align: right;
		}
		
		div#footer ul
		{
			padding: 0;
			margin: 0;
			list-style-type: none;
			
		}
		
		div#footer li
		{
			display: inline;
			margin-right: 1em;
		}
	
	/***** Codes by ryu ******/
		
		
		#topbar
		{
		 margin:0;
		 border-top: 1px solid #FF8003 ;
		 background-color: #E6E6E6; 
		 /*background-image: url('layout/bar.gif') repeat-x;*/
		 height: 30px;
		 margin-top:1;
		 margin-bottom:0;			
		 padding-top: 5px;
		 vertical-align:top;
		 text-align:right;
		}
		
		p#welcome
		{
		display:inline;
		margin-left:0;
		text-align:left:
		
		}
		
		p#top_menu 
		{
			display: inline;
			margin-left: 300px;			
			text-align: left;		     
			
		}
		
				
		p#top_menu a
		{
			display: inline;
			text-decoration: none;
			padding-left: 1em;
			padding-right: 1em;			
		}
				
		p#top_menu a:link { color: #036; }
					
		p#top_menu a:hover, a:active
		{
			color: #fff;
			background-color: #036;
		}
		
			
		.bg_banner { margin-left: 50px;}
		
		#mainmenu /* ry */
		{
		list-style-type: none;
		padding: 0;
		margin-top: 4px;
		width: 140px;
		}
		
		#mainmenu a /* ry */
		{
		display:block;
		margin-top: 4px;		
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		color: #000;
		background-image: url(../layout/nav_base_140.gif);
		background-repeat: repeat-y;
		}
		
		#mainmenu a:hover  /* ry */
		{
		
			color: #fff;
			background-image: url(../layout/nav_base2_140.gif);
			background-repeat: repeat-y;
		
		}
		
		#mainmenu a:selected  /* ry */
		{
		
			color: #fff;
			background-image: url(layout/nav_base2_140.gif);
			background-repeat: repeat-y;
			border: 1px solid #066;
		
		}
		
		
		