html {
	scrollbar-3dlight-color: #000;
	scrollbar-arrow-color: #8FC5E7;
	scrollbar-darkshadow-color: #2E7BA2;
	scrollbar-face-color: #205671;
	scrollbar-highlight-color: #2E7BA2;
	scrollbar-shadow-color: #000;
	overflow-y: scroll;
	}

body {
	margin: 0;
	padding: 0;
	background: #2E7BA2 url(gfx/time.gif) top right repeat-y;
	color: #FFF;
	font-family: 'Trebuchet MS', trebuchet, verdana, arial;
	line-height: 130%;
	font-size: small;
	}

* {
	margin: 0;
	padding: 0;
	outline: none;
	}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: #FFF;
	}

a:hover {
	color: #FF0;
	}

strong {
	font-weight: bold;
	font-style: italic;
	color: #FF0;
	}

#container {
	position: absolute;
	width: 100%;
	min-height: 100%;
	background: url(gfx/back.gif) bottom left no-repeat;
	}

#head {
	position: absolute;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #000;
	background: #205671 url(gfx/head.gif) 0 12px no-repeat;
	}

#head a:link, #head a:visited, #head a:active {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	background: transparent url(gfx/logo.gif) 0 0 no-repeat;
	text-indent: -5000px;
	margin: 30px 0 0 3%;
	}

#head a:hover, #head a:focus {
	background-position: 0 -50px;
	}

h1	{
	position: absolute;
	top: 25px;
	left: 120px;
	width: 108px;
	height: 51px;
	background: transparent url(gfx/title.gif);
	text-indent: -5000px;
	}

#nav {
	position: absolute;
	top: 0;
	right: 10%;
	}

#nav ul {
	list-style: none;
	}

#nav ul li {
	display: inline;
	}

#nav ul li a:link, #nav ul li a:visited, #nav ul li a:active {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 100px;
	height: 29px;
	padding-top: 94px;
	color: #EEE;
	text-align: center;
	text-decoration: none;
	background: url(gfx/tabs.gif);
	}

#nav ul li a:hover, #nav ul li a:focus, #nav ul li a.selected {
	background-position: 0 -123px;
	color: #333;
	cursor: url(gfx/poof.cur), pointer;
	}

#nav ul li a.selected {
	background-position: -100px -123px;
	color: #CCC;
	}

#nav ul li#no2 a:hover, #nav ul li#no2 a:focus {
	background-position: 0 -246px;
	}

#nav ul li#no2 a.selected {
	background-position: -100px -246px;
	}

#nav ul li#no3 a:hover, #nav ul li#no3 a:focus {
	background-position: 0 -369px;
	}

#nav ul li#no3 a.selected {
	background-position: -100px -369px;
	}

#nav ul li#no4 a:hover, #nav ul li#no4 a:focus {
	background-position: 0 -492px;
	}

#nav ul li#no4 a.selected {
	background-position: -100px -492px;
	}

#nav ul li#no5 a:hover, #nav ul li#no5 a:focus {
	background-position: 0 -615px;
	}

#nav ul li#no5 a.selected {
	background-position: -100px -615px;
	}

#sub {
	margin-bottom: 150px;
	padding: 145px 170px 0 120px;
	text-align: justify;	}

h2 {
	margin-top: 30px;
	font-weight: normal;
	font-size: 120%;
	color: #FF0;
	}

p {
	margin: 10px 0;
	text-indent: 15px;
	}

.date {
	display: block;
	float: right;
	margin: -20px -120px 0 0;
	*margin-left: 180px;
	color: #FF0;
	}

 