﻿@import url("../../styles/layout_sieckmann.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url("../../images/background_tile.gif");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-color: #369;
}
#container {
	border-right: 2px solid #A83E53;
	border-bottom: 2px solid #A83E53;
	border-left: 2px solid  #A83E53;
	background-color: #fff;
}
#navigation {
font-size: 11px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color:  #9999FF;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	width: 367px;
	padding: 15px;
	background-color: #fff;
	text-align:justify;
	color:navy;
}
html>body #column_l {
	width: 370px;
	padding: 0 15px;
	background-color: #fff;
}
#column_r {
	width: 217px;
	padding: 15px 10px;
	background-color: #fff;
	color: #990033;
}
html>body #column_r {
	width: 220px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	padding:25px;
	background-color: #fff;
}

#content h2 {
font-family: "Lucida Calligraphy", "Lucida Sans", "Trebuchet MS", sans-serif, "Trebuchet MS", "Trebuchet MS";
text-align:center;
color:navy;
}
#content h3 {
	color:#660033;
}



/* Masthead */
#masthead {
	border: 2px solid #A83E53;
	text-align: right;
	background-color: #FFFFCC;
	background-position: right;
	background-image: url('../../images/masthead_image.jpg');
	background-repeat: no-repeat;
	width: 696px;
	height:290px;
}

#masthead h1 {
	font-size: 18pt;
	color: #8b0000;
	margin-right: 20px;
	padding-top: 15px;
}
#masthead h3 {
	color: #000;
	margin-top: 0;
	margin-right: 1em;
}
#masthead h4 {
	font-family:Verdana;
	font-size: 10pt;
	color:  #660033;
	margin:0;
}

#masthead img {
	float: left;
	width: 160px;
	padding: 5px;
	margin: 40px 10px 20px 30px;
	border: 1px solid #000080;
	background-color: #C0C0C0;
}

/* Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #8b0000;
	display: block;
	padding: 5px;
	border: 1px solid #fea;
	background-color:  #9999FF;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fea;
	border: 1px solid #8b0000;
	background-color: #8b0000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #800;
	font-family: "Lucida Calligraphy", "Lucida Sans", "Trebuchet MS", sans-serif;
}
h2 {
	font-size: x-large;
	color: #700;
}
h3 {
	font-size: large;
	color: #600;
}
h4 {
	font-size: medium;
	color: #000080;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
}
h5 {
	font-size: x-small;
	color: #400;
}
h6 {
	font-size: xx-small;
	color: #300;
}
/* Footer */
#footer {
background-color: #FFFFCC;
	text-align: center;
	padding-bottom: 10px;
	padding-bottom: 0;
	border-top:2px #990033  solid;
}


#footer p {
	font-size: x-small;
	color:  navy;
	padding-top:2px;
}
/* Links */
a {
	color: #8b0000;
	text-decoration: underline;
}
a:hover {
	color: #fa3;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}

/*photo gallery*/
div.thumbnail {
	width: 300px;
	float:left;
	margin:0 10px 10px 0;
	padding-bottom:10px;
	border:1px navy solid;
}

div.thumbnail img {
	float:left;
	margin:10px10px 0 10px;
	padding:10px;
	border:1px white solid;

}

div.thumbnail p {
	
	margin: 5px;
	padding: 10px;
}
div.thumbnail a {
	border:0;
}




