* html body div#sidebar {
	padding: 0 0 0 5px;
	width: 145px;
}
* html body div.audio {
	list-style-image: url(imgs/design/speaker.gif);
	list-style-position: inside;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
* html body div#content ul {
	margin: 0 0 10px 50px;
}
body {
	margin: 0;
	background: url(imgs/design/candle1.jpg) no-repeat bottom right #000000 fixed;
	font-family: century gothic;
	text-align: center;
}
#header {
	background: url(imgs/design/header.jpg) no-repeat top left;
	width: 600px;
	height: 100px;
}
#header p, h1 {
	display: none;
}
#nav {
	width: 600px;
	height: 30px;
}
#nav ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	color: #FED5AB;
	float: left;
	width: 600px;
	height: 30px;
	font-family: Century Gothic;
	font-size: 8px;
	text-transform: uppercase;
	background: url(imgs/design/nav.jpg) 0 0 repeat-x;
}

#nav ul li { display: inline; }

#nav ul li a {
	/*padding: 0.4em 2.5em;*/
	padding: 7px 0px 5px 0px;
	color: #FED5AB;
	text-decoration: none;
	float: left;
	width: 73px;
	text-align: center;
	font-size: 8px;
}
#nav ul li a:hover {
	background: url(imgs/design/navhover.jpg) repeat-x top left;
	color: #FFFFFF;
}
#page {
	background: url(imgs/design/page.jpg) repeat-y top left;
	width: 600px;
	margin: 0 auto;
}

#sidebar {
	width: 152px;
	padding: 0 0 0 5px;
	float: right;
	margin: 0 5px 0 0;
	font-size: 12px;
	text-align: left;
}
.sidebar-title {
	  background: url(imgs/design/sidebartitle.jpg) repeat-y;
	  text-align: right;
	  padding: 0 5px 0 0;
	  font-size: 12px;
	  font-weight: normal;
	  margin: 2px;
}
html>body .audio {
	list-style-image: url(imgs/design/speaker.gif);
	list-style-position: inside;
	margin: 0 0 0 5px;
	padding: 0;
}
html>body .video {
	list-style-image: url(imgs/design/video.gif);
	list-style-position: inside;
	margin: 0 0 0 5px;
	padding: 0;
}
html>body .book {
	list-style-image: url(imgs/design/book.gif);
	list-style-position: inside;
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebar a {
	color: #7D0F06;
	font-style: italic;
	text-decoration: none;
}
.nonlinklook {
	color: #000000;
	font-style: normal;
}

#content {
	width: 425px;
	text-align: left;
	margin: 0 10px 0 10px;
	font-size: 12px;
}
.left {
	float: left;
	padding: 0 10px 10px 0;
}
.right {
	float: right;
	padding: 0 0 10px 10px;
}
.center {
	text-align: center;
}
.title {
	color: #51210F;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #51210F;
}
.subtitle {
	color: #51210F;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.date {
	margin: 0;
	text-indent: none;
	font-size: 10px;
}
html>body #content p {
	text-align: justify;
	text-indent: 10px;
}
#content a {
	color: #7D0F06;
	font-style: italic;
}
#content ul {
	margin: 0 0 10px 0;
}
#content li {
	margin: 0 0 5px 0;
}
.author {
	text-align: right;
	margin: 0 0 25px 0;
}
.attention {
	color: #51210F;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #51210F;
}
form {
	text-align: left;
	margin: 0;
}
form p {
	text-indent: none;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#footer {
	clear: both;
	width: 600px;
	height: 30px;
	margin: 0;
	font-size: 12px;
	background: url(imgs/design/footer.jpg) no-repeat;
}
* html body div#footer p {
	width: 425px;
	text-align: left;
}
html>body #footer p {
	width: 425px;
	text-align: center;
}
#footer a {
	color: #7D0F06;
	font-style: italic;
}




.topnavbar {
	width:100%
	height:10px;
	text-align:center;
	background-color: #000000;
	padding:0px;
	margin:0px;
}

a.topnavbaritem {
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	font-family : Arial, Verdana, Helvetica, sans-serif;
        text-decoration:none;
        font-size : 10px;
        color: #ffffff;
	font-weight:bold;

}

.topnavbaritemr {
	padding:0px;
	margin:0px;
	text-align:center;
	vertical-align:middle;
	font-family : Arial Black, Arial, Verdana, Helvetica, sans-serif;
        font-size : 12px;
        color: red;
}


a.topnavbaritem:ACTIVE {
	color:white;
}

a.topnavbaritem:VISITED {
	color:white;
}


a.topnavbaritem:HOVER {
	color:black;
	background-color:white;
	text-decoration:none;
}

