/*main css for template*/
/**********************start layout***************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#000000;
}
#wrapper {
	position: relative;
	width: 799px;
	border: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	padding: 0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	visibility: visible;
	overflow: visible;
} 
#masterhead {
	background-color:#FFFFFF;
}

#container {
	background-color:#FFFFFF;
	min-width: auto;
}

#left_col {
	background-color:#FFFFFF;
	width: auto;
	float: left;
}

#page_content {
	background-color:#FFFFFF;
	margin-left: auto;
}

#masterfooter {
	background-color:#FFFFFF;
	width: 799px;
	padding: 0px;
	height: 55px;
	margin: 0px 0px 5px 0px;
	text-decoration:none;
	background-image: url(../Images/FOOTER.gif);
	clear: both;
}
#menu {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 139px;
	height: 220px;
	top: 152px;
	border:0;
	left: 0px;
 }
  
#qlink {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 149px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 386px;
	left: 7px;
	border:0;
  }
  
  #qlinken {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 149px;
	height: 150px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	top: 386px;
	left: -7px;
	border:0;
  }
  
  
#plink {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 149px;
	height: 212px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	top: 561px;
	left: -1px;
	border:0;
 }

#address {
	position:absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 695px;
	height: 68px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bolder;
	text-align:center;
	color:#FFF;
	top: 82px;
	left: 130px;
	border:0;
 }

/**********************end layout***************************************/
 

/*add space between images*/
.img {
margin-top:3px;
margin-bottom:3px;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color:  none;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: none;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color:none;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color:  none;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color:  #C8462C;
}
/*img with no border*/
img{
	border:0;
}
.thum{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:10px;
	border:4px;
	border-color:#CCC;
	border-style:solid;
}
/*class use by gallery page*/
.thumb{
	width: 642px;
	height: 500px;
	overflow: auto;
	border:4px;
	border-color:#F00;
}

.news{
	width: 642px;
	height: 480px;
	overflow: auto;
	border:4px;
	border-color:#F00;
}
/*text style for body column*/
.txt1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	text-align:left;
	margin-left:20px;
	margin-right:2px;
}
.txt2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
	margin-left:20px;
	margin-right:2px;
	color:#999;
}
.txt3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	text-align:left;
	margin-left:20px;
	margin-right:2px;
}
/*Enlarge first letter*/
.h{
	font-size:28px;
	font-weight:400;
}
/*style for paragraph*/
p{
	text-indent: 40px;
	margin-left: 20px;
	margin-right: 20px;
}
