@charset "UTF-8";
body {
	background-color: #000000;
	background-image: url(images/body.jpg);
	background-repeat: repeat-x;
}
#eyecatcher {
	background-image: url(images/eyecatcher.png);
	height: 130px;
	text-align: right;
	vertical-align: bottom;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.1em;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	text-align: left;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E1B32;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 30px;
	text-indent: 65px;
	padding-top: 20px;
}
#content p {
	padding-left: 10px;
	padding-right: 10px;
}
#news {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.5em;
	color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	background-image: none;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000000;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #000066;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#news a {
	color: #FFFFFF;
	text-decoration: underline;
}
#news a:hover {
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
}
#news h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.1em;
	color: #FFFFFF;
	letter-spacing: 0.3em;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	vertical-align: middle;
	height: 30px;
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	padding-right: 20px;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	font-style: italic;
	color: #0099FF;
	text-decoration: underline;
}
