/* Color reference

Orange light -> dark
#e06419 (muted)
#f16c1b
#ff7b27 (brighter)

Teal shades light -> dark
#45cfd7
#00a4ae
#117375

Grey shades light -> dark
#bec5ca
#7d8c96
#6f7e87
#4A5650
#535353
#564a44
#2e2e2e

*/

body
{
	color:#433b26;
	font-family: Tahoma;
	font-weight: 500;
	font-size: 1.0em;
	background-color: #000000;
	text-align: center;
}

h1
{
	font-family:Courier New;
	font-size:1.6em;
	color:#883a25;
	margin:1em 0 1em 0;
}

h2
{
	font-family:Courier New;
	font-size:1.4em;
	color:#883a25;
	margin:1em 0 1em 0;
}

h3
{
	font-family:Courier New;
	font-size:1.2em;
	color:#883a25;
	margin:1em 0 1em 0;
 }

a:link {text-decoration: none; color: #e06419; font-weight: normal;}
a:visited {text-decoration: none; color: #e06419; font-weight: normal;}
a:hover {text-decoration: none; color: #117375; font-weight: normal;}
a:active {text-decoration: none; color: #2e2e2e; font-weight: normal;}  
	
/*-------- container ------------- */
#container
{
	margin: auto;
	width: 800px;
}

#container #top
{
	background-image: url(../images/top.png);
	width: 800px;
	height: 233px;
	background-repeat: no-repeat;
}

#container #top #menu-container
{
	padding-top: 183px;
	width: 600px;
	margin: auto;
}

/* ----------------- start: container / content ---------------- */

#container #content
{
	background-image: url(../images/content-bg.png);
	width: 800px;
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-bottom: 10px;
}

#container #content #text-area
{
	width: 70%;
	margin: auto;
	padding: 0 1em 0 1em;
}

/* ------------------ end: contianer / content ---------------- */

#container #footer 
{
	background-image: url(../images/bottom.png);
	width: 800px;
	min-height: 140px;
	background-repeat: no-repeat;
	padding-top: 50px;
}

#container #footer .menu
{
	margin: 0px auto;
	padding-bottom: 60px;
}

#container #footer .menu a
{
	text-decoration: none;
	color: #883a25;
	font-weight: bold;
	font-family:Courier New;
	font-size: 1.3em;
}

#container #footer .menu a:hover {color: #117375;}
#container #footer .menu a:active {color: #2e2e2e;}