/* STYLING THE BODY */



body{
	background-image: url(../images/body-background.gif);
	background-repeat: repeat-x;
	background-color: #b1b39d;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color:#000;
	text-decoration: none;

}



/* CONTAINER */



#topContainer{

	background-image: url(../images/main-background.gif);

	background-repeat: repeat;

	background-color: #d9d8d3;	

	width: 900px;

	margin: auto auto;

	padding:0px;

}

#header{	

	background-image: url(../images/top-banner.jpg);

	background-repeat: no-repeat;

	width: 751px;

	height:188px;

	margin: auto auto;

	padding:0px;

	margin-top:6px;

}



/* TOP MENU*/



#topMenu{

	background-image: url(../images/body-background.gif);

	background-repeat: repeat;

	margin: 77px 0px 0px 0px;

	padding:0px;

	width: 266px;

	height: 31px;

}

a.menuLink:link, a.menuLink:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;

	}

a.menuLink:hover{

	font-family: Arial, Helvetica, sans-serif;

	color: #ffffff;

	text-decoration: none;

	}

td.bgTopMenu{

	background-image: url(../images/main-background.gif);

	background-repeat: repeat;

	background-color: #d9d8d3;

}





/* MAIN CONTENT */

	

#content{

	width: 900px;

	background-image: url(../images/main-background.gif);

	background-repeat: repeat;

	background-color: #d9d8d3;	

	margin: auto auto;

	padding:0px;

}	

h1#main-title-01{

	font-family: Arial, Helvetica, sans-serif;

	font-size: 21px;

	font-weight: normal;

	color: #3b5428;

	font-style:italic;

}

p.mainText{

	font-family: Times New Roman;

	font-size: 18px;

	font-weight: normal;

	color: #000;

}



.interiorText   {

	font-family: Times New Roman;

	font-size: 14px;

	font-weight: normal;

	color: #000;

}



h3   {
	font-family: "Times New Roman";
	font-size: 22px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
	text-align: center;
}



.quotes   {

	font-family: Times New Roman;

	font-size: 16px;

	font-weight: normal;

	color: #000;

}



.image {

	border:1px solid #999999;

	

	padding: 2px;

}



.image-label	{

	font-family: "Times New Roman";

	font-size: 14px;

	font-weight: bold;

	color: #666666;

}

a.link:link, a.link:visited, a.link:active	{

	color: #3b5428;

	text-decoration: underline;

}

a.link:hover	{

	color: #3b5428;

	text-decoration: none;

}

.text-emphasis	{

	font-family: Times New Roman;
	
	font-weight: bold;

	text-decoration: underline;

}





/* LEFT MENU */

	

#menubv {

	width: 238px;

	padding: 0;

	margin: 0;

	font: 14px Arial, sans-serif;

}

#menubv ul {

	list-style: none;

	margin: 0;

	padding: 0;

}

#menubv li {

	border-bottom: 2px solid #d9d8d3;

	margin: 0;

}

#menubv li a {

	display: block;

	padding: 12px 5px 12px 0.5em;

	font-weight:bold;

	border:0px;

	background-color: #c1c5c1;

	color: #000000;

	text-decoration: none;

}

#menubv li a:hover {

	border:0px;

	background-color: #cdceca;

	color: #ffffff;

}

/* Fix IE. Hide from IE Mac \*/

* html #menubv ul li { float: left; height: 1%; }

* html #menubv ul li a { height: 1%; }

/* End */



/*  FLASH BANNER */



#flashBanner{

	width: 622px;	

	margin: 0px;

	padding:0px;

}





/*  FLASH GALLERY*/



#flashGallery{

	width: 797px;

	height: 231px;	

	margin: 0px auto 30px auto;

	padding:0px;

}

	

/* COPYRIGHT NOTICE */

		

#copyright{

	margin: auto auto;

	margin-top:8px;

	padding:0px;

	width: 700px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 10px;

	font-weight: normal;

	color: #000;

	text-align:center;

}
.blogtxt {
	font-family: "Comic Sans MS", Arial;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: inline;
	color: #000000;
}

