html {
	background-color: #e7e7e7;	
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
}
* html body {
	text-align: left;
}

#wrapper {
	margin: 0 0 0 0px;
	width: 730px;
	padding: 0 45px 0 10px;
	background-image: url(/img/right-border.jpg);
	background-attachment: scroll;
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
* html #wrapper {
	text-align: Left;
}

p {
	text-align: justify;
	margin: 0.5em 0 0.5em 0;
}

a {
	color: #000000;
	text-decoration: underline;	
}
a:hover {
	text-decoration: underline;	
	color: #000000;
}
a img {
	border: 0px solid #000000;
}
a:hover img {
	border: 0px solid #000000;
}

h1, h1 a, h1 a:hover {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 0.1em;
	color: #000000;
	vertical-align: middle;
	padding: 18px 0 10px 0;
	margin: 0;
}

h2, h2 a {
	font-size: 14px;
	font-weight: bold;
	text-align: Left;
	text-decoration: none;	
	color: #000000;
	margin: 0.7em 0 0.7em 0;
	text-transform: none;
}
h2 a:hover {
	text-transform: none;
	text-decoration: none;	
	color: #000000;
}

h3 {
	margin: 1.5em 0 0 0;
	padding: 0;
	clear: both;
}
h3 span {
	background-color: #3C74A7;
	background-image: url(/img/navigation.jpg);
	background-position: bottom;
	padding: 2px;
	padding-left: 2em;
}
h3, h3 a {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	text-align: left;
	text-transform: none;
	text-decoration: none;	
	letter-spacing: 0em;
	color: #000000;
}
h3 a:hover {
	text-decoration: none;	
	color: #FFFFFF;
}

h4, h4 a {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-align: left;
	text-transform: none;
	text-decoration: none;	
	color: #3C74A7;
	margin: 0.5em 0 3em 0;
}
h4 a:hover {
	color: #3C74A7;
	text-decoration: none;	
}

acronym {
	cursor: help;
	border-bottom: 1px dotted;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

div.cut {
	clear: both;
	color: #FFFFFF;
	background-image: url(/img/cutline2.gif);
	height: 21px;
	border: 0px solid #FFFFFF;
}
div.blue {
	background-color: #3C74A7;
	background-image: url(/img/navigation.jpg);
	background-position: center;
	height: 6px;
	border: 0px solid #FFFFFF;
	clear: both;
	margin: 2em 0 1em 0;
}

br.clear {
	clear: both;
}

p.error {
	text-align: left;
	color: #3C74A7;
	border: 1px dotted #3C74A7;
	padding: 0.5em;
}

textarea {
	background-color: #FFFFFF;
	width: 350px;
	border: 1px solid;
}

input {
	background-color: #FFFFFF;
	width: 200px;
	border: none;
	border-bottom: 1px solid;
	padding: 0;
	padding-left: 0.5em;
}
input.error, textarea.error {
	border-color: #3C74A7;
}
input.hidden {
	visibility: collapse;
	display: none;
}
input.button {
	width: auto;
	border: 1px solid;
	padding: 0;
}
input.checkbox {
	width: auto;
	border: 0px solid;
	padding: 0;
}

label {
	font-size: 10px;
	color: #000000;
}
label.normal {
	font-size: inherit;
	color: inherit;
}
label.error {
	color: #3C74A7;
}

div#header {
	font-size: 16px;
	margin: 0 auto;
}

img#logo {
	border: 0px solid;
}

ul#headNavi {
	text-align: left;
	background-color: #3C74A7;
	background-image: url(/img/navigation.jpg);
	background-position: bottom;
	margin: 2px 0 20px 0;
	padding: 0.6em 0.4em 0.6em 0.4em;
}
ul#headNavi li {
	list-style: none;
	display: inline;
	margin: 0.5em;
	padding: 0;
}
ul#headNavi a {
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	text-decoration: none;	
	color: #000000;
}
ul#headNavi .current a {
	text-decoration: underline;
}
* html ul#headNavi a, * html ul#headNavi .current a {
	width: 1em; 
	w/idth: auto; 
}
ul#headNavi a:hover {
	text-decoration: none;	
	color: #FFFFFF;
}
ul#headNavi .current a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

div#content {
	padding: 0;
}

