﻿div.page {
	margin: auto;
	width: 952px;
	height: auto;
}

div.header {
	height: 75px;
	text-align: center;
	font-variant: small-caps;
	padding-top: 35px;
	font-size: large;
}
div.footer {
	text-align: center;
	font-size: small;
	color: #D0D0D0;
	margin-top: 25px;
}
.container {
	background-color: #FFF4CE;
	height: 500px;
	border: 1px #fff4ce solid;
}

.navElement {
	margin-top: 10px;
	margin-left: 5px; 
	margin-right: 5px; 
	height: 25px; 
	width: 146px; 
	background-color: #E0E0E0; 
	position: relative; 
	color: white; 
	font-weight: bold; 
	text-align: center; 
	padding-top: 4px; 
	float: left	
}

.navElement a {
	color: white;
}

div.originalMenu {
	display: none;
	color: white;
}

div.popupMenu {
	visibility: hidden;
	position: absolute;
}

div.popupMenu a {
	text-decoration: none;
	color: white;
}

div.popupMenu th {
	width: 146px;
	height: 31px;
	border-top: 2px white solid;
	background-color: #E0E0E0;
}

.navLink {
	text-decoration: none;
	color: white;
}

div.content {
	margin-top: 50px;
	height: 275px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 25px;
	overflow: scroll;
}

div.gadget {
	float: left; 
	margin-right: 10px; 
	margin-top: 10px; 
	border-top: 1px black solid; 
	border-bottom: 1px black solid; 
	width: 303px;
	height: 103px;
	font-size: 8.5pt;
}


