/********************* CSS Document Torilmud Area Documentation *************/

/***************/
/* Basics      */
/***************/
body {
	text-align: center;
	font-family: Tahoma;
	font-size: 0.8em;
	color: #333333;
}

table {
	font-family: Tahoma;
	font-size: 0.9em;
	color: #333333;
	rules: rows;
	border-top: groove;
	border-width: 3;
}

td {
	border-bottom: groove;
	border-width: 1;
}

body a:link, body a:visited {
	color: #666699;
	text-decoration: none;
}

body a:hover, body a:active {
	color: #000066;
	font-weight: 600;
	text-decoration: none;
}

body h3 {
	font-size: 1.3em;
	font-weight: 900;
}

body h4 {
	font-size: 1.0em;
	font-weight: 900;
}


/***************/
/* Layout      */
/***************/
.div_banner {
	position: relative;
	left: 0px; top: 20px; z-index: 1;
	height: 100px; width: 800px;
	padding: 0px; margin: 0px;
	
	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../images/banner.jpg');
}

.div_content_background {
	position: relative;
	left: 0px; top: 20px; z-index: 1;
	height: 400px; width: 800px;
	padding: 0px; margin: 0px;

	background-repeat: no-repeat;
	background-position: bottom right;

	text-align: left;
}

.div_content {
	position: relative;
	left: 0px; top: 0px; z-index: 2;
	height: 360px; width: 760px;
	padding: 0px; margin: 20px;
	overflow: auto;

	text-align: left;
}

.div_footer {
	position: relative;
	left: 0px; top: 20px; z-index: 1;
	height: 100px; width: 800px;
	padding: 0px; margin: 0px;

	text-align: left;
	background-repeat: no-repeat;
	background-position: top left;
	background-image: url('../images/footer.jpg');
}