﻿body {
	margin: auto;
	font-family: sans-serif, Arial, Verdana, Helvecta;
	font-size: small;
	background: url("images/pinstripe.jpg");
}

#body {
	margin: auto;
	width: 980px;
	height: 100%;
	border: 3px solid #000;
}

#header-repeat table {
	width: 100%;
	height: 126px;
	background: url("images/header-repeat.jpg") repeat-x;
}

#header-left {
	width: 30%;
	height: 126px;
	background: url("images/header-left.jpg") left no-repeat;
}


#header {
	width: 40%;
	height: 126px;
	background: url("images/header-main.jpg") center no-repeat;
}

#header-right {
	width: 30%;
	height: 126px;
	background: url("images/header-right.jpg") right no-repeat;
}

#nav {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
	vertical-align: top;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: url("images/nav-repeat.jpg") top;
}

#nav a, #nav span {
	display: inline;
	text-decoration: none;
	color: #000;
	.vertical-align: -25%;
}

#nav a:hover {
	color: #98E;
}

#content {
	width: 100%;
	height: 100%;
	padding: 5px 15px 15px 15px;
	vertical-align: top;
	color: #111;
	background: #DDD;
}

#sidebar {
	height: 100%;
	padding: 10px 10px 10px 10px;
	text-align: center;
	vertical-align: top;
	color: #FFF;
	border-right: 1px solid #000;
	background: #7377A8;
}

#footer {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* Objects */
p {
	text-indent: .25in;
	text-align: left;
}
.emph:first-letter {
	font-size: 16px;
	font-weight: bold;
	color: #000086;
}
h2, h3, h4, h5 { text-align: center; }
ul {
	padding: 10px;
	font-weight: bold;
	text-align: center;
}
li {
	font-weight: normal;
	text-align: left;
}
hr {
	width: 90%;
	height: 1px;
	color: #000;
	background: #000;
	border: none;
}
input {
	display: inline;
	height: 12px;
	font-size: 12px;
}

/* Images */
img {
	border: 2px solid #000;
}

.center {
	display: block;
	text-align: center;
	margin: auto;
}

.left {
	clear: left;
	float: left;
	margin: 5px 5px 5px 0px;
}

.right {
	clear: right;
	float: right;
	margin: 5px 0px 5px 5px;
}

.line {
	border: none;
	vertical-align: top;
}