body {
	background-color: white;
	font-family: "Book Antiqua", Monospace, Verdana;
	font-size: 14px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: black;
}

p {
	margin: 10px;
	line-height: 22px;
}

div#main {
	width: 900px;
	margin: 0px auto;
}

div#banner {
	border: none;
}

div#content {
	border: 1px dotted silver;
	height: 600px;
}

div#left {
	height: inherit;
	width: 200px;
	float: left;
	border-right: 1px dotted silver;
}

div#center {
	height: inherit;
	width: 496px;
	float: left;
	border-right: 1px dotted silver;
	overflow: auto;
}

div#right {
	height: inherit;
	width: 200px;
	float: left;
}

div#navigate {
	margin: auto;
	margin-top: 10px;
	background-image: url('../img/bg_navigate.jpg');
	background-repeat: repeat-x;	
}

div#menu {
	margin: auto;
	margin-top: 50px;
	background-color: #fdfffa;
	width: 170px;
	border: 1px dotted silver;
}

a.menu {
	display: block;
	color: #333333;
	padding: 3px;
}
a.menu:hover {
	color: #00AEFF;
}

ul.menu {
	margin: 0px;
	padding: 3px;
}

li.menu {
	list-style-type: none;
}

li.menu { font-size: 100%; }
li.menu:hover { font-size: 150%;}
li.menu:hover + li {font-size: 130%;}
li.menu:hover + li + li {font-size: 120%;}

