/* CSS Document */

/* this is navigation section */
body
{
	background-image: url('../images/bg.jpg');
	background-color: #DFD0A5;
	background-repeat: repeat-x;
}

.menuitems
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	width: 140px;
	float: left;
}

.menuitems a:link
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:none;
}

.menuitems a:visited
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:none;
}

.menuitems a:hover
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-decoration:underline;
}

.buttontext
{
	font-family:tahoma,verdana;
	font-size:13px;
	color:#efeadd;
	text-align:center;
}

.buttonbg
{
	background:url('../images/navbar.png');
	background-repeat:no-repeat;
	height:42px;
	width:944px;
	background-position:center;
}


/* this is content section */

.text
{
	font-family:tahoma,verdana;
	font-size:12px;
	color:#281611;
	text-align:justify;
}

.proptext
{
	font-family:tahoma,verdana;
	font-size:12px;
	color:#66d7ef;
	text-align:justify;
	font-weight:bold;
}

.heading
{
	font-family:arial,verdana;
	font-size:22px;
	color:#6d3e30;
	text-align:justify;
}


.heading2
{
	font-family:arial,verdana;
	font-size:18px;
	color:#ffffff;
	text-align:center;
}


.content
{
	background:url('../images/content.png');
	background-repeat:no-repeat;
	height:auto;
	overflow: hidden;
	width:944px;
	background-position:center;
	background-color: #ECE4CB;
}

.content2
{
	background:url('../images/content2.png');
	background-repeat:no-repeat;
	height:1060px;
	width:944px;
	background-position:center;
}

#propbg
{

	background:url('../images/propbg.jpg');
	background-repeat:no-repeat;
	height:520px;
	width:700px;
	background-position:center;
}



.textbg
{
	background:url('../images/textbg2.jpg');
	background-repeat:no-repeat;
	height: auto;
	overflow: hidden;
	width:671px;
	background-position:justify;
	background-color: #ECE4CB;
}

/* this is footer section */

.foot
{
	color: #ffffff;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: center;
}

.footer_menu
{
	background:url('../images/footer.png');
	background-repeat:no-repeat;
	height:95px;
	width:944px;
	background-position:center;
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: center;
}

.footer_menu a:link
{
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: justify;
	text-decoration: underline;
}

.footer_menu a:visited
{
	color: #b97640;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align: justify;
	text-decoration: underline;
}

.footer_menu a:hover
{
	color: #7d3b06;
	font-family: Tahoma, Verdana;
	font-size: 14px;
	text-align:justify;
	text-decoration: none;
}

.footer
{
	color: #000000;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	text-align: center;
}