﻿@import url("layout.css");
.para_left {
	text-align: left;
}
.imagewrap_l {
	margin: 0px 5px 5px 0px;
	float: left;
}
#navigation {
	margin-right: 10px;
	margin-left: 10px;
	overflow: hidden;
	right: auto;
	left: auto;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
#column_r {
	text-align:right;
}
/* Masthead */
#masthead h1 {
	font-weight: bold;
	font-style: italic;
	color: #ffcc33;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#masthead h3 {
	font-weight: bold;
	font-style: italic;
	color: #ffcc33;
	margin-top: 0;
	margin-left: 1em;
}
/* 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: #ffcc33;
	display: block;
	padding: 5px;
	border: 1px solid #dbf;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #ffcc33;
	border: 1px solid #b9d;
	background-color: #990000;
}
/* Right Column */
#column_r img {
	border: 1px solid #808080;
}
/* Site typography */
h1 {
	font-size: xx-large;
	color: #ffcc33;
}
h2 {
	font-size: x-large;
	font-style: italic;
	color: #ffcc33;
}
h3 {
	font-size: large;
	font-style: italic;
	color: #ffcc33;
}
h4 {
	font-size: medium;
	font-style: italic;
	color: #ffcc33;
}
h5 {
	font-size: x-small;
	font-style: italic;
	color: #ffcc33;
}
h6 {
	font-size: xx-small;
	font-style: italic;
	color: #ffcc33;
}
/* Footer */
#footer p {
	font-size: x-small;
	color: #ffcc33;
}
/* Links */
a {
	color: #999966;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}	
.style_italic {
	font-style: italic;
}
.matchphoto {
	margin: 5px;
}
.imagepadding {
	border-width: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#Itop {
	width: 960px;
	height: 250px;
}
.dispimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}

