html{
	background-color:#999;
}
body {
	border-width: 1px 3px 3px 1px;
	border-style:solid;
	border-color:#000;
	width:21cm;
	height:29.7cm;
	margin:10px auto;
	position:relative;
	background-color:#fff;

	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', sans-serif;
	font-size:9pt;
}
ul.menu {
	position:absolute;
	top:2px;
	left:2px;
	list-style:none;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', sans-serif;
	font-size:9pt;
	margin:0;
	padding:0;
}
ul.menu li {
	float:left;
	padding:0 4px;
}
ul.menu li a {
	text-decoration:none;
	font-size: 14px;
	color: #fff;
}
ul.menu li a:hover {
}

a.js{
	padding-left:16px;
	background: url(/images/script.png) left no-repeat;
}

#header {
	background: url(/images/road.jpg) no-repeat;
	height: 134px;
	border-bottom: 1px solid #000;
}

#footer {
	border-top: 1px solid #ccc;
	width: 100%;
	height: 22px;
	position: absolute;
	bottom: 0;
}

#wrapper {

}

h1 {
	font-size: 2em;
	text-align: center;
	text-decoration: underline;
}

ul {
	list-style: disc;
}

ul li {
	margin: 0.2cm 0;
}

ul li a {
	font-size: 14pt;
	color: #000;
	text-decoration: none;
}

ul li a:hover {
	color: #00a2bd;
}

