body{

		margin:0px;
		padding:0px;
		background-color:#FFFFFF;
		overflow:auto;
		font-family:"Courier New", Courier, monospace;
		font-size:12px;

	}
	
.about a:active,.about a:visited,.about a:link{
	
		color:black;
		text-decoration:none;
		border-bottom:1px solid silver;
	
	}

.about a:hover{

		color:black;
		text-decoration:none;
		border-bottom:1px solid gray;

	}
	
.roy_header{

		width:100%;
		height:100px;
		border-bottom:1px solid #000000;

	}
	
.roy_content_container{

		width:100%;
		height:630px;

	}
	
	.roy_content{
			
			width:1000px;
			height:630px;
			margin-left:auto;
			margin-right:auto;
			margin:auto;
	
		}
		.roy_content_left{
				
				width:50%;
				height:100%;
				float:left;
		
			}
			.roy_logo{
				
					position:relative;
					top:35px;
					left:25px;
				
				}
			.roy_menu_container{
				
					position:relative;
					top:100px;
					left:25px;
				
				}
				.roy_menu_item{
				
						margin-bottom:5px;
						width:400px;
				
					}
				.roy_menu_item_sub{
						
						padding:0px;
						margin:0px;
				
					}
				.webkit .roy_menu_item_sub{
						
						padding:0px;
						margin:0px;
						margin-bottom:5px;
				
					}
			.roy_contact{
				
					position:relative;
					top:200px;
					left:25px;
				
				}
		.roy_content_right{
		
				width:50%;
				padding-top:120px;
				float:left;
	
			}
			.roy_thumb{
				
					float:left;
					margin-right:12px;
					margin-bottom:12px;
				
				}
			.roy_image_thumb{
			
					border:1px solid #CCCCCC;
					padding:4px;
			
				}
			.roy_luc_image{
			
					border:1px solid #CCCCCC;
					padding:4px;
					margin-left:0px;
			
				}

	
.roy_footer{

		width:100%;
		height:100px;

	}
	
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}