/* GENERAL ------------------------------------------------------------------ */

body
{
	background: #356B9E url(images/background.png);
	color: #333331;
	font: small/1.5em georgia, times, serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1
{
	display: none;
}
	
a
{
	border-bottom: 1px solid #dca;
	color: #c50;
	text-decoration: none;
}

a:hover
{
	color: #000;
	border-bottom: 1px solid #333331;
}
	
a:visited
{
	color: #a86;
	border: none;
}
	
h3
{
	margin: 1.2em 0 0.8em 0;
}
	
h3 span
{
	display: none;
	visibility: hidden;
}
	
p.p1
{
	font-size: 88%;
	margin: 0 0 0.6em 0;
	text-indent: 1.5em;
}

/* The following hack is to correct text size in IE/WIN */
/* \*/ * html body p { font-size: 80%; } /* */
/* \*/ * html body #footer { font-size: 80%; } /* */


/* MAIN --------------------------------------------------------------------- */


#container
{
	background: #f2dfb7 url(images/main.jpg) repeat-y;
	border-bottom: 15px solid #000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#pageHeader
{
	background: #000 url(images/top.jpg) no-repeat;
	width: 750px;
	height: 250px;
}

#mainText
{
	margin-left: 30px;
	width: 480px;
}

#mainText #mainHeader1
{
	margin-top: 0;
}

ul.nobullet
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}


/* MENU --------------------------------------------------------------------- */


#menu
{
	position: absolute;
	top: 235px;
	left: 535px;
	width: 210px;
	margin-right: 30px;
}
	
#menu h3
{
	width: 210px;
	height: 25px;
	margin: 1em 0 0 0;
	padding: 0;
}
	
#menu ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	background: #bd4d0d url(http://www.geocities.com/db4a/images/list-bg.jpg);
	font: x-small/1.6em tahoma, verdana, sans-serif;
}

#menu li
{
	border-bottom: 1px solid #923b09;
	padding: 0.5em 17px;
}
	
#menu li:hover
{
	background: #b64a0b;
}
	
#menu a
{
	border: none;
	color: #f4f0e6;
	font-weight: bold;
	background: url(http://www.geocities.com/db4a/images/arrow.gif) no-repeat 0 60%;
	display: inline;
}

#menu a:hover
{
	color: #ec9;
}

h3.menuHeader1
{
	background: transparent url(images/h3-sections.gif) no-repeat;
}

h3.menuHeader2
{
	background: transparent url(images/h3-guestbook.gif) no-repeat;
}


/* FOOTER ------------------------------------------------------------------- */


#footer
{
	border-top: 1px solid #777;
	font-size: 88%;
	margin-left: 30px;
	padding: 7px 0 3px 0;
	text-align: center;
	width: 480px;
}

#footer #email
{
	margin-top: -7px;
}


/* -------------------------------------------------------------------------- */


#mainHeader1
{
	background: url(http://www.geocities.com/db4a/images/h3-theroad.gif) no-repeat;
	width: 420px;
	height: 20px;
}

.noMargin
{
	margin-bottom: 0;
	padding: 0;
}