div#footer {
	margin: 2em 0 0 0;
}
p#privacy {
/*
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
*/
	font-size: 9px;
	padding: 10px 5px 5px 5px;
	margin: 0;
	color: #808080;
	background-image: url(/img/bottom_shadow.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
p#privacy a, p#privacy a:hover {
	color: #808080;
}

div.pageNavi {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin: 2em 0 2em 0;
	color: #000000;
	padding: 0.1em;
	border-top: 1px solid;
}
div.pageNavi a, div.pageNavi a:hover {
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

div.indend {
	margin: 0 0 0 2em;
}

div.foreign {
}

div.comments ol {
	margin: 0 0 0 3em;
}
div.comments ol li {
	margin: 0 0 0 1em;
	list-style-type: decimal;
}
div.comments h3, div.comments h3 a, div.comments h3 a:hover {
	font-style: normal;
	text-transform: none;
}
div.comments h4, div.comments h4 a, div.comments h4 a:hover {
	font-style: italic;
	font-weight: normal;
	margin: 0 0 1.5em 0;
	text-transform: none;
}
div.comments p {
	text-align: Justify;
	margin: 1em 0 0 0;
}

div.thumbs {
	clear: both;
	padding: 0 0 10px 10px;
	Xbackground-color: #3C74A7;
	margin: 0 0 2em 0;
}
div.thumbs img, div.thumbs a img {
	margin: 10px 10px 0 0;
	border: none;
}

div.collapsed {
	clear: both;
	padding: 10px 10px 10px 2em;
	background-color: #3C74A7;
	margin: 0 0 2em 0;
}
div.collapsed a, div.collapsed a:hover {
	text-decoration: none;
	font-weight: bold;
}

div.image, div.flash {
	font-size: 10px;
	text-align: left;
	font-style: normal;
	padding: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	float: right;
}

div.form {
	text-align: left;
	margin: 0 0 2em 2em;
}
div.form h3 {
	font-weight: bold;
	letter-spacing: 0.2em;
	font-style: normal;
	text-transform: uppercase;
}
div.form ul {
	text-align: left;
	background-image: url(/img/blue_texture.jpg);
	background-color: #3C74A7;
	display: block;
	width: 300px;
	padding: 1em;
	float: right;
}
div.form ul li {
	margin: 0 0 0.5em 1em;
	list-style-type: disc;
}

div.text {
	padding: 1em;
	margin: 0 0 0 2em;
}

div.info {
	text-align: left;
	background-color: #3C74A7;
	display: block;
	padding: 0.5em 1em 0.5em 1em;
	margin: 1em 0 2em 0;
}

p.archive {
	word-spacing: 0.5em;
	text-align: left;
}

div#search {
	text-align: left;
}
div#search input {
	border: 1px solid #000000;
	padding: 1px;
}
div#search input.button {
	padding: 0;
}

div#categories {
	text-align: left;
	background-image: url(/img/blue_texture.jpg);
	background-color: #3C74A7;
	display: block;
	width: 300px;
	padding: 1em;
	padding-top: 0;
	float: right;
	margin: 0 0 2em 0;
}
div#categories ul li {
	margin: 0 0 0.5em 1em;
	list-style-type: disc;
}

div#rss {
	text-align: left;
	background-image: url(/img/blue_texture.jpg);
	background-color: #3C74A7;
	display: block;
	width: 300px;
	padding: 1em;
	padding-top: 0;
	float: right;
	margin: 0 0 2em 0;
}
div#rss ul li {
	margin: 0 0 0.5em 1em;
	list-style-type: disc;
}

div.galeryImage img {
	margin: 1em auto;
	display: block;
}

div.photo {
	text-align: center;
}
div.photo p {
	text-align: left
}
div.photo img {
	margin: 0.5em 0 0.5em 0;
	border: 13px solid white;
	padding: 2px;
	Xbackground-color: #3C74A7;
}

div.segeln {
	margin: 2em 0 4em 0;
}
div.segeln table {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #3C74A7;
}
div.segeln table th {
	border: 6px solid #3C74A7;
	border-right: 0px;
	border-left: 0px;
	border-top: 0px;
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	padding: 4px 2px 4px 0;
}
div.segeln table tr {
}
div.segeln table td {
	border: 0px;
	border-top: 1px solid #3C74A7;
	padding: 4px 0 4px 0;
}


