﻿@import url('layout.css');
@import url('box.css');
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #000040;
}
#container {
	width: 1000px;
	margin: 0 auto;
	background-color: #000040;
	overflow: hidden;
}
/* MASTERHEAD FORMATTING*/
#masthead {
	text-align: right;
	width: 640px;
	height: auto;
	overflow: auto;
	background-color: #000040;
	color: #FFFFFF;
	margin: 0px 192px 0px 192px;
}
#maintitle {
	text-align: center;
	margin: 0px;
	padding: 10 10 10 10;
	font-family: Castellar, "Times New Roman", Times;
	font-size: 4em;
	color: #FFFFFF;
	position: relative;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}
#subtitle {
	text-align: center;
	margin: 0px;
	padding: 10 10 10 10;
	font-family: Castellar, "Times New Roman", Times;
	font-size: x-large;
	color: #FFFFFF;
	position: relative;
	font-style: normal;
	font-weight: normal;
	vertical-align: middle;
}
#navbar {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	margin-right: 10px;
	padding: 0;
	font-family: Castellar, "Times New Roman", Times;
	font-weight: bold;
	font-size: 20pt;
	text-indent: 10pt;
	color: #FFFFFF;
}
#masthead a {
	color: #FFFFFF;
	text-decoration: underline;
}
#masthead a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
/* CONTENT FORMATTING */
#innercontent {
	width: 640px;
	margin: 0px 192px 0px 192px;
	overflow: hidden;
}
#content {
	border-style: none;
	float: left;
	width: 1000px;
	overflow: hidden;
	background-color: #000040;
	margin: 0px;
	position: relative;
	visibility: visible;
	left: 0px;
	right: 0px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: justify;
}
#content p {
	margin: 5px 0 5px 0;
}
#content p.clear_left {
	clear: left;
	padding: 20px 0 20px 0;
}
#content p.clear_right {
	clear: right;
}
#content .center {
	text-align: center;
}
#content h1 {
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0px;
}
/*to be deleted:*/
#catalogue {
	color: #FFFFFF;
	position: relative;
	visibility: visible;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	text-align: left;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #FFFF12;
	text-decoration: none;
}
#content img {
}
/*Image Settings*/
/*MARGIN|BORDER|PADDING|CONTENT*/
.image_lfloatl, .image_lfloatp {
	float: left;
	margin: 0px 10px 0px 0px;
	clear: right;
}
.image_lfloatp {
	width: 240px;
	height: 320px;
}
.image_lfloatl {
	width: 320px;
	height: 240px;
}
.image_lrightl, .image_lrightp {
	float: right;
	margin: 0px 0px 0px 10px;
	clear: left;
}
.image_lrightp {
	width: 320px;
	height: 240px;
}
.image_lrightl {
	width: 240px;
	height: 320px;
}
#image_main {
	width: auto;
	height: auto;
}
/* FOOTER FORMATTING */
#footer {
	clear: both;
	width: 640px;
	background-color: #000040;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
	margin: 0px 192px 0px 192px;
}
#footer p {
	font-size: 0.9em;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFF12;
	text-decoration: none;
}
div#preload { display: none; }
