﻿@import url("../garland.css");
@import url("../listings-base.css");

html
{
	background: #2b454d;
	/* background: #003265;
	background: #001632; */
	color: #000;
}

a:active, a:hover
{
	text-decoration: underline;
}

#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; }

ul.categories
{
	list-style: none;
	margin: 0 auto 1em auto;
	padding: 0;
	width: 350px;
}

ul.categories li
{
	float: left;
	font-size: 1.25em;
	text-align: left;
	width: 175px;
	height: auto;
}

ul.categories li.homes
{
	clear: both;
	float: none;
	margin: 0.5em 0 0 0;
	text-align: center;
	width: 350px;
}
