/* --- main banner --- */

#banner
{
	width: 760px;
	height: 98px;

	text-align: center;
	margin: 15px auto;
}
#banner a img
{
	border-width: 0px;
	margin: 0px;
}


/* --- main menu --- */

#mainmenu_container
{
	width: 764px;
	height: 40px;
	margin-top: 0px;
	margin-bottom: 15px;

	float: left;
}

#mainmenu
{
	width: 688px;
	height: 18px;
	margin: 11px auto;
}

#mainmenu a
{
	border: 0px;
	width: 80px;
	height: 18px;
	background-position: center 0px;
	background-repeat: no-repeat;
	margin: 0px 3px;

	float: left;
}

#mainmenu span
{
	display: none;
}

#mainmenu a:visited 	{background-position: center 0px;}
#mainmenu a:active {background-position: center -18px;}
#mainmenu a:hover 	{background-position: center -18px;}
#mainmenu a:focus 	{background-position: center -18px;}


/* --- container for side menu and content area --- */

#main_container
{
	width: 764px;
	float: left;
}


/* --- side menu --- */

#menu_container
{
	width: 148px;
	margin: 0px;
	float: left;
}

#menu
{
	width: 148px;

	background-color: #352F20;
	color: #CACACA;
	font-family: "arial", "helvetica", "sans serif";
	background-image: url('layout/menu.jpg');
	background-repeat: repeat;

	float: left;
}

#menu_top
{
	width: 148px;
	height: 60px;

	background-image: url('layout/menu_top.jpg');
	background-repeat: no-repeat;
	margin: 0px;

	float: left;
}

#menu_bot
{
	width: 148px;
	height: 60px;

	background-image: url('layout/menu_bot.jpg');
	background-repeat: no-repeat;
	margin: 0px;

	float: left;
}

#menu p
{
	font-size: 0.8em;
	text-align: left;
	margin: 0px 15px 15px 15px;
}

#menu a		 {text-decoration: none; font-weight: normal; color: #B6978B;}
#menu a:visited {text-decoration: none; font-weight: normal; color: #AA8678;}
#menu a:active  {text-decoration: underline; font-weight: normal; color: #AA8678;}
#menu a:hover   {text-decoration: underline; font-weight: normal; color: #B6978B;}
#menu a:focus   {text-decoration: underline; font-weight: normal; color: #B6978B;}
#menu i		 {color: #C97C4E;}

#menu h1
{
	color: #CACACA;
	font-weight: bold;
	font-size: 0.8em;
	margin: 4px 0px 2px 0px;
}


/* --- content --- */

#content_container
{
	width: 614px;
	margin: 0px;
	background-color: #BD9967;
	float: right;
}

#content
{
	width: 614px;
	min-height: 400px;
	font-family: "arial", "helvetica", "sans serif";
	color: #3E2D17;
	background-image: url('layout/papyrus.jpg');
	background-repeat: repeat;

	float: left;
}

#content_top
{
	width: 614px;
	height: 48px;

	background-image: url('layout/papyrus_top.jpg');
	background-repeat: no-repeat;
	margin: 0px;

	float: left;
}

#content_bot
{
	width: 614px;
	height: 48px;

	background-image: url('layout/papyrus_bot.jpg');
	background-repeat: no-repeat;
	margin: 0px;

	float: left;
}

#content h1
{
	font-size: 1.8em;
	text-align: center;
	margin: 20px;
}

#content h2
{
	font-size: 1.4em;
	text-align: left;
	margin: 20px;
}

#content h3
{
	font-size: 1.0em;
	text-align: left;
	margin: 20px;
}

#content h3.center
{
	font-size: 1.0em;
	text-align: center;
	margin: 20px;
}

#content div
{
	margin: 20px;
	font-size: 0.8em;
}

#content hr
{
	width: 94%;
	height: 1px;
	color: #3E2D17;
	background-color: #3E2D16;
	border-width: 0px;
	clear: both;
}

