body {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, Palatino, serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(images/background.jpg);
	position: relative;
	background-color: #ffffff;
	background-position: center top;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
		
	font-family: "Palatino Linotype", "Times New Roman", "serif";
	font-weight: normal;
	color: #CC0000;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	font-style: italic;
	text-transform: none;
	padding-top: 4px;
}

h2 {
	font-size: 23px;
}

h3 {
	color: #FFCC00;
	font-size: 18px;
}

h4 {
	font-size: 16px;
	color: #FFFFFF;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 12px;
}

a:link {
	color: #CC0000;
}

a:hover, a:active {
	text-decoration: none;
	color: #CC0000;
}

a:visited {
	color: #990000;
}

img {
	border: none;
}

img.logo {
	float: right;
}

img.left {
	float: left;
	margin-right: 15px;
	padding-top: 10px;
	padding-left: 5px;
	padding-bottom: 10px;
}

img.leftgall {
	margin-right: 5px;
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 2px;
	float: left;
	margin-top: 3px;
	cursor: hand;
}

img.right {
	float: right;
	margin-left: 15px;
	margin-right: 5px;
	border: 3px double #333333;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.rightgall {
	margin-left: 5px;
	margin-right: 5px;
	border: 3px double #333333;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

img.upcoming {
	float: right;
	border: 3px double #333333;
	margin-bottom: 0px;
	margin-left: 5px;
}

/* Header */

#header {
	width: 960px;
	margin: 0 auto;
	height: 70px;
	padding-left: 20px;
}

#gallnext{
	width: 839px;
	background-color: #060606;
	margin: 0 auto;
	padding-top: 5px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	height: 80px;
}

/** LOGO */

#flash {
	width: 939px;
	height: 250px;
	margin-left: 10px;
	background: url(images/flash_bg.jpg) no-repeat left top;
	margin-bottom: 2px;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/bg.png);
}

#menu {
	margin: 0 auto;
	height: 32px;
	background-image: url(images/menu_static.gif);
	width: 939px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
}

#menu h1{
	font-size: 14px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	float: left;
	letter-spacing: 2px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #FFFFFF;
	padding-left: 70px;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-bottom: 7px;
	height: 19px;
}

#menu ul {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	float: left;
	padding: 0px 5px 0px 5px;
	width: 120px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #FFFFFF;
	letter-spacing: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#active {
	background-image: url(images/menu_hover.gif);
	margin-top: 3px;
	margin-bottom: 3px;
	background-repeat: no-repeat;
	background-position: center;
}

#menu li a {
	width: 120px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
font-weight: bold;
	text-transform: capitalize;
	text-align: center;
}

#menu li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-style: italic;
	background-image: url(images/menu_hover.gif);
}
/* Page */

#page {
	width: 839px;
	background-color: #060606;
	margin: 0 auto;
	padding-top: 25px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 5px;
	background-image: url(images/pagebgrnd.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#content {
	width: 839px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-bottom: 15px;
}

#content h1{
	float: left;
	width: 839px;
	margin: 0 auto;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	font-style: italic;
	text-transform: none;
}
#content h2{
	color: #FFCC00;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 15px;
	text-transform: none;
	text-align: left;
	padding-top: 5px;
}

#content h3{
	color: #CC0000;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	line-height: 19px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 15px;
	text-transform: none;
	text-align: left;
}

#content h4{
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 10px;
	line-height: 20px;
	text-transform: none;
	float: left;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 520px;
	padding-left: 25px;
}

#content p{
	margin: 0 auto;
	padding-bottom: 10px;
	padding-left: 35px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 10px;
	line-height: 20px;
	text-transform: none;
	float: left;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 520px;
}

#contact {
	width: 390px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-bottom: 15px;
}

#contact h1{
	float: left;
	width: 390px;
	margin: 0 auto;
	padding-bottom: 0px;
	color: #FFFFFF;
	font-size: 24px;
	letter-spacing: 2px;
	font-style: italic;
	text-transform: none;
	padding-top: 5px;
}
#contact h2{
	float: left;
	color: #FFCC00;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	line-height: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 15px;
	text-transform: none;
	text-align: left;
	margin: 0 auto;
	width: 390px;
	padding-top: 5px;
}

#contact h3{
	color: #CC0000;
	font-size: 16px;
	letter-spacing: 2px;
	font-style: italic;
	font-weight: bold;
	line-height: 9px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-bottom: 15px;
	text-transform: none;
	text-align: left;
	width: 390px;
}

#contact h4{
	margin: 0 auto;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 10px;
	line-height: 20px;
	text-transform: none;
	float: left;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 360px;
	padding-left: 30px;
}

#contact p{
	margin: 0 auto;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
	font-style: normal;
	padding-top: 10px;
	line-height: 20px;
	text-transform: none;
	float: left;
	background-image: url(images/content.gif);
	background-repeat: no-repeat;
	width: 390px;
}

#gallerymenu{
	width: 850px;
}

#gallerymenu ul{
}

#gallerymenu li{
	list-style: none;
	float: left;
	width: 300px;
	padding-bottom: 0px;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
}

#gallerymenu li a{
	list-style: none;
	float: left;
	width: 300px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}

#gallerymenu li a:hover{
	list-style: none;
	float: left;
	width: 300px;
	letter-spacing: 1px;
	font-size: 14px;
	color: #FFffff;
	text-decoration: none;
	font-weight: bold;
}

#content  p  a{
	color:#CC0000;
	text-decoration: none;
}

#content p a:hover{
	color:#FFFFFF;
}

#upcoming{
	width: 240px;
	margin: 9px;
	position: static;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CC0000;
	border-bottom-color: #CC0000;
	padding-top: 10px;
	float: left;
	padding-bottom: 10px;
	}
	
#upcoming h1{
	font-size: 16px;
	letter-spacing: 2px;
	color: #FFCC00;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: none;
}
#upcoming p{
	letter-spacing: 2px;
	text-align: left;
	line-height: 18px;
	font-size: 12px;
	margin: 0;
}

#upcoming a:link{
	color:#CC0000;
}

#upcoming a:hover{
	color:#FFFFFF;
	font-weight: bold;
}

#footer {
	margin: 0 auto;
	height: 32px;
	width: 939px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	background-color: #000000;
	font-size: 10px;
}

#footer h1{
	font-size: 10px;
	font-weight: normal;
	text-transform: capitalize;
	text-align: center;
	margin: 0px;
	float: left;
	letter-spacing: 2px;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #666666;
	padding-left: 12px;
	margin-top: 3px;
	margin-bottom: 1px;
	padding-bottom: 1px;
	height: 14px;
}

#footer ul {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#footer li {
	float: left;
	padding: 0px 3px 0px 3px;
	width: 220px;
	text-align: center;
	border-right-width: 2px;
	border-right-style: ridge;
	border-right-color: #666666;
	letter-spacing: 1px;
	height: 14px;
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
}


#footer li a {
	color: #666666;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	font-size: 10px;
}

#footer li a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-style: italic;
}

	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin-top: 10px;
		margin-left: 15px;
		margin-right: 5px;
		border: 3px double #333333;
		float:right; /* Floating gallery at the right side of other web page content */		
		width:255px;	/* Image width */
		height:300px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:305px;
		height:310px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

