@charset "UTF-8";
/*--- General CSS Properties ---*/


body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #31282D;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F6F5F4;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#container {
	width: 750px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	height: 1%;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-top: 20px;
	margin-right: 5px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	display: inline;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.clearboth {
	clear: right;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
/*--- topnav ---*/

#header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#mainnav {
	float: right;
	margin-right: 0px;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #9E6E8A;
	font-weight: normal;
}
#header ul li {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	padding-left: 20px;
	text-transform: uppercase;
}
/*--- sidenav ---*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	margin: 0px;
	padding: 0px;
}
#logo h1 {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#logo h2 {
	font-family: Times, serif;
	font-size: 14px;
	font-style:italic;
	color:#9E6E8A;
	letter-spacing: 0.03em;
	font-weight: 500;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#navcontainer {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #9E6E8A;
}
#navcontainer ul li {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}
#navcontainer li {
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
#navcontainer a {
	display: block;
	width: 200px;
	text-decoration: none;
}
#navcontainer ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-transform: none;
}
#navcontainer ul ul li {
	font-style: italic;
	font-family: Times, serif;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height:18px;
	text-transform: none;
}
#contact {
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#contact p {
	font-family: Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-style:italic;
	color:#31282D;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.01em;
}
#contact h2 {
	font-family: Times, serif;
	font-size: 14px;
	font-style:italic;
	color:#9E6E8A;
	letter-spacing: 0.03em;
	padding: 0px;
	margin: 0px;
	font-weight: 500;
	line-height: 20px;
}
#lan_container {
	margin-bottom: 1em;
	overflow: hidden;
	width: 460px;
	margin-top: 2px;
}
#lan_container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#lan_container li {
	font-family: Times, serif;
	font-size: 14px;
	font-style:italic;
	color:#9E6E8A;
	letter-spacing: 0.03em;
	font-weight: 500;
	border-left: 1px solid #9E6E8A;
	float: left;
	line-height: 1.1em;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
}
#lan_container li a {
	color: #9E6E8A;
}
#lan_container li a:hover {
	color: #31282D;
}
/*--- maindiv and photos ---*/

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #AE99A2;
}
#mainContent .text {
	width: 470px;
	float: right;
	margin-right: 10px;
	padding: 0px;
	margin-top: 0px;
}
#mainContent h2 {
	color: #9E6E8A;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent h3 {
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#mainContent .intro {
	color: #9E6E8A;
	font-size: 140%;
	font-weight: bold;
}
#mainContent p {
	font-size: 75%;
	padding-right: 10px;
	line-height: 140%;
}
#mainContent a {
	color: #31282D;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #9E6E8A;
	font-size: 10px;
}
#mainContent ul {
	margin: 0;
	padding: 0;
}
#mainContent li {
	list-style: none;
	margin: 0;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
	font-size: 90%;
}
#mainContent li strong {
	color: #9E6E8A;
	font-weight: 500;
}
.fltlft_thumb { /* this class can be used to float an element left in your page */
	float: right;
	margin-right: 20px;
	width: 100px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.fltlft_thumb a img {
	padding: 3px;
	border: 1px solid #AE99A2;
	background-color: #FFFFFF;
}
.fltlft_thumb a:hover img {
	padding: 3px;
	border: 1px solid #9E6E8A;
}
a:link {
	text-decoration: none;
	color: #31282D;
}
a:visited {
	text-decoration: none;
	color: #31282D;
}
a:hover {
	text-decoration: none;
	color: #9E6E8A;
}
a:active {
	text-decoration: none;
	color: #31282D;
}

