<!--

body, p, text, td, th, div {  
  font-family: verdana, arial, sans serif;
  font-size:10px;
  color: #595959; 
}	
body, div, table {
	padding: 0;
	margin: 0;
}  
#container {width : 100%; background-color: #ffffff;}  

#header, #footer {
	position: relative;
	z-index: 13;
	width: 751px;
	text-align: left;
	background-color: #fff;
}
#footer{	
	margin-top: 4px;
	width: 751px;
	height: 17px;
	background-image: url('../images/chrome_bar.gif');
	background-repeat: no-repeat;		
}	
#footer p {
	margin: 2px;
	margin-left: 26px;
	font-size: 9px;
}
.nav {
	width: 751px;
	margin-top: 30px;
	height: 76px;
	text-align: right;
	background-color: #fff;
}
.logo {
	float: left;
	width: 394px;
	background-image: url('../images/rykim_logo.gif');
	background-repeat: no-repeat;
}
.nav_items {
	padding-top:36px;
	padding-right: 16px;
	text-align: right;	
	/*background-color: yellow;*/
}
.subnav_items {
	padding:0;
	text-align: right;	
	/*background-color: yellow;*/
}
.bar {
	width: 751px;
	height: 17px;
	background-image: url('../images/chrome_bar.gif');
	background-repeat: no-repeat;	
	margin-bottom: 4px;
}
.page {
	background-color: #fff;
	width: 749px;
	border-left: 1px solid #B4B4B4;
	border-top: 1px solid #B4B4B4;
	border-bottom: 1px solid #B4B4B4;
	border-right:1px solid #7F7F7F;
}
.section {
	margin: 0px;
	width: 749px;
}
.col-a, .col-b, .col-c {
	positon: relative;
	float: left;
}
.col-a {
	margin-right: -1px; /* must have this margin-right in order to display 1px vertical line*/
	z-index: 20;
	width: 319px;
	background-color: #fff;
	border-right:1px solid #B4B4B4;
	text-align: left;
}
.col-b {
	z-index: 20;
	width: 428px;
	height: 382px;
	background-color: #fff;
	text-align: left;
	border-left:1px solid #B4B4B4;
}	
.col-c {
	z-index: 20;
	width: 1px;
	height: 382px;
	float: right;
}
.text_pad {
	padding: 30 30 15 30; /* top right bottom left */
	/*background-color: green;*/
}
.box_pad {
	padding: 5 10 10 25; /* top right bottom left */
	/*background-color: pink;*/
}
.box_text {
	padding: 7px;
}
/*
.content_shadow {
	background-image: url('../images/content_shadow.gif');
	background-repeat: repeat-y;	
}
*/
.photos {
	padding: 65 37 20 37;	
	/*background-color: pink;*/
}
.photos1 {
	padding: 40 37 35 36;	
	/*background-color: pink;*/
}
.right_bg {
	background-image: url('../images/bg_mesh3.gif');
	background-repeat: no-repeat;	
	/*background-positon: center;			*/
}
.links {
	padding: 0 35 20 35;
}
.view {
	float: left;
}
.examples {
	float: right;
}
.clear {
	clear: both;
}
/*** text-decoration ***/
.h1, .h2, .h3 {
	font-weight: bold;
	padding-bottom: 3px;
}
.h1 {
	font-size: 12px;
	color: #D96405;
}
.h2 {
	font-size: 11px;
	color: #D96405;/*E1AC1D D8701C F2B309*/
}
.h3 {
	font-size: 10px;
	color: #D96405;
}

a {color:#595959; text-decoration:underline;} 
a:visited {color:#595959; text-decoration:underline;} 
a:hover {color:#F2B309; text-decoration:underline;}
a:active {color:#F2B309; text-decoration:underline;}
.list_on {
	color:#F2B309; text-decoration:underline; 
}
.list_off {
	color:#595959; text-decoration:underline;
}
.page ul {
	margin-top: 3px;
}
/*background-color: green;*//*
.page > .section {
	
}
*/
/-->