a,a:visited {
	color:	#cc0000;
	text-decoration: none;
} 
a:hover	{
	color:	#ff0000;
	text-decoration: underline;
}

.noshow { 
	display: none;
}

.show {
	display: block;
}
html {
	height			:	100% ;
	margin-bottom	: 	1px;
}
	
body {
	padding					: 0;
	margin					: 0;
	background				: silver;
	color					: gray;
	font-family				: verdana, arial, sans-serif;
	font-size				: 80%;
}
#wrapper {
	background:transparent url(images/shadow_right.gif) repeat-y top left;
	max-width : 980px;
	margin-left : auto;
	margin-right : auto;
	padding: 0px 0px 0px 6px;
	}
	
#content {
	width				: 950px;
	margin-left				: auto;
	margin-right			: auto;
	margin-bottom			: 0px;
	background:#ffffff url(images/shadow_left.gif) repeat-y bottom right;
	padding: 1px 20px 1px 15px;
}

#header {
	margin-top		: -10px;
	margin-bottom	: 5px;
	margin-right	: auto;
	margin-left		: auto;
	width			: 940px;
	height			: 100px;
	color			: #cc0000;
	background		: url(pics/merapi_wide.jpg) no-repeat right;
}	
	
/*#banner {
	width		:	80%;
	float		:	right;
	overflow	: 	hidden;
	height		:	100px;
	width	:	700px;
}*/

#header h1 {
	margin-left	: 10px;
}
#header p {
	margin-top				: -10px;
	margin-left				: 10px;
	font-size				: 90%;
	background				: transparent;
}

#header input {
	margin-top				: -17px; 
	text-align				: right;	
}

#search {
	display					: none;
	width					: 220px;
	margin-top				: 2px;
	margin-left				: 160px;
	float					: right;
	font-size				: 80%;
	color					: silver;
	background				: #FFFFFF;	
}

#body {
	border-top				: 1px solid silver;
}

/*#body a {
	color					: #cc0000;
	background				: #FFFFFF;
	text-decoration			: none;
}*/
#footer {
	text-align				: right;
	font-size				: 75%;
	color					: silver;
	background				: #FFFFFF;
	border-top				: 1px solid silver;
}
#footer a {
	color					: silver;
	background				: #FFFFFF;
	text-decoration			: none;
}
#footer img {
	background : none;
	border :	none;
	padding: 	0;
	vertical-align:top;
}
#links {
	float					: left;
	width					: 150px;
	margin					: 5px 5px 5px 5px;
}
#links a {
	/*color					: #cc0000;
	background				: #FFFFFF;
	text-decoration			: none;*/
	font-size				: 120%;
}
#links p {
	color					: silver;
	background				: #FFFFFF;
	font-size				: 85%;
}
#links img {
	/*background				: none;*/
	border					: none;
}
#main {
	margin					: 0px 5px 5px 170px;
	padding					: 0px 15px 15px 15px;
	border-left				: 1px solid silver;
	min-height				: 800px;
	line-height				: 150%;
	}

#main h2 {
	background				: #FFFFFF;
	/*background-image		: url('images/page_white_text.jpg');
	background-repeat		: no-repeat;
	padding-left			: 22px; */
	font-size				: 110%;
	color					: #cc0000;
}

#main h3 {
	margin-top				: 50px;
	background				: #FFFFFF;
	/*background-image		: url('images/page_white_text.jpg');
	background-repeat		: no-repeat;
	padding-left			: 22px; */
	font-size				: 100%;
	color					: #cc0000;
}
img.shadow {
	background:url(images/shadow.gif) no-repeat right bottom;
	padding:4px 10px 10px 4px;
	border-top:#eee 1px solid;
	border-left:#eee 1px solid;
}
img.noborder,
img.reflect {
	background: none;
	padding: none;
	border: none;
}
img.reflected {
	padding-bottom : 1px;
	}

.right,
img.right	{
	margin	:	4px 0px 4px 8px;
	border	:	none;
	float	:	right;
}
.left,
img.left 	{
	float	:	left;
	margin	:	4px 8px 4px 0px;
	border	:	none;
	
}

blockquote {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	margin	: 0px;
	width:660px;
	padding:10px;
	margin-bottom:20px;

}
#tear {
	background: #fff url(images/tear.jpg) no-repeat;
	display:block;
	width:680px;
	padding:30px 0 0 60px;
	margin:10px 0 -11px -11px;
}


code {
	white-space				: pre;
}