﻿body
{
    margin: 0px auto;
    text-align: center;
    background-color: #FFFFFF; 
}

div
{
    /* for testing */
    border: 0px dotted gray;
    padding: 0px;
    margin: 0px;
}

img
{
	border: 0px;
}

p, h1, h2, h3, a
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #71798D;
	margin: 0px;
}

p
{
	font-size: small;
}

p.footer
{
	font-size: x-small;
}

p.menu-header
{
	font-size: large;
	color: #695A49;
}

.white
{
	color: white;
	padding: 0px;
}

h1
{
	font-size: x-large;
	font-weight: bold;
	color: #004C6F;
}

h2
{
	color: #887C6E;
}

a
{
	font-size: small;
	text-decoration: none;
}

a:hover
{
	color: #BA0000;
}

/* Divs... 	*/

#title-container
{
	position: relative;
	border-width: 1px 1px 0px 1px;
	border-color: #000;
	border-style: solid;
	margin: 0px auto;
	margin-top: 10px;
	width: 798px;
	height: 110px;
	background-color: #F4F4EA;
}

#titlediv
{
	position: relative;
	margin: 0px auto;
	width: 798px;
	height: 110px;
	background-image: url('images/logo.jpg');
	float: left;
}

#blue-line
{
	margin: 0px auto;
	width: 798px;
	height: 10px;
	background-color: #81A4C1;
	border-width: 0px 1px 0px 1px;
	border-color: #000;
	border-style: solid;
}

#pic-div-home
{
	margin: 0px auto;
	height: 252px;
	width: 798px;
	border-width: 0px 1px 0px 1px;
	border-color: #000;
	border-style: solid;
	background-image: url('images/main-pic-home.jpg');
}

#content-container
{
	width: 798px;
	height: auto;
	margin: 0px auto;
	/*border-width: 0px 1px 0px 1px;
	border-color: #000;
	border-style: solid;*/
}

#content
{
	position: relative;
	text-align: left;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DADADA;
	width: 550px;
	height: auto;
	padding: 10px;
	float: right;
}

#menu-box
{
	width: 200px;
	height: auto;
	float: left;
	background-color: #F4F4EA;
	border: 1px solid #CCC;
	/*margin-left: 50px;
	margin-top: -50px;*/
	text-align: left;
	padding: 5px;
}

#footer
{
	margin: 0px auto;
	width: 800px;
	height: 39px;
	border-width: 1px 0px 0px 0px;
	border-color: #DADADA;
	border-style: solid;
	position: relative;
	padding-top: 5px;
	clear: both;
}

#footertext
{
	width: 780px;
	position: absolute;
	left: 0px;
	bottom: 4px;
}