body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font-family: Times, serif, New Roman;
}

/* Page */
#index_page {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	background: url(image/background/space7.JPG) right no-repeat;
}

/* Page */
.index_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
}

/* Page */
.bunya_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border:0px;
	background: url(image/bunya.JPG) top right no-repeat;
}

/* hiyo */
.hiyo_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border:0px;
	background: url(image/bee.JPG) top right no-repeat;
}

/* Profile */
.profile_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border:0px;
	background: url(image/bookshelf.JPG) top right no-repeat;
}

/* soudan */
.contact_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border:0px;
	background: url(image/contact.JPG) top right no-repeat;
}

/* soudan */
.sodan_header {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	border:0px;
	background: url(image/index.JPG) top right no-repeat;
}

.index_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.index_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

.bunya_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.bunya_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

.hiyo_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.hiyo_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

.profile_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.profile_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

.sodan_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.sodan_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

.contact_header h1 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 24px;
}

.contact_header h3 {
	float: left;
	margin-top: 0px;
	margin-right: 500px;
	margin-left: 100px;
	font-size: 16px;
	padding-top: 0px;
}

/* Logo */
#simbol {
	float: left;
	width: 100px;
	height: 100px;
	margin-top: 40px;
	padding: 0px 0px 0px 20px;
	border: 0px;
}

/* Logo */
#header_logo {
	float: left;
	width: 400px;
	height: 117px;
	margin-top: 50px;
	padding: 0px 0px 0px 0px;
	border: 0px;
}

/* Tel */
#header_contact {
	float: right;
	height: 100px;
	margin: 5px 0px 0px 330px;
	border: 0px;
}

.menu ul {
	list-style-type: none;
	margin-top: 0px;
	width: 960px;
	height: 53px;
	float: left;
}
.menu ul li {
	float: left;
	display: inline;
	padding:0px;
}
.menu ul li a {
	display: block;
	margin: 1px;
	height: 45px;
	width: 150px;
	border: 0px solid #bbbbbb;
	padding-top: 15px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	background: url(image/background/menu_background.PNG) repeat-x;
}

.menu ul li a:hover {
	color: #ffffff;
	border-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
	background: url(image/background/selected_menu_background.PNG) repeat-x;
}

.menu ul li.active a {
	color: #ffffff;
	border-bottom: 0px;
	width: 150px;
	font-weight: bold;
	background: url(image/background/selected_menu_background.PNG) repeat-x;
}

.menu ul li.active a:hover {
	width: 150px;
	border-bottom: 0px;
	text-decoration: none;
	font-weight: bold;
}

/*  */
.text_head {
	float: left;
	width: 1000px;
	border: 0px solid #000;
	background: url(image/text_head_backgnd.PNG) no-repeat;
}

/* Content */
.content {
	margin-top: -18px;
	width: 1000px;
	float: left;
	border: 0px;
/*	background: url(image/background/selected_menu_background.PNG) repeat; */
	font-size: 15px;
}

/* Content */
.right_content {
	width: 400px;
	float: right;
}

.left_content h3{
	float: right;
	width: 550px;
	height: 25px;
	margin-left: 50px;
	color: #ffffff;
	background: url(image/background/h3_background.PNG) repeat-x;
	background-position: bottom;
	text-align: right;

}

/* Content */
.left_content p{
	float: right;
	width: 550px;
	font-size: 15px;
	color: #ffffff;
	text-align: right;
	line-height: 180%;

}

/* Content */
.content img{
	float: right;
	margin-right: 50px;
}

/* Content */
.text_content p{
	padding: 0px 120px 50px 120px;
	font-size: 13px;
	color: #000000;
}

/* */
.text_content table{
	margin-left: 120px;
	margin-top: -70px;
	padding: 2px 2px 2px 2px;
	font-size: 13px;
	color: #000000;
}

/* Content */
.text_foot {
	float: right;
	width: 1000px;
	border: 0px solid #000;
	background: url(image/text_foot_backgnd.PNG) no-repeat;
}
