/*---------------------------------
Underlying Design
-----------------------------------*/

body {
	margin: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #BB8557 url(../images/background.jpg);
	}

/*---------------------------------
Layout Containers
-----------------------------------*/

#maincontent { 
	margin-top: 20px;
	width: 100%;
	height: 100%;
	}

#logo { 
	width: 100%;
	height: 147px;
	background: url(../images/logo.gif) top center no-repeat;
	}

/*---------------------------------
Common HTML
-----------------------------------*/

h1 { 
	margin-bottom: 35px;
	font-size: 14pt;
	font-style: italic;
	line-height:18pt;
	}

p {
	margin-top: 45px;

	font-size: 10pt;
	}

ul {
	list-style: none;
	}

/*--------------------------------
Links
----------------------------------*/

a {	
	color: #FAEDBE;
	font-size: 18pt;
	line-height:45px;
	text-decoration: none;
	}

a:visited { 
	color:#FAEDBE;
	}

a:hover	{ 
	text-decoration: underline;
	}
