﻿@import url("layout.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:black;
}
#container {
	width: 760px;
	margin: 0 auto;
	background-color: #FF8506;
	overflow: hidden;
	padding-bottom: 0px;
}
#logo {
	color:white;
	font-weight:bolder;
}
#masthead {
	width: 599px;
	height: 112px;
	background-image: url('../images/tigereyes.jpg');
	background-repeat: no-repeat;
	overflow: auto;
	text-align: center;
}
#navigation {
	width: 599px;
	height: 55px;
	background-image: url('../images/navigation.gif');
	background-repeat: repeat;
	padding: 0;
	overflow: hidden;
}
#content {
	margin-top: 5px;
	margin-left: 5px;
	position: relative;
	float: left;
	width: 474px;
	color: #000;
	display: inline;
}
#sidebar {
	float: right;
	margin-top: 5px;
	width: 262px;
	margin-right: 3px;
	padding: 5px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF6600;
}
#panel { /* Used sparingly */
	width: 465px;
	height:auto;
	padding: 5px;
	color: #000000;
	background-color: #FFCC66;
}
#footer {
	clear: both;
	width: 760px;
	padding-top: 5px;
	padding-bottom:5px;
	background-color:black;
	color:white;
	text-align:center;
}
/* Masthead Styles */
#masthead h1 {
	color: #fff;
}
/* Navigation Styles */
#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: #6600CC;
	display:inline-block;
	margin: 1px;
	padding: 4px;
}
#navigation a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #9966FF;
}
#navigation a:visited {
	font-weight: bold;
	color: #6600CC;
}
/* Sidebar Styles */
#sidebar img {
	border: 1px solid #998;
}
/* Footer Styles */
#footer p {
	color: #FFFFFF;
	padding: 10px 5px;
	margin: 4px;
}
#footer a h6 {
	font-size:small;
	color:white;
}
/* Font Styles */
a {
	color: #0000FF;
	text-decoration: underline;
}
a:hover {
	color: #00FFFF;
	text-decoration: underline;
}
a:visited {
	color: #0033CC;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}