/* @override http://beta.wabisabibrooklyn.com/wordpress/wp-content/themes/tarski/styles/home.css */

html {
background: #d2e5db url("<?php bloginfo('stylesheet_directory'); ?>/images/flowers.gif") no-repeat 30px 16px;
}

#container {
width: 900px;	
text-align: right;

}

#head {
	width:  600px;
	float:  right;
}
#head h1 {
	font: 5em Garamond, georgia, times, serif;
	color: white;
	float: right;
	margin: 10px;
}

#head h2 {
	color:  white;
	float: right;
	font: 2em Garamond, georgia, times, serif;
	margin: 10px;
	width: 400px;
}

div#links {
	float: right;
	margin: 10px;
}

#links ul li {
	list-style-type: none;
}

#links ul li a {
	color: #5e5e5e;
	text-decoration: underline;
	font: normal small-caps 1.8em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#links ul li a:hover {
	font: small-caps 1.8em/2em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #787878;
	text-decoration: underline;
}


