/**
 * dunia-print.css
 *
 * siwiznu@yahoo.co.id
 *
**/

a
{
	color				: #000;
	text-decoration		: none
}
body
{
	background			: #FFF;
	color				: #000;
	font-family			: Verdana, Helvetica, Sans-Serif;
	font-size			: 12px;
	text-align			: center
}
h2
{
	font-size			: 14px
}

#header
{
	background			: #EB5C00
}

#side
{
	display				: none
}

#content
{
	padding				: 10px 10px 20px 10px
}
#content .title
{
	font-size			: 22px
}
#content .nav
{
	margin				: 10px 0 20px 0
}
#content .nav a
{
	padding				: 2px 10px
}
#content .thumbs li
{
	display				: inline;
	list-style			: none
}

#footer, #siteby
{
	font-size			: 11px
}