body
{
	font-family: 					"Lucida Grande","Trebuchet MS", Verdana, sans-serif;
	color:							#666;
	font-size: 						14px;
	line-height: 					20px;
}

a
{
	color:							#900;	
}

h1,h2,h3,h4
{
	font-family:					"georgia", serif;
}

h1 
{
	color: 							#900;
	font-size:						24px;
	margin:							0px;
	padding: 						10px 0px 10px 0px;
	font-weight:					normal;
}

h2
{
	color:							#666;
	font-size:						18px;
	margin:							0px;
    padding: 						10px 0px 5px 0px;
	font-weight:					normal;
}

span.important
{
	font-weight: 					bold;
}

#menu a
{
	display: 						block;
	color:							#fff;
	font-size:						14px;
	margin:							110px 0px 0px 0px;
	float: 							left;
	border-right: 					1px solid #666;
	height: 						20px;
	padding: 						5px;
	text-align: 					center;
	width: 							100px;
	text-decoration: 				none;
}

#current a
{
	color:							#999;	
}

#menu a:hover
{
	background-image: 				url(../gfx/button_background_hover.png);
}

#language_switch
{
	color:							#999;
}

#language_switch a
{
	display:						inline;
	color:							#fff;
	text-decoration:				none;
}

