body {
	background-color: #cecece;
	background-image: url(../../images/layout/background_gradient.jpg) ;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "Times New Roman", Times, serif;
	color: #6d6d6d;
}

body img {
	border: 0;
	}
	
.clear {
	float: none;
	clear: both;
	height: 1px;
	}
p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	color: #6d6d6d;
	font-size: 15px;
}	
a {
	color: #6d6d6d;
	text-decoration: underline;
}

a:hover {
	color: #ffd200;
	text-decoration: underline;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #6d6d6d;
	font-weight: normal;
}

h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	color:  #e9c000;
}

#wrapper {
	width: 1008px; 
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	text-align: left;
	background-color: #FFFFFF;
	overflow: hidden;
	background-image: url(../../images/layout/content_background.jpg);
	background-repeat: repeat-y;
	}
	
#leftPanel {
	float: left;
	background-image: url(../../images/layout/left_panel.jpg);
	background-repeat: no-repeat;
	width: 80px;
	height: 717px;overflow: hidden;
}	

#middlePanel {
	float: left;
	width: 848px;
	height: 100%;
	display: block;
	padding-bottom: 15px;
	overflow: hidden;
	}

#topPanel {
	float: left;
	background-image: url(../../images/layout/top_panel.jpg);
	background-repeat: no-repeat;
	width: 848px;
	height: 73px;
}	

#rightPanel {
	float: left;
	background-image: url(../../images/layout/right_panel.jpg);
	background-repeat: no-repeat;
	width: 80px;overflow: hidden;
	height: 717px;
}

#contentPanel {
	float: none; 
	clear: both;
	width: 100%;
	display: block; position: relative;
	background-image: url(../../images/layout/flower_watermark.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 500px;overflow: hidden;
}	

#bottomPanel {
	float: none;
	clear: both;
	width: 1008px;
	height: 9px;
	background-image: url(../../images/layout/bottom_panel.jpg);
	background-repeat: no-repeat;
	
}

#contentNavigation {
	margin-top: 30px;
	width: 100%;
	text-align: center;

}

#contentNavigation ul {
	list-style: none;
}

#contentNavigation ul li {
	float: left;
	margin-left: 23px;
	font-size: 14px;
}

#contentNavigation ul li a {
	color: #25003c;
	text-decoration: none;
}

#contentNavigation ul li a:hover {
	color: #ffd200;
	text-decoration: underline
}

#simplegallery1{ //CSS for Simple Gallery Example 1
	position: relative; /*keep this intact*/
	visibility: hidden; /*keep this intact*/
	float: right;
	margin-right: 60px;
}

#logoContainer {
	height: 280px;
	float: right;
	float: none;
	cleawr: both;
}