#content hr.small
{
	width: 40%;
	height: 1px;
	color: #3E2D17;
	background-color: #3E2D16;
	border-width: 0px;
	clear: both;
}

.address
{
	border-width: 0px;
	vertical-align: bottom;
	margin: 0px;
}

.border
{
	margin: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #3E2D17;
}

a		 {text-decoration: none; font-weight: normal; color: #804040;}
a:visited {text-decoration: none; font-weight: normal; color: #800000;}
a:active  {text-decoration: underline; font-weight: normal; color: #800000;}
a:hover   {text-decoration: underline; font-weight: normal; color: #804040;}
a:focus   {text-decoration: underline; font-weight: normal; color: #804040;}

a img			{border-color: #804040;}
a:visited img	{border-color: #800000;}
a:active img	{border-color: #800000;}
a:hover img		{border-color: #804040;}
a:focus img		{border-color: #804040;}

#content select, input, textarea {
	font-size: 1.0em;
	color: #3E2D17;
	background-color: #BD9967;
	font-family: "Arial", "Helvetica", "Sans Serif";
	margin: 0px 0px 3px 0px;
}

#content input.gbook {
	width: 220px;
	border-width: 1px;
	border-style: solid;
	border-color: #3E2D17;
}

#content input.gbookbtn {
	width: 80px;
	border-width: 1px;
	border-style: solid;
	border-color: #3E2D17;
}

#content textarea.gbook {
	width: 320px;
	height: 165px;
	border-width: 1px;
	border-style: solid;
	border-color: #3E2D17;
}

/* --- copyright info --- */

#copy
{
	width: 614px;
	height: 70px;

	font-family: "arial", "helvetica", "sans serif";
	background-image: url('layout/copy.jpg');
	background-repeat: no-repeat;
	background-position: top;
	font-size: 0.7em;
	color: #909090;
	text-align: center;

	float: right;
}

#copy a		 {text-decoration: none; font-weight: normal; color: #D0D0D0;}
#copy a:visited {text-decoration: none; font-weight: normal; color: #C0C0C0;}
#copy a:active  {text-decoration: underline; font-weight: normal; color: #C0C0C0;}
#copy a:hover   {text-decoration: underline; font-weight: normal; color: #FFFFFF;}
#copy a:focus   {text-decoration: underline; font-weight: normal; color: #D0D0D0;}


/* --- body --- */

body
{
	width: 764px;

	background-color: #404040;
	background-image: url('layout/stone.jpg');
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
}


/* --- login menu --- */

#login
{
	width: 148px;
	height: 150px;
	display: inline;
	background-image: url('layout/login.jpg');
	background-repeat: no-repeat;
	background-position: top;

	float: left;
}

#login input
{
	width: 80px;
	font-size: 1em;
	color: #909090;
	font-family: "Arial", "Helvetica", "Sans Serif";
	background-color: #404040;
	border-width: 1px;
  	border-style: solid;
  	border-color: #909090;
	margin: 0px 0px 3px 0px;
}

#login p
{
	width: 80px;
	margin: 0px auto;
	font-size: 0.8em;
	color: #909090;
	font-family: "Arial", "Helvetica", "Sans Serif";
}


/* --- general text formatting */

.left {text-align: left;}
.right {text-align: right;}
.center {text-align: center;}
.justify {text-align: justify;}
.clear {clear: both;}

img.left
{
	margin: 5px;
	float: left;
	border-width: 0px;
}

img.right
{
	margin: 5px;
	float: right;
	border-width: 0px;
}

img
{
	border-width: 0px;
	margin: 5px;
}

img.letter
{
	border-width: 0px;
	vertical-align: baseline;
	margin: 0px 1px;
}

img.avatar
{
	color: #3E2D17;
	border-width: 1px;
	border-style: solid;
	margin: 5px;
	float: right;
}
