@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #333333;
}

#navbar {
	background-image: url(assets/images/jpg/sidebarbg.jpg);
}
#navbar a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border: thin solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}

#navbar a:hover {
	background-color: #EAC9A8;
}
#topnav {
	background-color: #bfac8a;
}
#topnav a {
	color: #000000;
	text-decoration: none;
	display: block;
	margin: 10px;
	padding: 8px;
	border: thin solid #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#topnav a:hover {
	background-color: #EAC9A8;
}
#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: -5px;
	padding: -5px;
	background-color: #FFFFFF;
	background-position: top;
	top: -5px;
}




#bottomcontact {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#bottomcontact a {
	color: #FFFFFF;
	text-decoration: underline;
}

