﻿@import url("layout.css");
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-color: #333333;
	color: #FFFFFF;
}
#container {
	width: 620px;
	margin: 0 auto;
	padding: 10px;
	border-right: 0px solid #725972;
	border-bottom: 0px solid #725972;
	border-left: 0px solid #725972;
	background-color: #666666;
	color: #FFFFFF;
}
#masthead {
	text-align: center;
	width: 600px;
	padding: 10px;
	border: 0px dotted #725972;
	background-color: #333333;
	color: #FFFFFF;
}
#navigation {
	position: relative;
	float: left;
	width: 139px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-right: 1px dotted #725972;
}
#content {
	border: 0px solid #FF0000;
	float: left;
	width: 470px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#footer {
	clear: both;
	background-color: #333333;
	color: #FFFFFF;
	padding: 10px;
}
#footer h3 {
	font-size: 20px;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
.footer-tab2 {
	border-style: solid none none none;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-top: 10px;
	padding-top: 10px;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 0px dotted #dfb8df;
	background-color: #333333;
	color: #FFFFFF;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border-bottom: 1px dotted #fff;
	background-color: #333333;
	border-bottom-width: 0px;
}
#navigation a:hover {
	color: #402640;
	text-decoration: none;
	background-color: #fff;
}
/* Content Styles */
#content h2,h3 {
	color: #FFFFFF;
}
#content img {
	padding: 5px;
	border: 1px solid #402640;
}
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
.size-70pc {
	font-size: 70%;
}
.border-0 {
	border: 0px;
}
.style9 {
	text-align: center;
}
.style10 {
	text-align: right;
}
.hdr3 {
	color: #FFFFFF;
	font-size: 18px;
}
.BG-olive {
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	border-color: #000000;
	color: #FFFFFF;
	padding: 15px;
	background-color: #808000;
}
/* CSS code for photo gallery */
.xara_albumtable {
	padding-right: 20px;
	padding-left: 0px;
}
.xara_albumcell0 {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #333333;
}
.xara_albumcell1 {
	color: #FFFFFF;
	font-size: 80%;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	text-align: center;
	vertical-align : middle;
}
.xara_albumcell2 {
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	text-align: center;
	background-color: #333333;
}
.xara_albumcell3 {
	font-size: 50%;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

