html, body {
	margin:0;
	padding:0;
}

body {
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eeeeee;
	color: #333333;
	font-size: 75%;
}

a:link,a:visited
{
	display: block;
	font-weight: bold;
	color: #66CCFF;
	background-color: #FFFFFF;
	width: 120px;
	text-align: right;
	padding: 4px;
	text-decoration: none;
	outline-style: none;
}

a:hover,a:active
{
	background-color:#CCFFFF;
}

a.no_bar:link,a.no_bar:visited
{
	display:inline;
	font-weight:normal;
	color:#66CCFF;
	background-color:#FFFFFF;
	width: 60px;
	text-align: right;
	padding: 0px;
	text-decoration: underline;
	outline-style: none;
}

a.no_bar:hover,a.no_bar:active
{
	background-color:#FFFFFF;
}

p, li {
	line-height: 1.8em;
}

h1, h2 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	margin: 0;
}

h1 {
	margin-bottom: 10px;
	padding: 0;
	font-size: 3em;
	color: #333333;
	letter-spacing: -1px;
}

h2 {
	padding-top: 10px;
	font-size: 2em;
	letter-spacing: -1px;
}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
}

#page {
	width: 99%;
	height: 100%;
	background-color: #CCCCCC;
	margin: 0 auto;
	text-align: left;
	border-color: #DDDDDD;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}

#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 780px;
	height: 440px;
	margin: auto;
	background-color: #FFFFFF;
	color: #333333;
	padding: 5px;
}

#menu {
	position: absolute;
	left: 0px;
	bottom: 155px;
}

#chop {
	position: absolute;
	left: 25px;
	bottom: 5px;
}

#logo {
	position: absolute;
	right: 5px;
	bottom: 0px;
}

#card {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 40%;
	margin: 230px 150px auto;
	background-color: #FFFFFF;
}

#footer {
	clear: both;
	color: #000000;
	margin: 0 auto;
	padding: 20px 0 40px;
	text-align: center;
}

#vertical {
	float: right;
	width: 1em;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}
#vertical li {
	list-style-type: none;
	float: right;
	margin: 0.1em;
}
#vertical li em {
	list-style-type: none;
	font-weight: bold;
	font-size: 0.7em;
	line-height: 150%;
	display: block;
	text-align: center;
	background: #FFFFFF;
}
#vertical li em.nd {
}
