@charset "utf-8";
/* CSS Document */

body {
	background-color: #e1e2da;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
}

a {
color: black;
}
b, strong {
color: #713a0e;
font-weight: bold;
}
#content p {
	text-align: justify;
	line-height: 16px;
}
#content h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	border-bottom: 2px solid #a6530f;
}
#email {
	background-image: url(images/mail.png);
	width: 89px;
	height: 14px;
	cursor: pointer;
	float: left;
}
#content_footer a {
text-decoration: none;
color: black;
}
#main_menu {
	width: 112px;
	height: 71px;
	position: relative;
	top: 205px;
	left: 260px;
}
ul.sidemenu {
	list-style: none;
	margin: 0;
	padding: 0;
	margin: 10px;
	margin-left: 15px;
}
ul.sidemenu li#current {
	font-weight: bold;
	text-decoration: underline;
}
ul.sidemenu a {
	color: black;
	text-decoration: none;
}
fieldset {
	border: none;
}

-->