html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	vertical-align: baseline;
	font-family: verdana, arial;
}

p, h2 {
	margin-top: 10px;
}

html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
} 

body {
	line-height: 1;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	font-family: cursive;
}

#main_content {
	margin: auto;
	width: 1000px;
	float: none;
	background: url('/images/bg_content.png');
}

#header_top {
	width: 100%;
	background: url('/images/bg_header.png');
	background-color: #c3397a;
}

#header_menu {
	width: 990px;
	height: 30px;
	background: url('/images/bg_header_menu.png');
	text-align: right;
	padding: 5px;
	font-family: arial, verdana;
	font-size: 14px;
	font-weight: bold;
}

#header_menu a {
	color: #FFFFFF;
	text-decoration: underline;
}

#header_menu a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#left_content {
	width: 190px;
	float:left;

	padding: 5px;
	}


#left_content ul {
    list-style: circle;
    margin-left: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#left_content li {
    padding: 7px;
    font-size: 12px;
    padding-top: 2px;
    font-family: arial, verdana;
}

#left_content a {
	color: #052f67;
	text-decoration: underline;
}

#left_content a:hover {
	color: #315c96;
	text-decoration: none;
}

#right_content {
	width: 800px;
	float: right;
}

#footer {
	margin-top: 5px;
	font-size: 11px;
	text-align: center;
	padding: 5px;
	background-color: #cd9fb5;
}

#footer a {
	
	font-size: 11px;
	color: #333333;
}

#right_content {
	line-height: 1.8;
}

.images {
	padding: 5px;
	font-size: 10px;
	color: #555555;
	float: right;
	text-align: center;
}

.ucapan_text {
	margin: 6px;
	padding: 5px;
	border: 1px solid #9dc0d9;
	color: #111111;
	background-color: #e4f2fc;
	font-family: monospace;
}

.paging_page {
	margin: 6px;
	font-family: arial;
	font-size: 11px;
}