* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body {
	height: 100%;
	overflow: auto;
}

body {
	color: #c8c8c8;
	background-color: #232323;
	background-image: url('/_img/bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	font: 11px/15px Tahoma, Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
}

a img {
	border: none;
}

#menu {
	width: 210px;
	top: 130px;
	bottom: 160px;
	left: 760px;
	position: fixed !important;
	position: absolute;
	overflow: auto;
	z-index: 10;
}

#info {
	color: #b7b7b7;
	background: transparent;
	line-height: 20px;
	width: 210px;
	height: 140px;
	bottom: 0px;
	left: 735px;
	position: fixed !important;
	position: absolute;
	padding: 0px 0px 0px 35px;
	z-index: 100;
}

#info img {
	margin: 0px 0px 12px 0px;
}

#menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	height: 25px;
}

#menu ul li a,
#menu ul li a:visited {
	color: #c8c8c8;
	line-height: 25px;
	display: table-cell;
	vertical-align: middle;
	height: 25px;
	padding: 0px 10px 0px 10px;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li a:active {
	text-decoration: none;
}

#menu ul li a.selected {
	color: #232323;
	background: #ff9;
	text-decoration: none;
}

#menu ul li.alt a,
#menu ul li.alt a:visited {
	color: #787878;
}

#info a,
#info a:visited {
	color: #b7b7b7;
}

#info a:hover,
#info a:active,
#menu ul li.alt a:hover,
#menu ul li.alt a:active,
#menu ul li.alt a.alt-selected {
	color: #ff9;
	background: transparent;
}

#content {
	top: 0px;
	left: 35px;
	width: 720px;
	padding-right: 225px;
	position: absolute;
}

#content h3 {
	font-family: Garamond, "Times New Roman", serif;
	font-weight: normal;
	font-style: italic;
	font-size: 24px;
	line-height: 24px;
	display: block;
	height: 35px;
	margin: 35px 0px 0px 35px;
}

#content p {
	width: 455px;
	height: 60px;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}

#content p a {
	color: #c8c8c8;
	text-decoration: none;
	border-bottom: 1px solid #505050;
}

#content p.intro {
	display: block;
	width: 560px;
	font-family: Garamond, "Times New Roman", serif;
	font-style: italic;
	font-size: 38px;
	line-height: 50px;
	margin: 130px 0px 0px 35px;
	padding: 0px;
}

#content img {
	padding: 0px;
}

h3 i {
	font-weight: normal;
}

.cross-out {
	text-decoration: line-through;
}

.full {
	width: 700px;
	margin: 0px 20px 20px 0px;
}

.half {
	width: 340px;
	margin: 0px 20px 20px 0px;
}

#content p a.unstyled,
#content p a.unstyled:visited {
	color: #c8c8c8;
	text-decoration: none;
	border-bottom: 0px;
}

#content p a.unstyled:hover {
	color: #ff9;
	border: 0px;
}
