/* Styles */
html {
	height: 100%;
}
body 	{
	margin-top: 0px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 100%;
	font-size: 12px;
	font-family: arial;
	color: #000000; 
}
.title {
	color: #754c24;
	font-size: 18px;
	font-family: tahoma;
	padding: 15px;
}
.sidetitle {
	color: #754c24;
	font-size: 16px;
	font-family: tahoma;
}
.articles {
	padding-left: 20px;
	padding-right: 20px;
}
.footer {
	font-size: 11px;
}
.photo {
	padding: 5px;
}


a { text-decoration: none; color: #0000ff; }
a:hover,a:visited:hover { color: #0000ff; text-decoration: underline;}

#trans-menu {
	margin: 0;
	background: url(../img/menu-bg.jpg) no-repeat;
	line-height: 30px;
}
#trans-menu li {
	display: inline;
	font-family: tahoma;
	margin-left: 20px;
}

#trans-menu li a { /* common styles for 1st level menu */
	color: #754c24;
	font-size: 16px;
	line-height: 2px;
	cursor: pointer;
}

#wrapper {
	position: relative;
	min-height: 100%;
}
/* force footer to bottom of page */
#footer {
	position: absolute;
	bottom: 0;
	background: url(../img/footer.jpg) no-repeat;
	height: 85px;
	width: 100%;
	text-align: center;
}
.shim {
	height: 85px;
}