﻿@import url("layout.css");
.photocell {
	padding: 10px 15px 10px 15px;
	position: relative;
	width: 280px;
	float: left;
}
#container_unlimited {
	text-align: center;
	width: 960px;
}
#portl {
	text-align: center;
}
#portr {
	text-align: center;
}
.portheader {
	text-align: center;
	font-size: large;
	font-weight: bold;
	clear: both;
}
#Itop {
	width: 960px;
	height: 260px;
}
.img_port {
	border-color: 000000;
	border-width: 4px;
	width: 250px;
	height: auto;
	margin: 10px auto 10px auto;
	text-align: center;
}
.imagewrap_l {
	margin: 0px 5px 5px 0px;
	float: left;
}
html>body #footer {
	text-align: center;
	padding-bottom: 0;
}
/* 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;
}
.dispimg {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#column_l {
	width: 45%;
}
#page_content {
	text-align: center;
}
#column_r {
	width: 45%;
}
