body {
	background-image: url(images/layout_bg.gif);
	background-repeat: repeat-y;
	background-color: #353857;
	font-family: tahoma;
	font-size: 8pt;
	color: #535353;
}
a:link, a:active, a:visited {
	color: #444B79;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #cccccc;
}
b {
	color: #000000;
}
table, td, tr {
	font-size: 8pt;
	border: none;
	background: none;
}
.main {
	background: #DEDEDE;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
}
.disclaimer {
	background: #DEDEDE;
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 0px;
	margin-left: 0px;
	font-size: 7pt;
}
textarea, input {
	background: none;
	border: 1px solid #353857;
	font-family: tahoma;
	font-size: 8pt;
	color: #535353;
}
h1 {
	font-size: 8pt;
	text-align: right;
	background: #353857;
	color: #cccccc;
	border-bottom: 2px solid #9B8C85;
	margin-bottom: 4px;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
}
#ad {
	position: absolute;
	left: 160px;
	top: 510px;
	width: 468px;
	height: 60px;
}
#welcome {
	position: absolute;
	left: 97px;
	top: 418px;
	width: 306px;
	color: #CACACA;
}
#sidebar {
	position: absolute;
	left: 92px;
	top: 570px;
	width: 185px;
}
#contents {
	position: absolute;
	left: 278px;
	top: 570px;
	width: 426px;
}