/* css for basic items ---------------------------------------------------------------------------------- */
body {
    padding: 0;
    margin: 0;
 	min-width: 376px;
	font-family: georgia, times, times new roman;
    font-size: 12px;
    line-height: 18px;
	color: #3B220A;
	background: #D1B595;
 	}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
    }
li {
    padding: 0;
    margin: 0;
    }
img {
    padding: 0;
    margin: 0;
    border: 0;
    }
a, a:visited {
	color: #B30D0C;
	text-decoration: none;
	}
a:hover, a:active {
	color: #B30D0C;
	text-decoration: underline;
	}
h1 {
    padding: 10px 0 0 0;
    margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	color: #B30D0C;
}
h2 {
    padding: 0;
    margin: 0;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
h3 {
    padding: 0;
    margin: 0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
}
p {
    padding: 0 0 15px 0;
    margin: 0;
	clear: both;
    }
#line {
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #3B220A;
}
#line2 {
	margin: 5px 0 5px 88px;
	width: 120px;
	border-bottom: 1px solid #3B220A;
}



/* css for site structure ------------------------------------------------------------------------------- */
#container {
	position: relative;
	width: 376px;
    }


/* css for content items ------------------------------------------------------------------------------- */
#content {
	padding: 20px 40px 20px 40px;
    width: 296px;
	min-height: 501px;
    clear: both;
    background: url(../images/menu-bg.jpg);
	text-align: center;
	}
#close {
	position: absolute;
	top: 10px;
	left: 300px;
	}



/* css for navigation ------------------------------------------------------------------------------- */
#nav {
    width: 376px;
    clear: both;
    background: url(../images/bg-nav.jpg) top left no-repeat;
    }
ul#nav-top {
	padding: 0;
	margin: 0;
	list-style: none;
    }
ul#nav-top li {
    padding: 0;
	margin: 0;
	height: 27px;
	float: left;
	}




/* css for footer items ------------------------------------------------------------------------------- */
#footer {
	width: 376px;
	height: 19px;
	clear: both;
    background: url(../images/menu-footer.jpg) top no-repeat;
	}


