﻿@import url("garland.css");
@import url("listings-base.css");

html
{
	/* background: #036; */
	background: #003265;
	/* background: #001632; */
	color: #000;
}

#container
{
	background: #fff;
	border: 3px solid #000;
	margin: 0 auto;
	width: 730px;
}

#front-nav
{
	font-family: "Trebuchet MS", cursive;
	font-size: small;
	left: 15px;
	top: 50px;
	position: absolute;
	text-align: center;
	width: 285px;
}

#front-nav p
{
	font-size: 1em;
	margin: 0.85em 0 0 0;
}

#front-nav p a
{
	font-family: "Trebuchet MS", cursive;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
}

#front-nav a:active, #front-nav a:hover { color: #d28692; }