body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-attachment: fixed;
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
.footer {
	text-align: center;
	color: #39C;
}
.footer a:link {
	color: #39C;
	text-decoration: none;
}
.footer a:visited {
	color: #CCC;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer a:active {
	color: #CCC;
}

#master {
	border: 1px solid #39C;
	background-color: #333;
	-moz-opacity:0.70;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 420px;
}
a:link {
	color: #39C;
	text-decoration: none;
}
a:visited {
	color: #CCC;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
a:active {
	color: #CCC;
}
.pane_left {
	width: 175px;
	text-align: left;
	vertical-align: top;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
}
.pane_right {
	width: 595px;
	text-align: left;
	vertical-align: top;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #39C;
	border-bottom-color: #39C;
	border-left-color: #39C;
}

.nav_main {
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
	height: 15px;
}
.nav_main a:link {
	color: #39C;
	text-decoration: none;
}
.nav_main a:visited {
	color: #CCC;
	text-decoration: none;
}
.nav_main a:active {
	color: #CCC;
	text-decoration: underline;
}
.nav_main a:hover {
	color: #FFF;
	text-decoration: underline;
}
.article_title {
	color: #39C;
	padding-left: 3px;
	font-weight: bold;
	height: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #39C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #39C;
}
.article_text {
	padding-left: 3px;
	padding-right: 3px;
}
#java {
	color: #39C;
}
#java a:link {
	color: #39C;
	text-decoration: none;
}
#java a:visited {
	color: #CCC;
	text-decoration: none;
}
#java a:hover {
	color: #FFF;
	text-decoration: underline;
}
#java a:active {
	color: #CCC;
}
