body {
	width:100%;
	margin:0;
	padding:0;
	border:0;
	background: url('/images/bgnew.jpg') repeat-x;
	font-size: 18px;
	color: #333;
	line-height: 18px;
	font-family: arial, verdana, serif;
	text-align: center;
}

#page {
	margin: auto;
	max-width: 976px;
	width:auto !important;
	width: 976px;
}
/********* TOP *********************************************/
#top {
	height: 190px;
	background: url('/images/topnew.jpg') no-repeat;
}

#logo { 
	height: 49px;
	position: relative;
	top: 105px;
	left: 38px;
	text-align: left;
}

/********* CONTENT *********************************************/
#contentBG {
	background: url('/images/contentheaderbg.jpg') 30px 65px no-repeat;
	height: 173px;
	width: 100%;
}

#content {
	/*background: url('/images/contentnew.gif') repeat-y;*/
	float: left;
	padding: 0px 0px 40px 45px;
	width: 936px;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#cont {
	width: 888px;
	text-align: left;
	letter-spacing: 0.3px;
	line-height: 22px;
}

/********* FOOTER *********************************************/
#footer {
	clear: both;
	background: url('/images/bottomnew.jpg') no-repeat;
	text-align: center;
	padding: 15px;
}
/********* MENU *********************************************/
#menu { 
	background: url('/images/menunew.jpg') no-repeat;
	float: left;
	height: 50px;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	/*padding: 12px 20px 0px 20px;*/
}

#menu ul li {
	display: inline;
	list-style-type: none;
	padding: 12px 0px 16px 0px;
	/*background-color: green;*/
}

#menu ul li a {
	font-family: arial;
	font-size: 20px;
	position: relative;
	top: 3px;
	color: #505044;
	text-decoration: none;
	padding: 14px 15px 12px 15px;
}
#menu ul li img { vertical-align: middle; }

#menu ul li a:hover { color: #72A200; border-top: 4px solid; }

#menu ul .currentli { background-color: #FFF; }
#menu ul li a.current { color: #1AA4FD; border-top: 4px solid; }

/********* OTHER *********************************************/

a 		{ color: #1FA3FF; text-decoration: none; }
a:hover { color: #43B215; }

img { border: 0; }

p { margin: 5px; }

h1 { font-family: georgia, arial, verdana, serif; margin-top: 10px; margin-bottom: 10px; }
h2 { font-family: arial, verdana, serif; font-size: 20px; color: #FFF; font-weight: normal; margin-top: 10px; margin-bottom: 10px; }
h3 { font-family: georgia, arial, verdana, serif; color: #8D8583; margin-top: 10px; margin-bottom: 10px; }
h4 { margin-top: 10px; margin-bottom: 10px; }
h5 { margin-top: 10px; margin-bottom: 10px; }
h6 { margin-top: 10px; margin-bottom: 10px; }

.address {
	font-family: arial;
	font-size: 14px;
	color: #888;
	letter-spacing: 1px;
}
.address span { padding: 5px; }

.slash { font-size: 16px; font-family: arial; color: black; }

.clear 			{ clear:both; }

hr { height: 0px; border-top: 1px dashed #aaa; border-left: 0px; border-right: 0px; border-bottom: 0px; }

/*p:first-letter 	{ font-size:30px; color:#43B215; }*/

/********* GALLERY *********************************************/

.gallerythumb 			{ float: left; margin-right: 11px; width: 288px; height: 360px; margin-top: 20px; background-color: #EBF4FB;}
.gallerythumb img 		{ border-top: 3px solid #1fa3ff; width: 288px;}
.gallerythumb a			{ color: #1fa3ff; }
.gallerythumb a:hover 	{ color: #43B215; }
.gallerythumb .imgName	{ color: #3C6CB5; font-weight: bold; }
.gallerythumb .content	{ padding: 5px 5px 0 5px;  height: 110px; font-size: 16px; }
