/* CSS Document */

body
{
	background-image:url('../images/bg1.jpg');
	height:auto;
	margin:0px 0px 0px 0px;
}


/* this is navigation section */

#menuitems
{
	font-family:arial;
	font-size:13px;
	color:#606e13;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:5px 20px 0px 0px;
	float:right;
}

#menuitems a:link
{
	font-family:arial;
	font-size:13px;
	color:#606e13;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:5px 20px 0px 0px;
}


#menuitems a:visited
{
	font-family:arial;
	font-size:13px;
	color:#606e13;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:5px 20px 0px 0px;
}


#menuitems a:hover
{
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	font-weight:normal;
	text-align:center;
	text-decoration:underline;
	margin:5px 20px 0px 0px;
}

#navbar
{
    background-color:#d1e080;
	height:27px;
	width:932px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}



/* this is header section */

#header
{
	background-image:url('../images/header.jpg');
	height:95px;
	width:932px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#lowhead
{
	background-color:#f48a9d;
	height:42px;
	width:932px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

/* this is content section */


#main
{
	width:932px;
	height:auto;
	overflow:hidden;
	margin-left:3%;
	margin-right:6%;
}

#left
{
	width:703px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
	float:left;

}

#right
{
	width:206px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 12px;
	float:left;
}

#content
{
	background-image:url('../images/content.jpg');
	width:932px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#aboutbg
{
	background-image:url('../images/aboutbg.jpg');
	width:703px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#about_img
{
	background-image:url('../images/aimg.jpg');
	width:600px;
	height:auto;
	overflow:hidden;
	margin:30px 0px 0px 50px;
}

#gallery
{
	width:529px;
	height:353px;
	overflow:hidden;
	margin:30px 0px 0px 50px;
}

#textbg
{
	background-color:f8a6b5;
	width:703px;
	height:auto;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#subheading
{
	font-family:arial;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	margin:10px 0px 5px 0px;
}

.text
{
	font-family:arial;
	font-size:12px;
	color:#584219;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
	margin:5px 15px 0px 15px;
}

.text2
{
	font-family:arial;
	font-size:12px;
	color:#584219;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:5px 15px 0px 15px;
}

#heading
{
	font-family:arial;
	font-size:20px;
	color:#584219;
	font-weight:normal;
	text-align:justify;
	text-decoration:none;
	margin:5px 0px 0px 15px;
}

/* this is footer section */

#footerbg
{
	background-image:url('../images/footer.png');
	width:932px;
	height:90px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#foothead
{
	font-family:arial;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	margin:15px 0px 0px 15px;
}

#footer_text
{
	font-family:arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	margin:10px 0px 0px 15px;
}

#footer_text a:link
{
	font-family:arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}


#footer_text a:visited
{
	font-family:arial;
	font-size:13px;
	color:#000000;
	font-weight:bold;
	text-align:justify;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}


#footer_text a:hover
{
	font-family:arial;
	font-size:13px;
	color:#ffffff;
	font-weight:bold;
	text-align:justify;
	text-decoration:underline;
	margin:0px 0px 0px 0px;
}

#copy_text
{
	font-family:arial;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:10px 0px 10px 15px;
}

#copy_text a:link
{
	font-family:arial;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

#copy_text a:visited
{
	font-family:arial;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}

#copy_text a:hover
{
	font-family:arial;
	font-size:11px;
	color:#E2D0A0;
	font-weight:normal;
	text-align:center;
	text-decoration:none;
	margin:0px 0px 0px 0px;
}





