body {
	background-color: #c0c0c0;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	max-width: 1024px;
}

div.overal {
	background-color: #cdcebe;
	background-image: url(../imgs/green-neon.png);
	background-repeat: repeat-y;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-bottom: 10px;
	height: 100%;
}

div.title {
	background-image: url(../imgs/titlebar.jpg);
	background-repeat: repeat-x;
	height: 75px;
	margin: 0px;
}

nav.menu {
	height: 16px;
	margin: 0px;
	padding-left: 24px;
	font-size: 12px;
	vertical-align: top;
}

div.body {
	padding-left: 24px;
	padding-right: 10px;
}

img {
	margin: 4px;
	padding: 2px;
	border: 0px;
}

a.menu {
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #0000ff;
}
a {
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 16px;
	height: 44px;
	text-align: center;
	color: #000080;
}
h2 {
	text-align: left;
	font-size: small;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

div.art {
	background-image: url(../imgs/yellow-neon.png);
	background-color: #c3caac;
	background-repeat: repeat-x;
	margin: 16px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 4px;
	padding-left: 12px;
	padding-top: 0px;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

div.footer {
	text-align: center;
	font-size: 10px;
}

.rfloat {
	float: right;
	padding-right: 0px;
}
.lfloat {
	float: left;
	padding-left: 0px;
}
