@charset "utf-8";
body {
	background-color:#4F0027;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#main {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	background-color:white;
	position:relative;
}
#header {
	height:200px;
	font-variant:small-caps;
	position:relative;
	padding:0;
	text-align:center;
}
#header #addr {
	position:absolute;
	bottom:2px; right:4px;
	font-size:16px;
	font-variant:normal;
}
#menu {
	border:1px solid #933;
	border-width:1px 0;
	text-align:center;
	background-color:#353;
	color:white;
}
#menu span {
	width:100px;
	margin:0 20px;
	border:1px solid black;
	border-width:0 1px;
	padding:0 10px;
	cursor:pointer;
}
#menu a {
	text-decoration:none;
	font-weight:bold;
	text-shadow:1px 1px 1px black;
}
#menu a:link, #menu a:visited {
	color:white;
}
#menu span:hover {
	background-color:#9C9;
	-webkit-box-shadow:inset 1px 1px 3px #000;
	-moz-box-shadow:inset 1px 1px 3px #000;
	box-shadow:inset 1px 1px 3px #000;

}
#content {
	min-height:650px;
}
#leftCol {
	width:250px;
	height:100%;
	float:left;
	border-right:1px solid black;
	line-height:1.25em;
}
#leftCol > div {
	padding:0 1px 0 3px;
}
#rightCol {
	width:250px;
	height:100%;
	float:right;
	border-left:1px solid black;
}
span.link {
	font-variant:small-caps;
	font-weight:bold;
	font-size:larger;
	text-decoration:underline;
	color:#633;
	cursor:pointer;
}
span.link:hover {
	color:#C03;
}
.link > a:link, .link > a:visited {
	color:#633;
}
.link > a:hover {
	color:#C03;
}
.clickable {
	cursor:pointer;
}
