@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #59584E;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	font-size: 62.5%;
}
#topbar {
	background-image: url(images/logo_1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 96px;
}
#leftmenu {
	background-image: url(images/logo_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
	float: left;
	width: 175px;
}
#leftmenu ul {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #C79FA9;
	margin-bottom: 15px;
}
#leftmenu li {
	list-style-type: none;
}

#leftmenu a {
	display: block;
	color: #C79FA9;
	text-decoration: none;
	font-size: 1.4em;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C79FA9;
	width: 100%;
	text-indent: 10px;
	background-color: #FFFFFF;
	text-transform: lowercase;
}
#container #leftmenu a:hover {
	color: #493D28;
	border-bottom-color: #493D28;
}

#rightcontent {
	float: right;
	width: 580px;
	font-size: 1.3em;
	padding-top: 10px;
	padding-bottom: 10px;
}
#rightcontent h1 {
	font-size: 1.7em;
	font-weight: bold;
	color: #C79FA9;
	line-height: 2em;
}
#rightcontent a {
	color: #493D28;
}
#rightcontent a:hover {
	text-decoration: none;
}
#copyright {
	clear: both;
	color: #BDB8AD;
	font-size: 1.2em;
	text-align: center;
	margin-top: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #BDB8AD;
}
#copyright a {
	color: #C79FA9;
	text-decoration: underline;
}
#copyright a:hover {
	color: #000000;
}


#container {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
}
