/* CSS Document */
html, body {
	text-align: center;
}

body {
	width: 760px;
	background: #fff;
	font-family: Verdana, sans-serif;
	margin: 10px auto;
	width: 760px;
  text-align: center;
  border: 1px solid #000;
}

/* h */
h1 {
	width: 760px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	text-align: center
}

h1 span {
	width: 760px;
	height: 75px;
	background: url('../images/header.gif') top left no-repeat;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	border-bottom: 1px solid #000;
}

h2 {
	font-size: 1.1em;
	color: #000;
	margin-bottom: 10px;
}

h3 {
	font-size: 0.9em;
	color: #000;
}

/* menu */
#menu {
  height: 20px;
  background: #000;
  color: #fff;
  border-top: 3px solid #fff;
  border-bottom: 2px solid #fff;
	display: block;
}

#menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	padding: 0px 3px 0px 12px;
}

#menu a:hover {
	text-decoration: underline;
}

#main {
	width: 760px;
	margin: 0 auto;
	background: url('../images/backg.gif') top left repeat-y;
	border-top: 1px solid #000;
}

/* text */
#text {
	width: 720px;
	padding-right: 20px;
	float: right;
	text-align: justify;
}

#text p {
	line-height: 1.2em;
	color: #000;
	margin-bottom: 5px;
}

#text a:hover img {
	background: #c9c9c9;
}

/* footer */
#footer {
	width: 760px;
	height: 40px;
	clear: both;
  background: #000;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
	font-size: 0.75em;
}

li {
	margin-left: 10px;
	font-size: 0.75em;
	line-height: 1.3em;
	color: #000;	
}

/* images */
img.fl_left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px;
	border: 1px solid #000;
}

img.fl_right {
	float: right;
	margin: 0 0 5px 5px;
	padding: 2px;
	border: 1px solid #000;
}

/* links */
#links {
	width: 760px;
	text-decoration: none;
	clear: both;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
	font-size: 0.60em;
}