body {
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	color:#001b29;
	text-align: center;
	background-color: #006699;
	background-image:url(../images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: top;
}

p{
	margin-bottom: 10px;
	word-spacing: 0.1em;
	letter-spacing: 0.01em;

}

a {
	color: #009deb;
	text-decoration: none;
}

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

img {
	border: none;
}

h1 {
	color: #009deb;
	font-size: 1.5em;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	margin: 0px 0 0px 0;
	color: #009deb;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
	font-size: 1.2em;
}

h5 {
	font-style: italic;
	color: #006699;
	font-family: arial;
	font-size: 80%;
	font-weight: normal;
}

h6 {
	font-family: arial;
	font-size: 80%;
	font-weight: normal;
}

.headertitle {
	font-size: 2.5em;
	margin-bottom: 10px;
	text-decoration: none;
}

.headertitle a:hover {
	color:#000000;
	text-decoration:none;
}

#container {
	width: 780px;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px groove #666666;
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	background-attachment: fixed;
	background-image: url(../images/bg1.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	width: 780px;
	text-align: center;
	padding-bottom: 20px;
}

#header p {
	color:#006699;
}
#header a{
	color:#006699;
	text-decoration:none;
}
#header a:hover{
	color:#009deb;
	text-decoration: underline;	
}
#header ul {
	width: 780px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-decoration: none;
}

#header ul li {
	list-style: none;
	display: inline;
	padding: 0;
	background-repeat: no-repeat;
	text-decoration: none;
}

#contentColumn {
	float: left;
	width: 260px;
	padding: 0px 0 0 0;
}

#contentColumnMid {
	float: left;
	width: 260px;
	padding: 0px 0 0 0;
}#contentColumnRight {
	float: left;
	width: 260px;
	padding: 0px 0 0 0;
}

#mainContent {
	float: left;
	margin: 0 0 0 25px;
	padding: 0 0 0px 0;
	width: 490px;
}

#footer {
	clear: both;
	width: 780px;
	font-size: 0.8em;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #006699;
	margin-bottom: 10px;
}

#galleryColumnLeft {
	float: left;
	width: 200px;
}

#galleryColumnRight {
	float: left;
	width: 540px;
	margin-left: 40px;
}

.WebYepGalleryImage img{
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
.WebYepGalleryImage img:hover {
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #009deb;
}
.WebYepGalleryText {
	font-size: 75%;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
}

.WebYepGalleryContainer {
	text-align: center;
}

