@charset "UTF-8";
/* CSS Document */
	body {
	color:#58595b;
	background-color: #efefef;
		}
		
a img,:link img,:visited img {
	border:none;
	text-decoration: none;
	text-transform: none;
}

a:link {
	text-decoration: none;
	color: #58595b;
	font-weight:
}
a:visited {
	text-decoration: none;color: #58595b;
}
a:hover {
	text-decoration: underline;
	color: #58595b;
}
a:active {
	text-decoration: none;color: #58595b;
}

	
			#logo {
	position: fixed;
	left:23px;
	width:40px;
	top: 23px;
		}
	
	
				#note {
	position: fixed;
	left:200px;
	width:200px;
	top: 23px;
		}
	
	
			#menu {
	position: fixed;
	left:23px;
	width:100px;
	top: 100px;
		}
		
			#description {
	position: fixed;
	left:200px;
	width:250px;
	top: 100px;
		}
		
		#images {
	position: absolute;
	left:530px;
	width:500px;
	top: 100px;
		}
		
		
		#footer {
	position: fixed;
	bottom: 23px;
	left:23px;
	width: 100px;
		}

		
	p,h1,pre {
		margin:0px 0px 0px 0px;
		}
		
h1 {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 58595b;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
		}
		
		h2 {
	font-size:10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 58595b;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
		}
		
				h3 {
	font-size:6pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 58595b;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
		}
		
		h4 {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
	text-decoration: underline;
		}
		
	h5 {
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: 58595b;
	margin:0px 0px 0px 0px;
	letter-spacing: normal;
	font-weight:lighter
		}	
