html {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	direction: ltr;
	font-size:76%;
	font-family: Verdana,tahoma,Arial,sans-serif;
	color:#303030;
	line-height:1.2em;
	background: #fafafa;
}

a {
	color: #8B6969;
	text-decoration: none;
}
a:hover{
	text-decoration:underline;
}
h1,h2,h3 {
	color: #8B6969;
}
h1,h2,h3 {
	margin-top: 12px;
	margin-bottom: 10px;
	line-height: 1.2em;
}
p {
	line-height: 1.3em;
	margin-bottom: 6px;
}
table {
	margin-bottom: 12px;
}
#content ul, #content ol {
	padding-left: 15px;
}

#header {
/*needed for that stupid IE: */
	position: absolute;
	top: 0;
	left: 0;
/* end of moronic fix */
	position: fixed;
	background: #FDF5E6;
	width: 100%;
	height: 110px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	border-bottom: 2px #D2B48C solid;
}

#logo {
	width: 120px;
	height: 92px;
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	background: transparent url(images/LightNEasy120.png) no-repeat;
}

#header #title {
	font-size: 3em;
	font-weight: bold;
	letter-spacing:4px;
	color: #8B6969;
	text-align: center;
	margin-top: 30px;
}
#header #title a {
	text-decoration: none;
}

#header .subtitle {
	font-size: .7em;
}

#sidebar {
/*needed for that stupid IE: */
	position: absolute;
	top: 110px;
	left: 0;
/* end of moronic fix */
	position: fixed;
	width: 170px;
	height: 100%;
	background: #FDF5E6;
}
#mainmenu {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	top: 88px;
	left: 168px;
	text-align: left;
}

#mainmenu ul {
	list-style: none;
	display: inline;
}
#mainmenu li {
	display: inline;
}
#mainmenu a {
	border-top: 2px #D2B48C solid;
	border-left: 2px #D2B48C solid;
	border-right: 2px #D2B48C solid;
	color: #8B6969;
	background-color: #FFDEAD;
	text-decoration: none;
	padding: 5px;
}
#mainmenu a:hover, #mainmenu a.selected {
	background: #fafafa;
	border-top: 4px #D2B48C solid;
}
#mainmenu a.selected {
	border-bottom: 2px #fafafa solid;
}
#sidebar_content {
	clear: both;
	border-right: 2px #D2B48C solid;
	height: 100%;
}
#sidebar .entry {
	padding: 10px 10px 0 10px;
}
#menu {
	font-size: 16px;
	background: #FFDEAD;
	width: 170px;
	float: right;
	border-top: 2px #D2B48C solid;
}
#menu a {
	display: block;
	text-decoration: none;
	text-align: right;
/*	font-weight: bold; */
	color: #8B4513;
	padding: 6px 4px 6px 4px;
	border-right: 2px #D2B48C solid;
}
#menu ul {
	list-style: none;
	display: block;
}
#menu li {
	display: block;
	background: #FFDEAD;
	border-bottom: 2px #D2B48C solid;
}
#menu li a:hover, #menu li a.selected {
	background: #fafafa;
	border-left: 4px #D2B48C solid;
}
#menu li a.selected {
	text-align: left;
	border-right: 0;
}

#content {
	margin-top: 110px;
	margin-left: 190px;
	margin-right: 20px;
	padding-top: 20px;
/*	background: transparent url(images/LightNEasyback.png) bottom right no-repeat; */
}
#content #text p:first-letter {
	color: #8B6969;
	font-weight: bold;
	font-size: 1.2em;
	padding: 2px 1px 0 0;
}
#content ul {
	margin-top: 6px;
	margin-bottom: 10px;
}
#footer {
	text-align: right;
	background: #FDF5E6;
	padding: 8px;
	margin-top: 16px;
}

