body {
	font-family: Garamond, Times New Roman, Times, serif;	font-size: 12px;
	background-image: url(background-01.gif); background-repeat: repeat-y;
	background-color: brown;
    height: 100%;
}

a:link {
	color:brown;}
	
a:hover {
	color:gold;}
		
a:visited {
	color:brown;}

a:active {
	color:brown;}

#menu {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 230px;
	height: 100%;
	padding: 40px;
	overflow: visible;
}

#content {
	position: absolute;
	top: 0px;
	left: 230px;
	width: 640px;
	height: 100%;
	padding: 40px;
	overflow: visible;
}

#popup {
	position: absolute;
	top: 0px;
	left: 20px;
	height: 100%;
	width: 870px;
	padding: 40px;
	overflow: visible;
}

p {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 120%;
	color: brown;
	align: justify
}

ul {
	font-family: Garamond, Times New Roman, Times, serif;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Garamond, Times New Roman, Times, serif;
	color: brown;
}

h1 {
	font-family: Garamond, Times New Roman, Times, serif;
	font-size: 240%;
	color: brown;
}

h2 {
	font-family: Garamond, Times New Roman, Times, serif;	font-size: 160%;
	color: brown;
}

h3 {
	font-family: Garamond, Times New Roman, Times, serif;	font-size: 140%;
	color: brown;
}

hr {
	color: brown;
}
