/* CSS Reset v1.0 | 20080212 */
/* Eric Meyer. http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* end of CSS Reset */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:1.3em;
	font-style: normal;
	font-weight: normal;
	background-image:url(nias_background.jpg);
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-color:#ffffff;
}


h1 {  font-family: Arial, Helvetica, sans-serif; font-size: 24px; font-style: normal; font-weight: bold; color: #000000}
h2 {  font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-style: normal; font-weight: bold; color: #666666}
h3 {  font-family: Arial, Helvetica, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #333333}

a:visited {  color: #0000FF; text-decoration: none}
a:link {  text-decoration: none}
a:hover {  text-decoration: underline}
a:active {  text-decoration: none}


div.centre_wrapper {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding-top:5px;
}

div.content_left {
	width: 460px;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding:8px;
	float: left;
}		

div.content_right {
	width: 270px;
	margin-top: 0px;
	margin-bottom:10px;
	text-align:left;
	padding:8px;
	float: right;
}		

