/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #E3AD43;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p, ul, ol, blockquote {
	font-size: small;
}

/* Title */

#title {
	width: 750px;
	height: 50px;
	margin: 0 auto;
/*	border-bottom: 10px solid #000000; */
}
#title a:link {
	color: #0000CC;
	text-decoration: none;
}
#title a:visited {
	color: #0000CC;
	text-decoration: none;
}
#title a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#title a:active {
	color: #0000CC;
   	text-decoration: none;
}
#title h1 {
	float: left;
	color: #009900;
}
#title h2 {
	font-size: 12px;
	padding: 0px 0px 0px 0;
	clear: left;
}

#header {
	width: 750px;
	height: 140px;
	margin: 10px auto 0;
	background: url(images/vegetarian-indonesia.jpg) no-repeat center center;
	border-top: 10px solid #C13828;
	border-bottom: 10px solid #C13828;
}
/* Content */

#isi {
	width: 750px;
	margin: 0px auto 0;
	border: 2px solid #CCCCCC;
	background-color: #009933;
}

#colSatu {
	float: left;
	width: 510px;
	padding: 5px;
	background-color: #FFFFFF;
	border-left-style: none;
	font-size: 12px;
}
#colSatu a:link {
    color: #009933;
	text-decoration: none;
}
#colSatu a:visited {
    color: #009933;
	text-decoration: none;
}
#colSatu a:active {
    color: #009933;
   	text-decoration: none;
}
#colSatu a:hover {
    color: #009933;
	text-decoration: underline;
}

#htab {
	background-color: #C13828;
	color: #FFFFFF;
}
#belang {
	background-color: #FB8675;
	color: #FFFFFF;
}
#colDua {
	float: right;
	width: 220px;
	padding: 5px;
	background-color: #009933;
	color: #FFFFFF;
	clear: none;
}
#colDua a:link {
    color: #FFFFFF;
	text-decoration: none;
}
#colDua a:visited {
    color: #FFFFFF;
	text-decoration: none;
}
#colDua a:active {
    color: #FFFFFF;
   	text-decoration: none;
}
#colDua a:hover {
    color: #0000CC;
	text-decoration: underline;
}
/* Footer */

#footer {
	width: 750px;
	margin: 0 auto;
	background: #C13828;
}

#footer p {
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
#footer a:link {
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:active {
   	text-decoration: none;
}

