/* CSS Document */

body
{
	background-image:url('../images/background.jpg');
	margin-top:0px;
	background-repeat:no-repeat;
	background-color:#DDCEA3;
}

/* this is navigation section */

#menuitem
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	width: 130px;
	float: left;
}

#menuitem a:link
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:none;
}

#menuitem a:visited
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:none;
}

#menuitem a:hover
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:underline;
}

/* this is main section */

#main
{
	width:942px;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}


ul{
	list-style:none;
	}
	
li{
	list-style:none;
	}
	
hr{
  color:#908D7D;
  width:75%;
  }
  
a{
	font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#ffffff;
   text-align:right;
   text-decoration:none;
   }
   
 a:hover{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#e4d9b4;
    text-align:right;
	text-decoration:underline;
	}


/* this is header section */


#header
{
background-image:url('../images/header.jpg');
margin:0px 0px 0px 0px;
width:942px;
height:149px;
overflow:hidden;
}

#navbar
{
background-image:url('../images/navigationbar.jpg');
margin:0px 0px 0px 0px;
width:922px;
height:36px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#ffffff;
text-align:right;
padding:10px 20px 0px 0px;
}
.button a:link{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:right;
text-decoration:none;
color:#FFFFFF;
padding:10px 20px 0px 30px;
float:right;
}
.button a:visited{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:right;
text-decoration:none;
color:#ffffff;
padding:10px 20px 0px 30px;
float:right;
}
.button a:hover{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
text-align:right;
text-decoration:underline;
color:#a8c8a2;
padding:10px 20px 0px 30px;
float:right;
}

#box
{
background-color:#bdb18c;
width:942px;
height:77px;
margin:0px 0px 0px 0px;
}


/* this is contant section */

#content
{
background-image:url('../images/content.jpg');
width:942px;
height:auto;
margin:0px 0px 0px 0px;
background-repeat:no-repeat;
overflow:hidden;
background-color:#F0E9CD;
}

#left
{
width:673px;
height:auto;
float:left;
overflow:hidden;
margin-top:5px;
float:left;
}

#right
{
width:269px;
height:auto;
float:left;
overflow:hidden;
margin-top:5px;
}

#right_image
{
width:196px;
height:auto;
margin-left:48px;
margin-top:15px;
overflow:hidden;
}



#footer
{
background-image:url('../images/footer.png');
width:942px;
height:120px;
margin-top:10px;
background-repeat:no-repeat;
}

.text
{
	font-family:verdana, tahoma, sans-serif;
	font-size:12px;
	color:#281611;
	text-align:justify;
	padding:10px 20px 0px 20px;
	line-height:160%;
}
.text_top
{
	font-family:tahoma,verdana;
	font-size:14px;
	color:#ffffff;
	text-align:center;
}

.heading
{
	font-family:arial,verdana;
	font-size:22px;
	color:#6d3e30;
	text-align:justify;
	padding:10px 20px 0px 18px;
}

.content
{
	background:url('../images/content.png');
	background-repeat:no-repeat;
	height:auto;
	width:944px;
	background-position:center;
}

.textbg
{
	background:url('../images/textbg.jpg');
	background-repeat:no-repeat;
	height:auto;
	width:671px;
	background-position:justify;
}


/* this is footer section */

.footer
{
	background:url('../images/footer.png');
	background-repeat:no-repeat;
	height:95px;
	width:944px;
	background-position:center;
	margin-top:20px;
}

.foot
{
	color: #464542;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	padding-top:10px;
}

.footer_text
{
	color: #464542;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	padding:10px 0px 0px 0px;
}

.footer_text a:link
{
	color: #464542;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: justify;
	text-decoration: underline;
}

.footer_text a:visited
{
	color: #464542;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: justify;
	text-decoration: underline;
}

.footer_text a:hover
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align:justify;
	text-decoration: none;
}

.copy
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 10px;
	text-align: center;
	text-decoration:none;
}

.copy a:link
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
}

.copy a:visited
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
}

.copy a:hover
{
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
	text-decoration:none;
}


/*this is for contact page */

#contact
{
	font-family:Verdana, sans-serif;
	color:#000000;
	text-align:justify;
	margin:70px 0px 0px 70px;
}