﻿@import url("layout.css");
body {
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: .8em;
	background-image: none;
	background-repeat: none;
	background-color: black;
}
#container {
	border-right: 0px solid #595959;
	border-bottom: 0px solid #595959;
	border-left: 0px solid #595959;
	background-color: white;
}
#masthead {
	text-align: center;
	height: 281px;
	font-weight: bold;
	background-color: black;
	background-image: url('../images/masthead_image1.jpg');
	background-repeat: repeat;
}
#navigation {
	border-top: 2px solid #808080;
	border-right: 0px solid #595959;
	border-left: 0px solid #595959;
	border-bottom: 2px solid #808080;
	background-color: #dbf;
}
html>body #navigation {
	overflow: hidden;
}
#column_l {
	padding: 5px;
	background-color: #fff;
}

#column_r {
	padding: 5px 5px;
	background-color: #fff;
}

#photo {
	width: 795px;
	height: 760px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0;
	border-right: 3px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 3px solid #595959;
	margin-left:auto;
	margin-right:auto;
	background-color: black;
	text-align:center
	}

#photolong {
	width: 795px;
	height: 1160px;
	padding-top: 2px;
	padding-left: 0px;
	padding-right: 0;
	border-right: 3px solid #595959;
	border-bottom: 2px solid #595959;
	border-left: 2px solid #595959;
		margin-left:auto;
	margin-right:auto;
	background-color: black;
	text-align:center
	}


html>body #column_l {
	width: 450px;
	padding: 0 15px;
	background-color: #fff;
}

html>body #column_r {
	width: 265px;
	padding: 15px 10px;
	background-color: #fff;
}
#content {
	background-color: #fff;
}
#footer {
	text-align: center;
	padding-bottom: 10px;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}

/* Photo */

#photo h1 {
	font-weight: bold;
	font-style:normal;
	font-size: 2.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#photo h2 {
	font-weight: bold;
	font-style:normal;
	font-size: 1.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;

	}
#photo h3 {
font-weight:normal;
font-style:normal; 
	font-size: 1.25em;
	text-align: center;
	color: white;
	margin-top: 0;
	margin-left: 0.5em;
}

#photo h1 {
	font-weight: bold;
	font-style:normal;
	font-size: 2.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#photo h2 {
	font-weight: bold;
	font-style:normal;
	font-size: 1.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;
}

#photolong h3 {
font-weight:normal;
font-style:normal; 
	font-size: 1.25em;
	text-align: center;
	color: white;
	margin-top: 0;
	margin-left: 0.5em;
}

#photolong h1 {
	font-weight: bold;
	font-style:normal;
	font-size: 2.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#photolong h2 {
	font-weight: bold;
	font-style:normal;
	font-size: 1.75em;
	text-align: center;
	color: white;
	margin-bottom: 0;
	margin-left: 0.5em;
}



/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-size: 2.75em;
	font-style: italic;
	color: black;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h2 {
	font-weight: bold;
	font-size: 1.75em;
	font-style: italic;
	color: black;
	margin-bottom: 0;
	margin-left: 0.5em;

	}
#masthead h3 {
	font-weight: bold;
	font-size: x-large;
	font-style: italic;
	color: black;
	margin-top: 0;
	margin-left: 0.5em;

}
/* 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: #000;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	border: 1px solid #b9d;
	background-color: #b9d;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #000;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #000;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #000;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #000;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #000;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #000;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #000;
}
/* Links */
a {
	color: #a27;
	text-decoration: underline;
}
a:hover {
	color: #f72;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
