/* == Stop Editing Here! == */
/* Anything beneath the above line will be deleted if you publish CSS under Appearance / Custom CSS. If you want to manually insert additional CSS, place it further up. */

#main .entry_tags {
	font-family: Verdana, "Nimbus Sans L", "DejaVu Sans", Sans-Serif;
	font-size: 9pt;
}

#navbar {
	color: #fff;
}

#navbar a {
	color: #fff;
}

#navbar a:hover {
	color: #fff;
}

/*
 * Canvas
 */


html {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-x; repeat-y;
	background-color: #fff;

}