* {

	margin: 0;

	padding: 0;

}

body {

	font-family: Arial, Helvetica, sans-serif;

	background-color: #000000;

}



td {

	font-family: Arial, Helvetica, sans-serif;

}



th {

	font-family: Arial, Helvetica, sans-serif;

}

#container {

	width: 800px;

	margin: 0 auto;

	position: relative;

}



#header {

	background: url(images/dja_web_banner.png) no-repeat;

	height: 220px;

}

#slogan {

	position: absolute;

	top: 50px;

	left: 367px;

	width: 403px;

	height: 145px;

	font-size: 28px;

	font-weight: bold;

	padding-left: 15px;

	padding-right: 15px;

}

#menu {

	position: absolute;

	left: 10px;

	top: 197px;

	height: 25px;

}

#menu ul {

	list-style: none;

	font-size:16px;

	font-weight: bold;

}

#menu li {

	text-align: center;

	float: left;

}

#menu a {

	display: block;

	width: 195px;

	height: 20px;

	text-decoration: none;

	color: white;

	font-weight: bold;

	font-size: 14px;

	padding-top: 3px;

	

}

#menu a:hover {

	background-color: black;

	color: #ff0000;

}

#menu a:active {

	background-color: #333333;

	color: #FFFF00;

}

#content {

	background: url(images/body_r2_c1.png) repeat-y;

	width: 740px;

	height: 340px;

	padding: 30px;
}

#content h2 {

	font-size: 20px;

	font-weight: bold;

}

#content h3 {

	font-size: 16px;

	font-weight: bold;

	padding-top: 20px;

	padding-bottom: 20px;

}

#content p {

	font-size: 16px;

	line-height: 19px;
	
	padding-top: 10px;
	
	padding-bottom: 10px;

}

#scrolltext {
	
	position: relative;
	
	width: 730px;
	
	height: 340px;
	
	margin: 0 auto;
	
	overflow: auto;
	
}

#scrolltext ul{
	list-style-position: inside;
	list-style-type: disc;
	
	padding-left: 60px;
	
}

#scrolltext li {
	list-style-position: inside;
	list-style-type: disk;
	
}

#scrolltext ul ul {
	padding-left: 20px;
}

#scrolltext li li{
	list-style-position: inside;
	list-style-type: circle;
	
}

#footer {

	background: url(images/body_r4_c1.png) no-repeat;

	width: 100%;

	height: 40px;

}

#footer p {

	text-align: center;

	font-size: 10px;

	font-weight: bold;

	padding-top: 23px;

	color: #ff0000;

}

#footer a {

	text-decoration: none;

	color: red;

	font-size: 10px;

}

#footer a:hover {

	background-color: black;

	color: white;

}

#footer a:active {

	background-color: black;

	color: red;

}