@charset "utf-8";
/* CSS Document */
body {
	background-color: #fff;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width:800px;
	height:803px;
	border-left: 1px dashed #488bd5;
}

/*-------------Header-----------*/
#header_l {
	position:absolute;
	left:0px;
	top:0px;
	width:260px;
	height:153px;
	background-image: url(../images/header_l.gif);
	background-repeat: no-repeat;
}

#header_m {
	position:absolute;
	left:260px;
	top:0px;
	width:490px;
	height:153px;
	background-image: url(../images/header_m.gif);
	background-repeat: no-repeat;
}

#header_r {
	position:absolute;
	left:750px;
	top:0px;
	width:50px;
	height:153px;
	background-image: url(../images/header_r.gif);
	background-repeat: no-repeat;
}

/*-------------Menu-----------*/
#menu {
	position:absolute;
	left:0px;
	top:153px;
	width:800px;
	height:19px;
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 70px;
	padding-top: 2px;
	text-transform: capitalize;
}

#menu a {
	text-decoration: none;
	color: #084672;
	font-weight: bold;
	}

#menu a:hover {
	color: #488bd5;
	}

#menu li {
	list-style: none;
	padding-right: 15px;
	display: inline;
	}

/*-------------Sub Menus-----------*/

#submenu {
	margin-top: 10px;
	text-align: left;
	text-transform: capitalize;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #488bd5;
	}

#submenu a {
	color: #488bd5;
	text-decoration: none;
	padding: 0 3px 0 3px;
	}

#submenu a:hover {
	background-color: #488bd5;
	color: #ffffff;

	}

.submenuactive {
	color: #fff;
	background-color: #488bd5;
	padding: 0 3px 0 3px;
	}

/*-------------Body-----------*/
#rahayelbody_l {
	position:absolute;
	left:0px;
	top:172px;
	width:137px;
	height:616px;
	background-image: url(../images/rahayelbody_l.gif);
	background-repeat:no-repeat;
}

#rahayelbody_l2 {
	position:absolute;
	left:137px;
	top:172px;
	width:123px;
	height:616px;
	background-image: url(../images/rahayelbody_l2.gif);
	background-repeat: no-repeat;
}

#body {
	position:absolute;
	left:260px;
	top:172px;
	width:490px;
	height:616px;
}

#rahayelbody_r {
	position:absolute;
	left:750px;
	top:172px;
	width:50px;
	height:616px;
	background-image: url(../images/rahayelbody_r.gif);
	background-repeat: no-repeat;
}

#contentbody {
	margin-top: 30px;
	text-align: left;
	}

.firstletter {
	color: #488bd5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	}

.moto {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #ff0000;
	}
	
.aboutpic {
	padding: 10px 15px 0 0;
	}

/*-------------Gallery Listing-----------*/
#gallerybox {
	margin-left: 20px;
	width: 450px;
	border: 1px dashed #488bd5;
	}

#galleryleft {
	float: left;
	padding: 5px;
	width: 150px;
	}

#galleryright {
	float: right;
	width: 280px;
	margin-top: 10px;
	}

.title {
	color: #488bd5;
	font-weight: bold;
	}

.text {
	color: #084672;
	}

/*-------------Links Listing-----------*/
#links {
	margin-top: 50px;
	margin-left: 70px;
	}
	
#links1 {
	background-color: #a9cfe8;
	width: 350px;
	text-align: center;
	letter-spacing: 2px;
	}

#links1 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#links1 a:hover {
	letter-spacing: 5px;
	}

#links2 {
	background-color: #5585a6;
	width: 350px;
	text-align: center;
	letter-spacing: 2px;
	}

#links2 a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

#links2 a:hover {
	letter-spacing: 5px;
	}

/*------------Contact-------------*/
#contact {
	float: right;
	margin-top: 20px;
	width: 240px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#contacttext {
	padding: 0px;
	padding-bottom: 10px;
	letter-spacing: 1px;
	}	
	
#contact1 {
	padding-left: 5px;
	list-style: none;
	margin: 0;
	letter-spacing: 2px;
	}
	
#contact1 ul {
	margin: 0;
	}

#contact1 li {
	border-left: 3px solid #a9cfe8;
	padding-left: 5px;
	}
		
#contact1 li:hover {
	font-weight: bold;
	color: #084672;
	letter-spacing: 3px;
	padding-left: 5px;
	border-left: 3px solid #488bd5;
	}


.fieldset {
	border: solid 1px #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #084672;
	background-color: #a9cfe8;
	width: 150px;
	}

textarea {
	background-color: #a9cfe8;
	border: solid 1px #ccc;
	color: #084672;
	}

button {
	background-color: #488bd5;
	border: solid 1px #333;
	}
	
#contactform {
	color: #333;
	}

.formtitles {
	color: #488bd5;
	font-size: 14px;
	font-weight: bold;
	}
		
/*-------------Footer-----------*/
#footer {
	position:absolute;
	left:0px;
	top:788px;
	width:800px;
	height:15px;
	background-image:url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	color: #084672;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.copyright {
	margin-left: 490px;
	}

