/* STYLE ASCII ALL */

body {
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
#main {
	width: 750px;
	margin: 20px 0px 0px 0px;
}
#main #navigation {
	float :right;
	width: 300px;
}
.orange {
	font-family: "Andale mono", monospace;
	font-size: 12px;
	color: #FF9966;
	background: #ffffff;
}
/* embeded font */
  @font-face {
    font-family: "Andale Mono";
    font-style:  normal;
    font-weight: normal;
    src: url(ANDALEM1.eot);
}
 /* links */
a {
	font-family: "Andale mono", monospace;
	font-size: 12px;
	color: #999999;
	background-color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #FF9966;
	background-color: #ffffff;
	text-decoration: none;
}
/* position top-left cross */
#crosstop {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 50px;
}