/* Stylesheet for Andrew Kong's Magic Masters website: Nov 2005 */
/* Modifed Feb 2006 */

body {
	background:  url("../images/parchment.jpg") no-repeat;
}

div#content {
	position: absolute;
	top: 272px;
	left: 33px;
	width: 516px;
	height: 321px;
	overflow: auto;
	z-index: 1;
}

div#frame-main {
	position: absolute;
	top: 280px;
	left: 30px;
	z-index: 0;
}

div#portrait {
	position: absolute;
	top: 305px;
	left: 570px;
	z-index: 1;
}

div#masthead {
	position: absolute;
	top: 30px;
	left: 35px;
	width: 500px;
	z-index: 0;
}

div#box {
	position: absolute;
	top: 40px;
	left: 525px;
	width: 275px;
	height: 150px;
	text-align: center;
}

div#nav {
	position: absolute;
	top: 240px;
	left: 75px;
	z-index: 1;
}

#content p, #content ul, #content li, #box ul, #box li {
	font: normal 12px/1.1em Palatino, "Palatino Linotype", serif;
}

#content h1 {
	font: normal 14px/1em Palatino, "Palatino Linotype", serif;
	text-align: center;
}

#content span.hilite {
	font-size: 18px/0em;
}

#box p {
	font: normal 12px/1.6em Palatino, "Palatino Linotype", serif;
}

#box a {
	text-decoration: none;
	color: #5D2C03;
	border: 0;
	margin: 0;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
}

#nav ul li {
	display: inline;
	float: left;
	margin: 0;
	border: 0;
	padding: 0 6px 0 0;
}

#nav ul li a {
	text-decoration: none;
	color: black;
	border: 0;
	margin: 0;
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}

