﻿/* === BODY === */
body, html {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #C0C0C0;
	background-image: url('../images/shadow.jpg');
	background-position: center top;
	background-repeat: repeat-y;
	font-family: "Times New Roman", Times, serif;
}

img {
	border: 0px;
}

#wrapper {
	width: 998px;
	height: 100%;
}

.shadow {
	clear: none;
	float: left;
	width: 9px;
	height: 100%;
	background-position: 0px 0px;
	background-repeat: repeat-y;
	font-size: 2px;
	overflow: hidden;
}

#container {
	clear: none;
	float: left;
	width: 980px;
	min-height: 100%;
	background-color: #eeeeee;
	background-image: url('../images/background_kitt.jpg');
	background-position:  right bottom;
	background-repeat: no-repeat;
	text-align: left;
}

/* === CONTAINER CONTENTS === */
#header {
	clear: both;
	float: none;
	width: 980px;
	height: 120px;
	margin-bottom: 40px;
	background-image: url('../images/header.jpg');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #800000;
}

#leftPanel {
	clear: left;
	float: left;
	width: 139px;
}

#menu {
	clear: both;
	float: none;
	width: 119px;
	padding: 10px;
	margin-top: 10px;
	border: 1px solid #800000;
	border-left: 0px;
	background-color: #DFDFDF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
}

#page {
	clear: right;
	float: left;
	width: 800px;
	min-height: 100%;
	margin-left: 30px;
	margin-right: 10px;
}

#certifications {
	clear: both;
	float: none;
	width: 139px;
	padding-bottom: 20px;
	padding-top: 20px;
	text-align: center;
}

#copyright {
	clear: both;
	float: none;
	width: 800px;
	height: 18px;
	margin-left: 169px;
	padding-top: 20px;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
}
#copyright a {
	color: #808080;
	text-decoration: underline;
}
#copyright a:hover {
	color: #000000;
}

/* === MENU === */
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	padding-top: 3px;
}

#menu a {
	color: #000000;
	text-decoration: none;
}

#menu a:hover {
	text-decoration: underline;
}

/* === CERTIFICATIONS === */
#certifications ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#certifications li {
	padding-top: 2px;
	padding-bottom: 2px;
}

#certifications a {
	opacity: 0.5;
}

#certifications a:hover {
	opacity: 1;
}

/* === PAGE === */
#page h1 {
	color: #800000;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}

#page h2 {
	margin: 0px;
	margin-top: 20px;
	padding: 0px;
	border-bottom: 1px solid #000000;
	color: #800000;
	font-family: georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
}

#page a {
	color: #000080;
}

#page a:hover {
	color: #0000FF;
}
