/* start of structure css */

body {
	margin:0;
	background-color:#333333;
	}

#containerbottom {
	position:absolute;
	width:802px;
	height:170px;
	left: -1px;
	border-top:1px solid #333333;
	bottom: -148px;
	background-color: #333333;

	}

#header {
	width:607px;
	height:170px;
	position: absolute;
	left: 0px;
	top: 0px;
	}
	
#headerlogo {
	position:absolute;
	width:193px;
	height:170px;
	background-image:url(image/newimg/penyfedw10.png);
	left: 607px;
	top: 0px;
	}

#menu {
	position:absolute;
	width:750px;
	font-size:10px;
	left: 16px;
	top: 145px;
	font-family:Arial, Helvetica, sans-serif;
	}

#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

#menu li {
	border:1px solid #fff;
	border-top:none;
	border-bottom:none;
	float:left;
	text-align:center;
	margin:0 2px;
	}

#menu li a {
	padding:6px 13px;
	text-decoration:none;
	color:#fff;
	background-color:#333333;
	display:block;
	margin:0;
	}

#menu li a:hover {
	}

#menu li.on a {
	background-color:#FFFFFF;
	color:#000000;
	}


#container {
	position:absolute;
	width:800px;
	height:1000px;
	font-size:10px;
	margin-left:0px;
	top: 171px;
	}

#containerhome {
	position:absolute;
	width:800px;
	height:501px;
	font-size:10px;
	margin-left:0px;
	top: 171px;
	}


#contenttitle {
	position:absolute;
	width:339px;
	height:20px;
	top: 34px;
	left: 23px;
	}

	
#contenttxt {
	position:absolute;
	width:736px;
	height:417px;
	top: 85px;
	left: 23px;
	}
	
#contenttxthome {
	position:absolute;
	width:736px;
	height:400px;
	top: 85px;
	left: 23px;
	}	
	
