/* CSS Document */
body {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/design/bg.jpg);
	background-repeat: repeat-y;
	height: 100%;
	width: 100%;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#bg {
	position: absolute;
	left: 20px;
	top: 0px;
	width: 100px;
	height: 100%;
	background: url(../img/design/bg.jpg) repeat-y;
	z-index: 5;
}

#logo {
	position: absolute;
	padding: 0px;
	margin: 0px;
	left: 0px;
	top: 20px;
	width: 100%;
	height: 90px;
	background: #FFCC00;
	z-index: 10;
}

#navigation{
	position: absolute;
	width: 200px;
	height: 460px;
	top: 160px;
	left: 63px;
	text-align: left;
	z-index: 15;
}

#subnavigation{
	position: absolute;
	top: 120px;
	left: 276px;
	width: 400px;
	height: 20px;
	z-index: 11;
}

#textcontainer {
	position: absolute;
	top: 160px;
	left: 280px;
	height: auto;
	width: 620px;
	z-index: 20;
}

#text {
	width: 553px;
	height: auto;
	line-height: 20px;
}

.title {
	font-size: 14px;
	font-weight: bold;
}

ul {
	list-style: circle;
}

a {
	text-decoration: none;
	color: #ff0000;
}

a:hover {
	text-decoration: none;
	color: #FF9900;
}

.bold {
	font-weight: bold;
}

.source {
	font-size: 10px;
}

