/*Royal world Garden*/

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	background-color: #5b2319;
}
.side_bar {
	background-image: url(../images/v_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 224px;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	line-height:20px;
	font-weight: normal;
	text-align: justify;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #660000;
	text-decoration: none;
	line-height:20px;
	font-weight: normal;
}
.text_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	line-height:16px;
}
.footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 120px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer a{	
	color: #ffffff;
	text-decoration: none;
}
.footer a:hove{		
	color: #FFCC00;
	text-decoration: none;
}
.bk {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	height: 350px;
}
.hdot_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.text_field {
	background-image:url(../images/textfield_bg.jpg);
	background-color:#f6f4de;
	background-repeat:repeat-x;
	background-position:left top;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.bottom_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A36A00;
}
