body {
	font-family: Tahoma;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
}

a:focus { outline:none }

#container 
{
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

#logo 
{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin-top: 50px;
	float: left;
	width: 376px;
	height: 54px;
	margin-left: 80px;
}

#menus 
{
	background-image: url(../images/menus.png);
	background-repeat: no-repeat;
	margin-top: 20px;
	clear: both;
	float: left;
	width: 850px;
	height: 51px;
	margin-left: 80px;
}

#menus ul {
	margin: 0;
	padding: 10px 0px 0px 5px;
	list-style: none;
	line-height: normal;
}

#menus li {
	display: block;
	float: left;
	
}

#menus a {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 8px 18px 2px 17px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma; font-weight:bold;
	font-size: 11px;
	color: #90A7AE;
}

#menus a:hover { 

	text-decoration: none;
	color: #FFFFFF;
}

#menus .focus {
	display: block;
	float: left;
	margin-right: 5px;
	padding: 8px 18px 2px 17px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma; font-weight:bold;
	font-size: 11px;
	color: #FFFFFF;
}

#header 
{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	float: left;
	width: 857px;
	height: 247px;
	margin-left: 73px;
}

#header .h_title
{
	float: left;
	width: 166px;
	height: 20px;
	margin-top:31px;
	margin-left:5px;
}

#header .h_pic
{
	clear: both;
	float: left;
	width: 349px;
	height: 229px;
	margin-top:-42px;
	margin-left:375px;
}

/*
#header .button_nav
{
	clear: both;
	float: right;
	width: 35px;
	height: 213px;
	margin-top:-225px;
	margin-right:30px;
}

#header .button_nav ul {
	padding: 12px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

*/

#header .t_hijau
{
	clear: both;
	float: left;
	width: 345px;
	margin-top:-145px;
	margin-left:5px;
	font-family:Tahoma; 
	font-size:14px; 
	font-weight:bold;
	color:#B9E513
}

#header .t_putih
{
	clear: both;
	float: left;
	width: 345px;
	margin-top:-145px;
	margin-left:5px;
	font-family:Tahoma; 
	font-size:12px; 
	text-align:justify;
	color:#FFFFFF
}

#header .t_pic_readme a
{
	clear: both;
	float: left;
	width: 81px;
	height: 28px;
	margin-top:-62px;
	margin-left:273px;
	background-image: url(../images/readme_b.png);
	background-repeat: no-repeat;
}

#header .t_pic_readme a:hover
{
	clear: both;
	float: left;
	width: 81px;
	height: 28px;
	margin-top:-62px;
	margin-left:273px;
	background-image: url(../images/readme_h.png);
	background-repeat: no-repeat;
}

#content 
{
	background-image: url(../images/content.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
	width: 857px;
	height: 583px;
	margin-left: 80px;
}

#content .c_title
{
	float: right;
	width: 166px;
	height: 20px;
	margin-top:31px;
	margin-right:20px;
}

#content .c_header
{
	float: left;
	width: 600px;
	height: 20px;
	margin-top:40px;
	margin-left:22px;
}

#content .c_content
{
	float: left;
	width: 800px;
	height: 500px;
	margin-top:40px;
	margin-left:22px;
	text-align:justify;
}

#content .c_putih_little
{
	font-family:Tahoma; 
	font-size:12px; 
	color:#FFFFFF;
}

#content .c_hijau_big
{
	font-family:Tahoma; 
	font-size:14px; 
	font-weight:bold;
	color:#B9E513;
}

#content .c_hijau_litte
{
	font-family:Verdana; 
	font-size:14px; 
	color:#B9E513;
}

#footer 
{
	margin-top: 7px;
	clear: both;
	float: left;
	width: 850px;
	height: 26px;
	margin-left: 80px;

}

#footer .putih
{
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	color:#FFFFFF;
}

#footer .hijau
{
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	color:#B9E513
}

#footer .hijau a
{
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	color:#B9E513;
	text-decoration: none;
}

#footer .hijau a:hover
{
	font-family:Verdana; 
	font-size:10px; 
	font-weight:bold;
	color:#90A7AE;
	text-decoration: none;
}